summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* 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
* ec/starlabs/merlin: Unify EC and CMOS namesSean Rhodes2022-01-0714-28/+28
* starlabs: Convert EC_GPE_SCI to KconfigSean Rhodes2022-01-042-1/+5
* ec/smsc/mec1308/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/quanta/it8518/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* ec/lenovo/h8/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* ec/google/chromeec/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-012-2/+2
* ec/quanta/it8518/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/quanta/ene_kb3940q/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/google/chromeec/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/quanta/ene_kb3940q/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/quanta/it8518/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+1
* ec/smsc/mec1308/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer2022-01-012-3/+3
* ec/kontron/it8516e/acpi: Replace Divide(a,b) 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/kontron/it8516e/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/apple/acpi: Replace Index() with ASL 2.0 syntaxFelix Singer2022-01-011-12/+12
* ec/starlabs/merlin/acpi: Replace Index() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* ec/quanta/it8518/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/quanta/ene_kb3940q/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/google/chromeec/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/kontron/it8516e/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-2/+2
* ec/quanta/it8518/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/smsc/mec1308/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/smsc/mec1308/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/quanta/it8518/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/lenovo/h8/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-3/+3
* ec/google/chromeec/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/starlabs/merlin/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/lenovo/h8/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-312-3/+3
* ec/hp/kbc1126/acpi: Replace Add(a,b,c) 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/quanta/it8518/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/lenovo/h8/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-2/+2
* ec/quanta/ene_kb3940q/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-301-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/quanta/it8518/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-301-3/+2
* ec/smsc/mec1308/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-301-7/+5