| Commit message (Expand) | Author | Age | Files | Lines |
* | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard | 2024-01-31 | 2 | -2/+2 |
* | ec: Rename Makefiles from .inc to .mk | Martin Roth | 2024-01-24 | 2 | -0/+0 |
* | ec/quanta/ene_kb3940q/acpi: Fix PS2K under Windows | Matt DeVillier | 2023-05-13 | 1 | -2/+1 |
* | {superio,ec}/acpi: Replace constant "Zero" with actual number | Felix Singer | 2022-12-27 | 3 | -10/+10 |
* | {superio,ec}/acpi: Replace constant "One" with actual number | Felix Singer | 2022-12-27 | 3 | -11/+11 |
* | tree/acpi: Replace Not(a) with ASL 2.0 syntax | Felix Singer | 2022-12-26 | 1 | -1/+1 |
* | tree: Replace And(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -5/+5 |
* | tree: Replace And(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 2 | -3/+3 |
* | tree: Replace Or(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -2/+2 |
* | tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -1/+1 |
* | tree: Replace XOr(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-19 | 1 | -2/+2 |
* | ec/quanta/acpi: Replace Store(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-14 | 5 | -57/+57 |
* | ec: Add SPDX license headers to Makefiles | Martin Roth | 2022-11-22 | 2 | -0/+2 |
* | {ec/superio}/acpi: Remove _PRS if no _SRS is implemented | Arthur Heymans | 2022-11-17 | 2 | -32/+0 |
* | ec/quanta/it8518/acpi: Replace LGreater(a,b) with ASL 2.0 syntax | Felix Singer | 2022-06-09 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace LLess(a,b) with ASL 2.0 syntax | Felix Singer | 2022-06-09 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax | Felix Singer | 2022-06-09 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace Divide(a,b,,c) with ASL 2.0 syntax | Felix Singer | 2022-06-09 | 1 | -3/+3 |
* | ec/quanta/it8518/acpi: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer | 2022-06-09 | 1 | -3/+3 |
* | ec/quanta/it8518/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-06-09 | 1 | -4/+4 |
* | ec/quanta/ene_kb3940q/acpi: Replace LLess(a,b) with ASL 2.0 syntax | Felix Singer | 2022-06-09 | 1 | -1/+1 |
* | ec/quanta/ene_kb3940q/ec.c: Remove unuseful 'return' in void function | Elyes HAOUAS | 2022-02-01 | 1 | -1/+0 |
* | ec/quanta/it8518/acpi: Replace LNot() with ASL 2.0 syntax | Felix Singer | 2022-01-01 | 1 | -2/+2 |
* | ec/quanta/it8518/acpi: Replace Decrement() with ASL 2.0 syntax | Felix Singer | 2022-01-01 | 1 | -1/+1 |
* | ec/quanta/ene_kb3940q/acpi: Replace Decrement() with ASL 2.0 syntax | Felix Singer | 2022-01-01 | 1 | -1/+1 |
* | ec/quanta/ene_kb3940q/acpi: Replace Increment() with ASL 2.0 syntax | Felix Singer | 2022-01-01 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace Increment() with ASL 2.0 syntax | Felix Singer | 2022-01-01 | 1 | -2/+1 |
* | ec/quanta/it8518/acpi: Replace Add(a,b) with ASL 2.0 syntax | Felix Singer | 2021-12-31 | 1 | -1/+1 |
* | ec/quanta/ene_kb3940q/acpi: Replace Add(a,b) with ASL 2.0 syntax | Felix Singer | 2021-12-31 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace Add(a,b) with ASL 2.0 syntax | Felix Singer | 2021-12-31 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace Subtract(a,b) with ASL 2.0 syntax | Felix Singer | 2021-12-31 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax | Felix Singer | 2021-12-31 | 1 | -1/+1 |
* | ec/quanta/ene_kb3940q/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax | Felix Singer | 2021-12-30 | 1 | -1/+1 |
* | ec/quanta/it8518/acpi: Replace LAnd() with ASL 2.0 syntax | Felix Singer | 2021-12-30 | 1 | -3/+2 |
* | ec/quanta/it8518/acpi: Use ASL 2.0 syntax to access arrays | Felix Singer | 2021-12-30 | 1 | -16/+16 |
* | ec/quanta/ene_kb3940q/acpi: Use Printf() for debug prints | Felix Singer | 2021-12-29 | 1 | -14/+12 |
* | src/acpi to src/lib: Fix spelling errors | Martin Roth | 2021-10-05 | 3 | -3/+3 |
* | src/ec/quanta/ene_kb3940q/acpi/battery.asl: Convert to ASL 2.0 | Elyes HAOUAS | 2021-02-10 | 1 | -31/+30 |
* | src: Remove redundant use of ACPI offset(0) | Elyes HAOUAS | 2020-12-03 | 1 | -1/+1 |
* | src/ec: Drop unneeded empty lines | Elyes HAOUAS | 2020-09-11 | 4 | -12/+0 |
* | treewide: Remove "this file is part of" lines | Patrick Georgi | 2020-05-11 | 14 | -14/+0 |
* | src/ec: Add missing "set_resources = noop_set_resources" | Elyes HAOUAS | 2020-04-10 | 2 | -0/+2 |
* | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber | 2020-04-10 | 2 | -2/+2 |
* | Drop unnecessary DEVICE_NOOP entries | Nico Huber | 2020-04-10 | 2 | -2/+0 |
* | src/ec: Use SPDX for GPL-2.0-only files | Angel Pons | 2020-04-05 | 14 | -190/+28 |
* | acpi: Change Processor ACPI Name (Intel only) | Christian Walter | 2020-03-23 | 1 | -5/+5 |
* | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi | 2020-03-17 | 14 | -14/+0 |
* | ELOG: Avoid some preprocessor use | Kyösti Mälkki | 2019-11-09 | 1 | -5/+5 |
* | ec/{compal,google,quanta}: Drop wrong _ADR objects | Elyes HAOUAS | 2019-10-25 | 1 | -1/+0 |
* | src/ec/quanta: Drop wrong _ADR objects | Elyes HAOUAS | 2019-10-24 | 2 | -2/+0 |