summaryrefslogtreecommitdiffstats
path: root/src/ec/quanta
Commit message (Expand)AuthorAgeFilesLines
* ec/quanta/it8518/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/quanta/it8518/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/quanta/it8518/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/quanta/it8518/acpi: Replace Divide(a,b,,c) with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3
* ec/quanta/it8518/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3
* ec/quanta/it8518/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer2022-06-091-4/+4
* ec/quanta/ene_kb3940q/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/quanta/ene_kb3940q/ec.c: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-1/+0
* ec/quanta/it8518/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-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/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/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/quanta/it8518/acpi: Replace Add(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/quanta/it8518/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/quanta/ene_kb3940q/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-301-1/+1
* ec/quanta/it8518/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-301-3/+2
* ec/quanta/it8518/acpi: Use ASL 2.0 syntax to access arraysFelix Singer2021-12-301-16/+16
* ec/quanta/ene_kb3940q/acpi: Use Printf() for debug printsFelix Singer2021-12-291-14/+12
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-053-3/+3
* src/ec/quanta/ene_kb3940q/acpi/battery.asl: Convert to ASL 2.0Elyes HAOUAS2021-02-101-31/+30
* src: Remove redundant use of ACPI offset(0)Elyes HAOUAS2020-12-031-1/+1
* src/ec: Drop unneeded empty linesElyes HAOUAS2020-09-114-12/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1114-14/+0
* src/ec: Add missing "set_resources = noop_set_resources"Elyes HAOUAS2020-04-102-0/+2
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-102-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-102-2/+0
* src/ec: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0514-190/+28
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-5/+5
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1714-14/+0
* ELOG: Avoid some preprocessor useKyösti Mälkki2019-11-091-5/+5
* ec/{compal,google,quanta}: Drop wrong _ADR objectsElyes HAOUAS2019-10-251-1/+0
* src/ec/quanta: Drop wrong _ADR objectsElyes HAOUAS2019-10-242-2/+0
* src/ec: Drop __PRE_RAM__ and __SMM__ guardsKyösti Mälkki2019-08-202-9/+0
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-202-10/+0
* src/ec: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-222-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* ec/quanta: pass ops to pnp_enable_devices instead of LDN-specific overrideFelix Held2018-07-262-6/+4
* src/ec: Remove whitespace before tabElyes HAOUAS2018-06-041-4/+4
* ec/quanta/it8518: add missing HID to SIO deviceMatt DeVillier2017-09-191-0/+1
* ec/quanta/it8518: correct ACPI battery data fed into ToString()Matt DeVillier2017-09-191-3/+3
* src/ec: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-1/+1
* device/pnp: remove struct io_infoSamuel Holland2017-06-132-2/+2
* Kconfig: Indent help textMartin Roth2017-06-072-2/+2
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* ec/ene_kb3940q: correct ACPI battery data fed into ToString()Matt DeVillier2017-06-041-2/+2
* src/ec: Improve code formattingElyes HAOUAS2016-09-072-4/+4