summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* ec/quanta/ene_kb3940q/acpi: Fix PS2K under WindowsMatt DeVillier2023-05-131-2/+1
* ec/google/chromeec: Handle ACPI S4 in chromeec_smi_sleep()Kyösti Mälkki2023-05-071-0/+1
* ec/starlabs/merlin: Change the fallback value for fn_ctrl_swapSean Rhodes2023-05-031-1/+1
* ec/starlabs/merlin: Change the fallback value for fn_ctrl_swapSean Rhodes2023-04-281-1/+1
* ec/starlabs/merlin/acpi: Don't attempt to change EC valuesSean Rhodes2023-04-281-3/+0
* ec/acpi/ec: replace misleading "recv_ec_data_timeout" console outputFelix Held2023-04-141-1/+1
* Reland "drivers/intel/dptf: Add multiple fan support under dptf"Sumeet Pawnikar2023-04-125-9/+32
* ec/google/chromeec: Use either EC or MB lid switch stateKarthikeyan Ramasubramanian2023-04-121-2/+6
* ec/lenovo/pmh7/chip.h: Use 'bool' instead of 'int'Elyes Haouas2023-04-081-2/+4
* ec/starlabs/merlin: Add support for the ITE mirror flagSean Rhodes2023-04-0412-0/+93
* Revert "ec/starlabs/merlin: Add support for enabling the mirror flag"Sean Rhodes2023-03-0912-40/+1
* {ec,mb}/system76: Move smbios_system_wakeup_typeTim Crawford2023-03-042-0/+12
* acpi/ec: Handle new host event EC_HOST_EVENT_BODY_DETECT_CHANGETim Van Patten2023-03-021-0/+11
* ec/google/chromeec: Update ec_commands.hTim Van Patten2023-02-271-1/+22
* treewide: Remove useless "_STA: Status" commentElyes Haouas2023-02-195-5/+5
* treewide: Remove unuseful "_UID: Unique ID" commentElyes Haouas2023-02-172-2/+2
* treewide: Remove unuseful "_HID: Hardware ID" commentElyes Haouas2023-02-177-7/+7
* ec/dell: Add support for the SMSC MEC5035Nicholas Chin2023-02-084-0/+158
* ec/google/chromeec: Update ec_commands.hCaveh Jalali2023-02-081-130/+430
* ec/google/chromeec: clang-format ec_commands.hCaveh Jalali2023-02-081-841/+803
* ec/google/wilco/acpi: Add DPTF RCDP() methodMatt DeVillier2023-02-011-0/+15
* ec/google/chrome-ec: Demote Vivaldi printk from error to infoMatt DeVillier2023-01-281-1/+1
* ec/google/chromeec/acpi/ec: add scope comment to nested #endifFelix Held2023-01-221-1/+1
* ec/google/chromeec: Add retimer flag for mux devicePrashant Malani2023-01-112-4/+11
* chromeos/cr50_enable_update.c: Clear EC AP_IDLE flagDerek Huang2023-01-101-0/+2
* {ec,mb}/system76/acpi: Use Printf() for debug printsFelix Singer2022-12-293-32/+32
* {superio,ec}/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-2731-132/+132
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-2730-84/+84
* tree/acpi: Replace Divide(a,b,c,d) with ASL 2.0 syntaxFelix Singer2022-12-261-3/+8
* tree/acpi: Replace Not(a) with ASL 2.0 syntaxFelix Singer2022-12-263-3/+3
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-233-10/+10
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-234-7/+7
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-236-14/+14
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-234-8/+8
* tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-232-4/+4
* tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-234-9/+9
* tree: Replace Or(a,b) with ASL 2.0 syntaxFelix Singer2022-12-192-3/+3
* tree: Replace XOr(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-192-4/+4
* ec/starlabs/merlin: Add EC related files for Cezanne laptopsSean Rhodes2022-12-193-0/+435
* ec/kontron/it8516e/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-161-5/+5
* treewide: Remove unused 'include <arch/io.h>'Elyes Haouas2022-12-151-1/+0
* ec/smsc/mec1308/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-142-50/+50
* ec/quanta/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-145-57/+57
* ec/google/chromeec/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-143-59/+59
* ec/lenovo/h8/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-147-59/+59
* ec/lenovo/h8/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-12-121-1/+1
* ec/clevo/it5570e/acpi: Replace Index(a, b) with ASL 2.0 syntaxFelix Singer2022-12-121-1/+1
* ec/purism/librem-ec/acpi: Use Printf() for debug printsFelix Singer2022-12-121-2/+2
* mb/intel/mtlrvp: Add MTL-P RVP board idsJamie Ryu2022-12-092-3/+34
* src/ec/intel: Create common code for board_id implementationHarsha B R2022-12-063-0/+26