summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* ec: Use DEVICE_NOOP macro formalism over static stub funcEdward O'Callaghan2014-11-293-42/+6
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-278-22/+22
* google/chromeec: Notify DPTF charger participant on AC state changeDuncan Laurie2014-09-291-0/+7
* chrome ec: Add support for limiting charger currentDuncan Laurie2014-09-192-1/+86
* ec/lenovo/h8: return correctly typed package if battery is absentVladimir Serbinenko2014-09-121-2/+2
* smbios: reorganise OEM strings handling.Vladimir Serbinenko2014-08-301-1/+17
* ec/lenovo/h8: Implement thinkpad-acpi compatible LED functionVladimir Serbinenko2014-08-301-0/+6
* ec/lenovo/h8: Rename LED to avoid conflicting with thinkpad-acpiVladimir Serbinenko2014-08-302-15/+15
* lenovo/h8: Support tablet eventsVladimir Serbinenko2014-08-301-5/+43
* ec/lenovo/h8/acpi/systemstatus.asl: Fix typo in o*n* in commentPaul Menzel2014-08-231-1/+1
* lenovo/h8: Support uwb radio.Vladimir Serbinenko2014-08-132-0/+17
* chromeos: On ARM platforms VBNV lives in the ECStefan Reinauer2014-08-132-1/+34
* lenovo/h8: Remove useless smi.h include.Vladimir Serbinenko2014-08-111-1/+0
* chromeec: Implement full battery workaround at 6%Duncan Laurie2014-08-081-2/+2
* chrome ec: Add Methods for new EC eventsDuncan Laurie2014-08-041-0/+14
* ec/lenovo/h8: Apply ME workaround on X230 on S3 resume.Vladimir Serbinenko2014-07-291-5/+13
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-231-1/+1
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-2/+2
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-7/+2
* src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan2014-06-2515-34/+33
* chromeec: add function to reboot on unexpected imageAaron Durbin2014-05-132-5/+14
* chrome ec: Fix temperature calcualtion in PATx methodsDuncan Laurie2014-05-131-16/+16
* chrome ec: call DPTF thermal threshold event handlerAaron Durbin2014-05-131-0/+4
* chrome ec: Update header and add functions to support DPTFDuncan Laurie2014-05-132-71/+486
* src/*: Remove the last remnants of struct keyboardEdward O'Callaghan2014-05-138-9/+5
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-134-14/+5
* baytrail: Basic DPTF frameworkDuncan Laurie2014-05-091-0/+71
* Declare recovery and developer modes outside ChromeOSKyösti Mälkki2014-05-011-1/+1
* ec/compal/ene932: Update to use coreboot EC-mainboard APIAlexandru Gagniuc2014-04-192-19/+43
* ec/compal/ene932/acpi: Let mainboard define the ACPI lid objectAlexandru Gagniuc2014-04-122-1/+24
* ec/compal/ene932/ec.h: Include stdint.h for definition of 'u8'Alexandru Gagniuc2014-04-091-0/+2
* lenovo/x60: Unify volume button handling with common code.Vladimir Serbinenko2014-03-011-2/+0
* chromeec: allow override of i8042 interruptAaron Durbin2014-01-301-0/+8
* chrome ec: Fix ASL to use IO() instead of FixedIO()Duncan Laurie2014-01-301-18/+32
* acpi/ec: Add missing delaysVladimir Serbinenko2014-01-121-0/+6
* ec/lenovo/h8: Add backlight control.Vladimir Serbinenko2014-01-122-2/+10
* ec/lenovo/h8: Make trackpoint enable a CMOS option.Vladimir Serbinenko2014-01-122-0/+13
* ec/lenovo/h8: Remove trackpoint_enable from device tree.Vladimir Serbinenko2014-01-122-2/+1
* ec/lenovo/h8: make wlan config a CMOS optionVladimir Serbinenko2014-01-121-1/+5
* ec/lenovo/h8: Allow control of low-battery beep.Vladimir Serbinenko2014-01-121-0/+10
* ec/lenovo/h8: Allow user to disable powermanagement beeps.Vladimir Serbinenko2014-01-122-2/+14
* ec/lenovo/h8: Implement sticky Fn option.Vladimir Serbinenko2014-01-121-0/+12
* ec/lenovo/h8: Add an option to swap ctrl and fn.Vladimir Serbinenko2014-01-121-0/+12
* ec/lenovo/h8: Remove wlan_enable and wwan_enable from device tree.Vladimir Serbinenko2014-01-122-3/+1
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-101-2/+2
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-2/+2
* chromeec: Add event methods for EC requested throttleDuncan Laurie2013-12-212-0/+26
* ec/lenovo/h8: Enable 3G modemVladimir Serbinenko2013-12-191-0/+15
* ec/lenovo/h8: Fix peripheral init without CMOS configVladimir Serbinenko2013-12-152-10/+12
* chromeec: Allow get_board_version to be called from romstage.Shawn Nematbakhsh2013-12-122-18/+18