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