summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a config whether dock is inited in romstage or notVladimir Serbinenko2013-12-023-10/+9
* EC H8: remove dependence on IS_X201Vladimir Serbinenko2013-12-021-16/+4
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-022-4/+4
* ec/lenovo/h8: Add h8_build_id_and_function_spec_version()Peter Stuge2013-12-022-9/+30
* H8: Move EC GPE declaration to mainboardVladimir Serbinenko2013-12-011-6/+0
* Add declaration of dock registers 1, 2 and 3.Vladimir Serbinenko2013-11-251-4/+11
* Lenovo hotkeys supportVladimir Serbinenko2013-11-241-4/+197
* Change EC GPE on X201Vladimir Serbinenko2013-11-231-1/+7
* Call X201 dock hooks in EC codeVladimir Serbinenko2013-11-231-0/+13
* ec/kontron/it8516e: Add sanity checks for values from nvramNico Huber2013-07-291-0/+4
* ec/kontron/it8516e: Comment low-level EC functionsNico Huber2013-07-291-0/+36
* ec/kontron/it8516e: Remove some unsafe bit shiftingNico Huber2013-07-291-4/+4