summaryrefslogtreecommitdiffstats
path: root/src/ec/google
Commit message (Expand)AuthorAgeFilesLines
* 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
* ec/google/chromeec: Add EC Mux devicePrashant Malani2022-05-046-0/+99
* ec/google/chromeec: Add empty string check for OEM stringEric Lai2022-04-271-5/+5
* ec/google/chromeec: Drop `_PRS` from static devicesAngel Pons2022-04-201-46/+0
* ec/google/chromeec: Initialize device_path subidAkihiko Odaki2022-04-071-0/+1
* ec/google/chromeec: Change loglevel prefixWisley Chen2022-03-171-1/+1
* ec/chromeec/ec_smbios: Set system manufacturer for ChromeOS devicesMatt DeVillier2022-03-171-0/+5
* ec/google/chromeec/ec_acpi.c: Cast compatible enum typesArthur Heymans2022-02-211-3/+4
* arch/x86/acpi: Add code for KEY_MENUBoris Mittelberg2022-02-181-0/+1
* ec/google/chromeec: Update ec_commands.hBoris Mittelberg2022-02-181-12/+64
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+2
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* src/ec: Get rid of unnecessary blank line {before,after} braceElyes HAOUAS2022-02-041-1/+0
* ec/google/chromeec: Consider custom_pld when checking USB port numberWon Chung2022-01-281-1/+6
* ec/google/chromeec: Add checks before creating Type C devicePrashant Malani2022-01-251-2/+9
* ec/google/chromeec/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-012-2/+2
* ec/google/chromeec/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/google/chromeec/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer2022-01-011-4/+4
* ec/google/chromeec/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/google/chromeec/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/google/chromeec/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/google/chromeec/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-301-3/+3
* ec/google/chromeec/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-301-3/+2
* ec/google/chromeec/acpi: Use ASL 2.0 syntax to access arraysFelix Singer2021-12-301-21/+21
* ec/chromeec/ec/acpi: Use Printf() for debug printsFelix Singer2021-12-291-21/+21
* ec/google/chromeec: Support 5 temperature sensorsTim Wawrzynczak2021-11-261-3/+3
* ec/google/chromeec: Add PLD to EC conn in ACPI tableWon Chung2021-11-221-0/+26