Age | Commit message (Expand) | Author |
2019-06-21 | ec/google/chromeec/ec_lpc: Remove unneeded 'else' | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-16 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-27 | ec/google/chromeec: fix the error status passing | YH Lin |
2019-02-26 | ec/google/chromeec: Clarify return value of google_chromeec_command | Daisuke Nojiri |
2019-02-11 | mb/google/kahlee: Use GPIO_10 for EC_SYNC_IRQ | Edward Hill |
2019-01-30 | ec/google/chromeec: Add boardid.c to verstage | You-Cheng Syu |
2018-12-28 | ec/chromeec: fix LPC read/write for MEC devices | Matt DeVillier |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | ec/google/chromeec: add support for retrieving OEM name | Wisley Chen |
2018-11-15 | google/chromeec/acpi/ec: Add support for Device DPTF Profile Number | Karthikeyan Ramasubramanian |
2018-11-15 | ec/google/chromeec/acpi: Rename EC_ENABLE_TABLET_EVENT config | Karthikeyan Ramasubramanian |
2018-11-12 | ec/google/chromeec: Configure EC_SYNC_IRQ as level triggered | Furquan Shaikh |
2018-11-06 | chromeec: Disable battery remaining capacity workaround | Daisuke Nojiri |
2018-10-18 | ec/google/chromeec: Use common MEC interface | Duncan Laurie |
2018-10-11 | ec/google/chromeec: Add support for querying ec board id in smm stage | Furquan Shaikh |
2018-10-11 | ec/google/chromeec: Get rid of __SMM__ guard for chromeec functions | Furquan Shaikh |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-04 | ec/google/chromeec: Define a sync IRQ if needed | Duncan Laurie |
2018-09-20 | ec/google/chromeec: Update google_chromeec_get_board_version prototype | Karthikeyan Ramasubramanian |
2018-09-17 | ec/google/chromeec: check to see if s0ix is enabled | Paul Moy |
2018-09-02 | chromeec: PS2K node can't be under SIO node | Stefan Reinauer |
2018-08-28 | acpi: Hide Chrome and coreboot specific devices | David Wu |
2018-08-28 | eve: Specify a unique ID for PS2 devices | Lucas Chen |
2018-08-23 | google/chromeec: Add support for "base attached switch" device | Dmitry Torokhov |
2018-08-17 | ec/google/chromeec: Fix ACPI FWTS error | Marc Jones |
2018-08-13 | ec/google/chromeec: de-dup a _UID | Matt Delco |
2018-08-09 | src/ec/google/chromeec: Fix typo | Elyes HAOUAS |
2018-08-08 | ec/google/chromeec: add support for retrieving DRAM part number | Aaron Durbin |
2018-07-27 | chromeec: Read EC uptime info on boot | Jonathan Brandmeyer |
2018-07-27 | chromeec: Sync ec_commands.h with CrOS upstream | Jonathan Brandmeyer |
2018-07-26 | ec/google: pass ops to pnp_enable_devices instead of LDN-specific override | Felix Held |
2018-07-09 | src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-07-03 | ec/google/chromeec: Remove keyboard initialization | Furquan Shaikh |
2018-07-02 | ec/google/chromeec: Remove notify for power button | Furquan Shaikh |
2018-06-07 | google/chromeec: Set proper dev ops | Naresh G Solanki |
2018-06-04 | src/ec: Remove whitespace before tab | Elyes HAOUAS |
2018-06-01 | ec/google/chromeec: Initialize SMI mask in google_chromeec_events_init | Furquan Shaikh |
2018-05-29 | chromeec platforms: Update ACPI throttle handler call | Martin Roth |
2018-05-24 | chromeec: Add support for controlling USB port power | Emil Lundmark |
2018-05-08 | ec/google/chromeec: add config for wake event types | Patrick Georgi |
2018-05-03 | ec/google/chromeec: Update Tablet event call | Martin Roth |
2018-05-01 | chromeec platforms: Update ACPI thermal event handler call | Martin Roth |
2018-04-30 | cros-ec: Avoid infinitely looping in google_chromeec_pd_get_amode | Daisuke Nojiri |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-01 | chromeec: fix an uninitialized local variable | Zhuohao Lee |
2018-03-09 | ec/google/chromeec: Add boardid.c to bootblock | Martin Roth |
2018-03-07 | ec/google/chromeec: Fix typo preventing PD EC firmware inclusion | Ben Pye |
2018-03-06 | mainboard/google/fizz: Check HDMI HPD and DisplayPort HPD | Daisuke Nojiri |
2018-03-05 | ec/chromeec: Fix check for UHEPI support | Matt DeVillier |
2018-03-02 | ec/google/chromeec: Add note before error message | Martin Roth |
2018-02-26 | ec/google/chromeec: Remove extra newline characters from printk | Furquan Shaikh |
2018-02-17 | chromeec: Sync ec_commands.h for CBI tags | Daisuke Nojiri |
2018-02-17 | chromeec: Add google_chromeec_wait_for_display | Daisuke Nojiri |
2018-02-17 | chromeec: Add google_chromeec_pd_get_amode | Daisuke Nojiri |
2018-02-12 | ec/chromeec: Fix battery ACPI mutex level | Matt DeVillier |
2018-02-09 | chromeec: Fix ACPI compile warning | Lijian Zhao |
2018-02-07 | chromeec: Add support for reading second battery info | Nicolas Boichat |
2018-02-05 | ec/google: Get OEM ID and SKU ID from EC | Daisuke Nojiri |
2018-02-02 | ec/google/chromeec: Remove wake flag from keyboard IRQ | Duncan Laurie |
2018-01-30 | chromeec: Decouple EC tablet event and TBMC device | Furquan Shaikh |
2018-01-26 | ec/google/chromeec: Add _PRW property to CREC device | Furquan Shaikh |
2018-01-17 | google/chromeec: Enable unified host event programming interface | Jenny TC |
2017-12-08 | chromeec: Add command to override charger limit | Daisuke Nojiri |
2017-12-08 | cr50: Make EC clear AP_OFF before hibnernate | Daisuke Nojiri |
2017-12-07 | boardid: Minor clean up and standardization | Julius Werner |
2017-11-30 | chromeec: Notify CREC device of wakeup events | Furquan Shaikh |
2017-11-22 | chromeec: Change the API for hostevent/wake masks to handle 64-bit | Furquan Shaikh |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |
2017-10-20 | chromeec: Add function to retrieve usb c charger info | Shelley Chen |
2017-10-19 | google/chromeec: Do not set wake mask before logging EC events | Furquan Shaikh |
2017-10-19 | ec/google/chromeec: Export google_chromeec_log_events in ec.h | Furquan Shaikh |
2017-10-18 | google/chromeec: Drain all MKBP events while clearing host events | Furquan Shaikh |
2017-10-18 | google/chromeec: Add new helper function to read MKBP events | Furquan Shaikh |
2017-10-08 | ec/google/chromeec: Add library function google_chromeec_events_init | Furquan Shaikh |
2017-10-04 | chromeec: Remove checks for EC in RO | Daisuke Nojiri |
2017-09-26 | Use stopwatch_wait_until_expired where applicable | Jonathan Neuschäfer |
2017-09-26 | chromeec: Provide helper routine to read boardid from Chrome EC | Furquan Shaikh |
2017-09-13 | ec/google: Add command to set APU SKU ID to EC | Kevin Chiu |
2017-08-30 | ec/google: Use feature flag layout that matches the EC host command | Patrick Georgi |
2017-08-22 | ec/google: Detect keyboard backlight at runtime | Patrick Georgi |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-15 | ec/google: Add command to fetch SKU ID from EC | Patrick Georgi |
2017-08-14 | i2c: Move to Linux like `struct i2c_msg` | Nico Huber |
2017-08-11 | ec/google: update ec_commands.h | Patrick Georgi |
2017-07-01 | ec/google/chromeec: Add support for EC device events | Duncan Laurie |
2017-07-01 | ec/google/chromeec: Sync header with Chromium EC codebase | Duncan Laurie |
2017-06-28 | src/ec: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-13 | device/pnp: remove struct io_info | Samuel Holland |
2017-06-02 | ec/google/chromeec: Fix typo in ECUI device | Duncan Laurie |
2017-05-05 | ec/google/chromeec: provide reboot function | Aaron Durbin |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2017-03-27 | ec: Use EC_ENABLE_LID_SWITCH for all mainboards with LID using chromeec | Furquan Shaikh |
2017-03-22 | google/chromeec: Ensure \_SB.LID0 is present before using it | Furquan Shaikh |
2017-03-09 | google/chromeec: Add support for cros_ec_keyb device | Furquan Shaikh |
2017-02-07 | ec/google/chromeec: let platform prepare for reboot when resetting EC | Aaron Durbin |
2017-02-07 | ec/google/chromeec: Add support for tablet mode switch driver | Gwendal Grignou |