Age | Commit message (Expand) | Author |
2014-07-05 | spi: Change spi_xfer to work in units of bytes instead of bits. | Gabe Black |
2014-07-05 | spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. | Gabe Black |
2014-06-25 | src/ec: Sanitize headers and comment #endif pairings | Edward O'Callaghan |
2014-05-13 | chromeec: add function to reboot on unexpected image | Aaron Durbin |
2014-05-13 | chrome ec: Fix temperature calcualtion in PATx methods | Duncan Laurie |
2014-05-13 | chrome ec: call DPTF thermal threshold event handler | Aaron Durbin |
2014-05-13 | chrome ec: Update header and add functions to support DPTF | Duncan Laurie |
2014-05-13 | src/*: Remove the last remnants of struct keyboard | Edward O'Callaghan |
2014-05-13 | src/drivers/pc80: Remove empty struct keyboard | Edward O'Callaghan |
2014-05-09 | baytrail: Basic DPTF framework | Duncan Laurie |
2014-05-01 | Declare recovery and developer modes outside ChromeOS | Kyösti Mälkki |
2014-04-19 | ec/compal/ene932: Update to use coreboot EC-mainboard API | Alexandru Gagniuc |
2014-04-12 | ec/compal/ene932/acpi: Let mainboard define the ACPI lid object | Alexandru Gagniuc |
2014-04-09 | ec/compal/ene932/ec.h: Include stdint.h for definition of 'u8' | Alexandru Gagniuc |
2014-03-01 | lenovo/x60: Unify volume button handling with common code. | Vladimir Serbinenko |
2014-01-30 | chromeec: allow override of i8042 interrupt | Aaron Durbin |
2014-01-30 | chrome ec: Fix ASL to use IO() instead of FixedIO() | Duncan Laurie |
2014-01-12 | acpi/ec: Add missing delays | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Add backlight control. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Make trackpoint enable a CMOS option. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Remove trackpoint_enable from device tree. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: make wlan config a CMOS option | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Allow control of low-battery beep. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Allow user to disable powermanagement beeps. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Implement sticky Fn option. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Add an option to swap ctrl and fn. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Remove wlan_enable and wwan_enable from device tree. | Vladimir Serbinenko |
2014-01-10 | Replace all occurences of sprintf with snprintf | Vladimir Serbinenko |
2013-12-23 | Coding style: punctuation cleanup [1/2]. | Idwer Vollering |
2013-12-21 | chromeec: Add event methods for EC requested throttle | Duncan Laurie |
2013-12-19 | ec/lenovo/h8: Enable 3G modem | Vladimir Serbinenko |
2013-12-15 | ec/lenovo/h8: Fix peripheral init without CMOS config | Vladimir Serbinenko |
2013-12-12 | chromeec: Allow get_board_version to be called from romstage. | Shawn Nematbakhsh |
2013-12-02 | Introduce a config whether dock is inited in romstage or not | Vladimir Serbinenko |
2013-12-02 | EC H8: remove dependence on IS_X201 | Vladimir Serbinenko |
2013-12-02 | global: Fix usage of get_option() to make use of CB_CMOS_ codes | Alexandru Gagniuc |
2013-12-02 | ec/lenovo/h8: Add h8_build_id_and_function_spec_version() | Peter Stuge |
2013-12-01 | H8: Move EC GPE declaration to mainboard | Vladimir Serbinenko |
2013-11-25 | Add declaration of dock registers 1, 2 and 3. | Vladimir Serbinenko |
2013-11-24 | Lenovo hotkeys support | Vladimir Serbinenko |
2013-11-23 | Change EC GPE on X201 | Vladimir Serbinenko |
2013-11-23 | Call X201 dock hooks in EC code | Vladimir Serbinenko |
2013-07-29 | ec/kontron/it8516e: Add sanity checks for values from nvram | Nico Huber |
2013-07-29 | ec/kontron/it8516e: Comment low-level EC functions | Nico Huber |
2013-07-29 | ec/kontron/it8516e: Remove some unsafe bit shifting | Nico Huber |
2013-07-29 | ec/kontron/it8516e: Add PWM limits option | Nico Huber |
2013-07-29 | ec/kontron/it8516e: Correct fan setting for PWM mode | Nico Huber |
2013-07-29 | ec/kontron/it8516e: Add option for external temperature sensor | Nico Huber |
2013-07-10 | chromeec: Add a function to send passthrough i2c messages. | Gabe Black |
2013-07-10 | ec/google: Support ChromeOS EC on SPI bus. | Hung-Te Lin |