Age | Commit message (Expand) | Author |
2022-12-27 | {superio,ec}/acpi: Replace constant "Zero" with actual number | Felix Singer |
2022-12-27 | {superio,ec}/acpi: Replace constant "One" with actual number | Felix Singer |
2022-12-23 | tree: Replace And(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-12-23 | tree: Replace Or(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-12-23 | tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-12-23 | tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-12-19 | tree: Replace XOr(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-12-14 | ec/smsc/mec1308/acpi: Replace Store(a,b) with ASL 2.0 syntax | Felix Singer |
2022-11-22 | ec: Add SPDX license headers to Makefiles | Martin Roth |
2022-06-09 | ec/smsc/mec1308/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | ec/smsc/mec1308/acpi: Replace LGreater(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | ec/smsc/mec1308/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | ec/smsc/mec1308/acpi: Replace LLess(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | ec/smsc/mec1308/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | ec/smsc/mec1308/acpi: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-01-01 | ec/smsc/mec1308/acpi: Replace LNot() with ASL 2.0 syntax | Felix Singer |
2022-01-01 | ec/smsc/mec1308/acpi: Replace Increment() with ASL 2.0 syntax | Felix Singer |
2021-12-31 | ec/smsc/mec1308/acpi: Replace Add(a,b) with ASL 2.0 syntax | Felix Singer |
2021-12-31 | ec/smsc/mec1308/acpi: Replace Subtract(a,b) with ASL 2.0 syntax | Felix Singer |
2021-12-30 | ec/smsc/mec1308/acpi: Replace LAnd() with ASL 2.0 syntax | Felix Singer |
2021-12-30 | ec/smsc/mec1308/acpi: Use ASL 2.0 syntax to access arrays | Felix Singer |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-05 | src/ec: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-08-20 | src/ec: Drop __PRE_RAM__ and __SMM__ guards | Kyösti Mälkki |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2017-07-08 | ec/mec1308: Fix fan control ACPI | Matt DeVillier |
2017-06-07 | Kconfig: Indent help text | Martin Roth |
2016-02-09 | Workaround for unused variable warning. | Vladimir Serbinenko |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-29 | kbuild: automatically include ECs | Stefan Reinauer |
2015-04-07 | kconfig: drop intermittend forwarder files | Stefan Reinauer |
2014-10-27 | {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs | Edward O'Callaghan |
2014-06-25 | src/ec: Sanitize headers and comment #endif pairings | Edward O'Callaghan |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-04-02 | Add EC component for SMSC MEC1308/1310 | Stefan Reinauer |