summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* ec/starlabs/merlin/kbl: Add required headers for dead_code_tSean Rhodes2022-05-281-0/+3
* ec/starlabs/merlin/glk: Add Trackpad enable/disable Q eventsSean Rhodes2022-05-281-0/+12
* ec/starlabs/merlin/glk: Correct offset of USCISean Rhodes2022-05-251-17/+17
* rules.h: Use more consistent namingArthur Heymans2022-05-161-1/+1
* ec/starlabs/merlin: Remove offset for Max Charge when not supportedSean Rhodes2022-05-123-3/+3
* 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
* lenovo: correct typo in macro H8_HAS_BAT_THRESHOLDS_IMPLPeter Lemenkov2022-05-032-2/+2
* ec/google/chromeec: Add empty string check for OEM stringEric Lai2022-04-271-5/+5
* ec/purism/librem: Remove unused Kconfig fileElyes Haouas2022-04-241-4/+0
* 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/starlabs/merlin: Add EC related files for Cezanne boardsSean Rhodes2022-04-063-0/+363
* ec/starlabs/merlin: Correct Q event for CPU DN SPEEDSean Rhodes2022-04-061-1/+1
* ec/starlabs/merlin: Remove comment about OPWESean Rhodes2022-04-047-14/+0
* ec/starlabs/merlin: Add GLKR variantSean Rhodes2022-03-303-0/+266
* ec/starlabs/merlin: Add support for Nuvoton EC'sSean Rhodes2022-03-304-7/+322
* ec/starlabs/merlin: Make EC function names genericSean Rhodes2022-03-302-4/+4
* ec/starlabs/merlin: Rename ec.c to more specific ite.cSean Rhodes2022-03-302-1/+1
* ec/starlabs/merlin: Don't store EC values on changeSean Rhodes2022-03-216-67/+18
* ec/starlabs/merlin: Always store EC valuesSean Rhodes2022-03-211-55/+53
* 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/starlabs/merlin: Use ECWR functionSean Rhodes2022-03-101-9/+9
* ec/starlabs: Write the correct value for KLBE when suspendingSean Rhodes2022-03-101-1/+23
* ec/starlabs: Write the correct value for KLSE when suspendingSean Rhodes2022-03-101-1/+15
* ec/starlabs: Write the correct value for TPLE when suspendingSean Rhodes2022-03-101-1/+15
* ec/starlabs: Store the correct value for KLBE when suspendingSean Rhodes2022-03-101-2/+23
* ec/starlabs: Store the correct value for KLSE when suspendingSean Rhodes2022-03-101-2/+15
* ec/starlabs: Store the correct value for TPLE when suspendingSean Rhodes2022-03-101-2/+19
* ec/starlabs/merlin: Change RPTS method to SerializedSean Rhodes2022-03-101-1/+1
* ec/starlabs: Correct Keyboard Backlight offsets for GLKSean Rhodes2022-03-092-3/+3
* ec/starlabs: Guard Max Charge in KconfigSean Rhodes2022-03-082-5/+13
* ec/starlabs/merlin: Disable ACPI support last when suspendingSean Rhodes2022-03-081-2/+10
* ec/starlabs/merlin: Use ECRD functionSean Rhodes2022-03-083-6/+10
* ec/starlabs/merlin: Don't report a battery capacity higher than design capacitySean Rhodes2022-03-031-0/+3
* ec/starlabs/merlin: Remove unused keyboard.aslSean Rhodes2022-03-011-59/+0
* ec/starlabs/merlin: Add spaces to adhere to coding styleSean Rhodes2022-03-015-24/+23
* 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-162-3/+4
* ec/starlabs/merlin: Adjust Keyboard Backlight configurationSean Rhodes2022-02-152-2/+3
* ec/starlabs/merlin: Apply EC settings when suspendingSean Rhodes2022-02-151-4/+11
* 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-045-6/+0
* ec/quanta/ene_kb3940q/ec.c: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-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
* src/ec: Remove unused <delay.h>Elyes HAOUAS2022-01-102-2/+1