| Commit message (Expand) | Author | Age | Files | Lines |
* | ec, lib, security, sb: Add SPDX license headers to Kconfig files | Martin Roth | 2024-02-18 | 4 | -0/+8 |
* | device/device.h: Rename busses for clarity | Arthur Heymans | 2024-01-31 | 1 | -1/+1 |
* | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard | 2024-01-31 | 5 | -5/+5 |
* | ec: Rename Makefiles from .inc to .mk | Martin Roth | 2024-01-24 | 5 | -0/+0 |
* | ec/google/chromeec: Provide ec_sync wake option | Mark Hasemeyer | 2023-12-11 | 1 | -3/+10 |
* | ec/google/chromeec: Update ec_cmd_api.h and ec_commands.h | Simon Glass | 2023-11-16 | 2 | -6/+471 |
* | ec/google/chromeec: Add is_battery_present_and_above_critical_threshold | Jamie Ryu | 2023-10-16 | 2 | -0/+24 |
* | acpi/acpigen_ps2_keybd: Reduce minimum keys, optional alpha/num/punct | Jonathon Hall | 2023-10-02 | 1 | -1/+2 |
* | clean-up: Remove the no more necessary `ENV_HAS_DATA_SECTION` flag | Jeremy Compostella | 2023-09-18 | 2 | -2/+2 |
* | vc/google/chromeos: Move clear_ec_ap_idle() to common code | Derek Huang | 2023-09-14 | 2 | -0/+15 |
* | ACPI: Add usb_charge_mode_from_gnvs() | Kyösti Mälkki | 2023-08-16 | 2 | -0/+16 |
* | ec/google/chromeec: move TBMC ACPI device under CREC | Matt DeVillier | 2023-08-04 | 3 | -7/+8 |
* | ec/google/chromeec: Unhide ChromeEC PD ACPI device | Matt DeVillier | 2023-07-31 | 1 | -1/+1 |
* | ec/google/chromeec: Unhide GOOG0004 ACPI device | Matt DeVillier | 2023-07-31 | 1 | -1/+1 |
* | ec/google/chromeec: Split wait-loop for DP and HPD flags | Kapil Porwal | 2023-07-15 | 3 | -10/+54 |
* | ec/google/chromeec: Call `wait_for_dp_hpd` only in AP mode entry | Kapil Porwal | 2023-07-15 | 1 | -0/+10 |
* | ec/google/chromeec: Skip TCSS `wait_for_connection` for AP mode entry | Kapil Porwal | 2023-07-15 | 1 | -0/+5 |
* | ec/google/chromeec: Skip unnecessary call to TCSS `enter_dp_mode` cmd | Kapil Porwal | 2023-07-15 | 1 | -0/+7 |
* | ec/google/chromeec/ACPI: Set TBMC status based on motion sensor presence | Matt DeVillier | 2023-05-17 | 1 | -1/+5 |
* | ec/google/chromeec: Use host command API | Caveh Jalali | 2023-05-16 | 1 | -430/+88 |
* | ec/google/chromeec: Add ec_cmd_api.h, update ec_commands.h | Caveh Jalali | 2023-05-16 | 2 | -96/+558 |
* | ec/google/chromeec: Handle ACPI S4 in chromeec_smi_sleep() | Kyösti Mälkki | 2023-05-07 | 1 | -0/+1 |
* | Reland "drivers/intel/dptf: Add multiple fan support under dptf" | Sumeet Pawnikar | 2023-04-12 | 4 | -8/+31 |
* | ec/google/chromeec: Use either EC or MB lid switch state | Karthikeyan Ramasubramanian | 2023-04-12 | 1 | -2/+6 |
* | acpi/ec: Handle new host event EC_HOST_EVENT_BODY_DETECT_CHANGE | Tim Van Patten | 2023-03-02 | 1 | -0/+11 |
* | ec/google/chromeec: Update ec_commands.h | Tim Van Patten | 2023-02-27 | 1 | -1/+22 |
* | ec/google/chromeec: Update ec_commands.h | Caveh Jalali | 2023-02-08 | 1 | -130/+430 |
* | ec/google/chromeec: clang-format ec_commands.h | Caveh Jalali | 2023-02-08 | 1 | -841/+803 |
* | ec/google/chrome-ec: Demote Vivaldi printk from error to info | Matt DeVillier | 2023-01-28 | 1 | -1/+1 |
* | ec/google/chromeec/acpi/ec: add scope comment to nested #endif | Felix Held | 2023-01-22 | 1 | -1/+1 |
* | ec/google/chromeec: Add retimer flag for mux device | Prashant Malani | 2023-01-11 | 2 | -4/+11 |
* | chromeos/cr50_enable_update.c: Clear EC AP_IDLE flag | Derek Huang | 2023-01-10 | 1 | -0/+2 |
* | {superio,ec}/acpi: Replace constant "Zero" with actual number | Felix Singer | 2022-12-27 | 2 | -15/+15 |
* | {superio,ec}/acpi: Replace constant "One" with actual number | Felix Singer | 2022-12-27 | 1 | -6/+6 |
* | tree/acpi: Replace Not(a) with ASL 2.0 syntax | Felix Singer | 2022-12-26 | 2 | -2/+2 |
* | tree: Replace And(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -1/+1 |
* | tree: Replace And(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -1/+1 |
* | tree: Replace Or(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 2 | -2/+2 |
* | tree: Replace ShiftLeft(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -2/+2 |
* | tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -1/+1 |
* | ec/google/chromeec/acpi: Replace Store(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-14 | 3 | -59/+59 |
* | vboot: Allow for comparison of hash without zero-padding | Jakub Czapiga | 2022-12-01 | 1 | -2/+2 |
* | ec/google/chromec: Add DPTC support for host event 1/2/9 | EricKY Cheng | 2022-12-01 | 1 | -0/+16 |
* | ec/google/chromeec: Add packed attribute to structs in union | Arthur Heymans | 2022-11-30 | 1 | -2/+2 |
* | ec: Add SPDX license headers to Makefiles | Martin Roth | 2022-11-22 | 5 | -0/+5 |
* | ec/google/chromeec: Deprecate dev_index from google_chromeec_reboot | Caveh Jalali | 2022-11-12 | 2 | -3/+3 |
* | ec/google/chromeec: Simplify error handling for GET_VERSION | Caveh Jalali | 2022-11-12 | 1 | -2/+3 |
* | ec/google/chromeec: Simplify get_uptime_info error handling | Caveh Jalali | 2022-11-12 | 1 | -5/+4 |
* | ec/google/chromeec: Fix USB_PD_PORTS response data type | Caveh Jalali | 2022-11-10 | 1 | -2/+2 |
* | ec/google/chromeec: Simplify KEYBOARD_BACKLIGHT error handling | Caveh Jalali | 2022-11-10 | 1 | -4/+4 |