summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* ec: Add SPDX license headers to MakefilesMartin Roth2022-11-2218-0/+18
* {ec/superio}/acpi: Remove _PRS if no _SRS is implementedArthur Heymans2022-11-174-78/+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/clevo/it5570e: add driver for EC used on various Clevo laptopsMichael Niewöhner2022-11-1124-0/+2012
* ec/starlabs/merlin: Rename the Cezanne EC codeSean Rhodes2022-11-113-2/+2
* 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/starlabs/merlin: Add support for enabling the mirror flagSean Rhodes2022-11-0712-1/+40
* 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
* ec/starlabs/merlin: Add EC related files for Alder Lake boardsSean Rhodes2022-10-073-0/+459
* ec/starlabs/merlin: Add support for enabling fast chargeSean Rhodes2022-10-0612-0/+50
* ec/lenovo/h8/acpi: Fix wrongly used operatorFelix Singer2022-10-051-1/+1
* ec/lenovo/h8: Add Kconfig option for Fn-Ctrl swapAngel Pons2022-09-272-1/+9
* 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/starlabs/merlin/cml: Correct the offset for Max ChargeSean Rhodes2022-08-262-3/+3
* 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
* ec/system76/ec: Provide charging thresholds by defaultTim Crawford2022-07-161-1/+1
* 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
* ec/system76/ec: Hide ACPI device S76DJeremy Soller2022-07-091-0/+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/acpi: Return error codes on timeoutAbel Briggs2022-06-242-7/+7
* ec/lenovo/pmh7: Add IORESOURCE_ASSIGNED flagKyösti Mälkki2022-06-221-1/+1
* ec/kontron/kempld: Fix IORESOURCE_IRQKyösti Mälkki2022-06-221-5/+5
* 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/lenovo/h8/acpi: Replace Not() with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/lenovo/h8/acpi: Replace And() with ASL 2.0 syntaxFelix Singer2022-06-091-9/+9
* ec/lenovo/h8/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/smsc/mec1308/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-5/+5
* ec/smsc/mec1308/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/smsc/mec1308/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3