summaryrefslogtreecommitdiffstats
path: root/src/ec/quanta/it8518
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* ec: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* {superio,ec}/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-272-9/+9
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-272-10/+10
* tree/acpi: Replace Not(a) with ASL 2.0 syntaxFelix Singer2022-12-261-1/+1
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-5/+5
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace XOr(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-191-2/+2
* ec/quanta/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-143-44/+44
* ec: Add SPDX license headers to MakefilesMartin Roth2022-11-221-0/+1
* {ec/superio}/acpi: Remove _PRS if no _SRS is implementedArthur Heymans2022-11-171-22/+0
* 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/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/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/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/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
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-052-2/+2
* src: Remove redundant use of ACPI offset(0)Elyes HAOUAS2020-12-031-1/+1
* src/ec: Drop unneeded empty linesElyes HAOUAS2020-09-112-6/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-117-7/+0
* src/ec: Add missing "set_resources = noop_set_resources"Elyes HAOUAS2020-04-101-0/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-1/+1
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* src/ec: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-057-95/+14
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-177-7/+0
* ec/{compal,google,quanta}: Drop wrong _ADR objectsElyes HAOUAS2019-10-251-1/+0
* src/ec/quanta: Drop wrong _ADR objectsElyes HAOUAS2019-10-241-1/+0
* src/ec: Drop __PRE_RAM__ and __SMM__ guardsKyösti Mälkki2019-08-201-4/+0
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-201-5/+0
* src/ec: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-221-1/+0
* ec/quanta: pass ops to pnp_enable_devices instead of LDN-specific overrideFelix Held2018-07-261-3/+2
* 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
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-1/+1
* Kconfig: Indent help textMartin Roth2017-06-071-1/+1
* src/ec: Improve code formattingElyes HAOUAS2016-09-071-3/+3
* src/ec: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-2/+2
* ASL: Remove unused modulo recipient.Vladimir Serbinenko2016-02-091-1/+1