summaryrefslogtreecommitdiffstats
path: root/src/ec/google
Commit message (Expand)AuthorAgeFilesLines
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-277-21/+21
* tree/acpi: Replace Not(a) with ASL 2.0 syntaxFelix Singer2022-12-262-2/+2
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-232-2/+2
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* ec/google/chromeec/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-143-59/+59
* vboot: Allow for comparison of hash without zero-paddingJakub Czapiga2022-12-011-2/+2
* ec/google/chromec: Add DPTC support for host event 1/2/9EricKY Cheng2022-12-011-0/+16
* ec/google/chromeec: Add packed attribute to structs in unionArthur Heymans2022-11-301-2/+2
* ec: Add SPDX license headers to MakefilesMartin Roth2022-11-227-0/+7
* {ec/superio}/acpi: Remove _PRS if no _SRS is implementedArthur Heymans2022-11-172-46/+0
* ec/google/chromeec: Deprecate dev_index from google_chromeec_rebootCaveh Jalali2022-11-122-3/+3
* ec/google/chromeec: Simplify error handling for GET_VERSIONCaveh Jalali2022-11-121-2/+3
* ec/google/chromeec: Simplify get_uptime_info error handlingCaveh Jalali2022-11-121-5/+4
* ec/google/chromeec: Fix USB_PD_PORTS response data typeCaveh Jalali2022-11-101-2/+2
* ec/google/chromeec: Simplify KEYBOARD_BACKLIGHT error handlingCaveh Jalali2022-11-101-4/+4
* ec/google/chromeec: Fix keyboard_backlight callCaveh Jalali2022-11-101-5/+4
* google/chromeec: Add ACPI method for EC PanicRob Barnes2022-11-101-0/+9
* ec/google/chromec: Expand EC share memory for DTTSEricKY Cheng2022-11-091-0/+1
* ec/google/wilco: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-031-2/+2
* ec/google/wilco/superio: Fix PS2K under WindowsMatt DeVillier2022-10-251-0/+3
* Revert "drivers/intel/dptf: Add multiple fan support under dptf"Sumeet Pawnikar2022-10-205-32/+9
* ec/google/wilco/acpi: Hide CrOS-specific devices from OSMatt DeVillier2022-10-202-2/+2
* ec/google/chromeec: Demote LPC EC error printk from ERR to SPEWMatt DeVillier2022-10-141-1/+1
* timer: Change timer util functions to 64-bitRob Barnes2022-09-141-2/+2
* ec/google/chromeec: Modify ufp from type-c roleDtrain Hsu2022-09-051-1/+1
* drivers/intel/dptf: Add multiple fan support under dptfSumeet Pawnikar2022-09-045-9/+32
* acpi: Replace EC_ENABLE_AMD_DPTC_SUPPORT with Kconfig valueTim Van Patten2022-08-311-3/+3
* ec/google/chromeec: Call PNOT() when Battery Status ChangesTim Van Patten2022-08-261-2/+24
* ec/google/chromeec/acpi: Add support for DPTF oem variable event notifyTony Huang2022-08-242-0/+18
* ec/google: Notify DPTF driver power participant on PD eventVarshit B Pandya2022-08-182-0/+11
* ec/google/chromec: Add BFIV, BFCTTim Van Patten2022-08-171-0/+2
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* ec/google/chromec: Update ACPI handlers for GPUTim Wawrzynczak2022-07-132-7/+2
* treewide: Unify Google brandingJon Murphy2022-07-043-6/+6
* ec/google/chromeec: Update ec_commands.hYu-Ping Wu2022-06-301-44/+159
* ec/google/chromeec: Remove google_chromeec_vbnv_context()Yu-Ping Wu2022-06-242-40/+0
* device/resource: Modify some resource allocation instancesKyösti Mälkki2022-06-241-1/+1
* ec/google/chromeec: Add property to denote mux mode switchPrashant Malani2022-06-152-0/+22
* ec/google/chromeec: Add support to report fan speed via ACPISumeet Pawnikar2022-06-101-0/+6
* ec/google/chromeec/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-092-4/+4
* ec/google/chromeec/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-031-1/+1
* ec/google/chromeec/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer2022-06-031-1/+1
* ec/google/chromeec/acpi: Replace Divide(a,b,,c) with ASL 2.0 syntaxFelix Singer2022-06-032-6/+6
* ec/google/chromeec/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-034-11/+11
* ec/google/chromeec/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-031-1/+1
* ec/google/chromeec/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-031-1/+1
* ec/google/chromeec: Add retimer handle to Type C connPrashant Malani2022-05-042-0/+2