summaryrefslogtreecommitdiffstats
path: root/src/ec/quanta/ene_kb3940q
Commit message (Expand)AuthorAgeFilesLines
* 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/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/ene_kb3940q/acpi: Replace Add(a,b) 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/ene_kb3940q/acpi: Use Printf() for debug printsFelix Singer2021-12-291-14/+12
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* src/ec/quanta/ene_kb3940q/acpi/battery.asl: Convert to ASL 2.0Elyes HAOUAS2021-02-101-31/+30
* 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
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-5/+5
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-177-7/+0
* ELOG: Avoid some preprocessor useKyösti Mälkki2019-11-091-5/+5
* 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-5/+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
* 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-261-3/+2
* src/ec: Remove whitespace before tabElyes HAOUAS2018-06-041-4/+4
* src/ec: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-1/+1
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-1/+1
* Kconfig: Indent help textMartin Roth2017-06-071-1/+1
* 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-071-1/+1
* src/ec: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-2/+2
* Remove non-ascii & unprintable charactersMartin Roth2016-08-011-1/+1
* ASL: Remove unused modulo recipient.Vladimir Serbinenko2016-02-091-1/+1
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-011-1/+1
* ACPI: Add hack to avoid IASL warning when reading back registersMartin Roth2015-12-261-0/+3
* ec/quanta/ene_kb3940q: Fix ACPI NoticeMartin Roth2015-11-241-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-317-28/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-217-11/+7
* kbuild: automatically include ECsStefan Reinauer2015-04-291-1/+4
* acpi: Generate valid ACPI processor objectsTimothy Pearson2015-02-161-5/+5
* ec: Use DEVICE_NOOP macro formalism over static stub funcEdward O'Callaghan2014-11-291-14/+2
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-4/+4
* src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan2014-06-251-2/+3
* src/*: Remove the last remnants of struct keyboardEdward O'Callaghan2014-05-132-2/+1
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-3/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+1
* Add support for "Butterfly" ChromebookStefan Reinauer2013-02-119-0/+979