summaryrefslogtreecommitdiffstats
path: root/src/ec/smsc
Commit message (Expand)AuthorAgeFilesLines
* ec, lib, security, sb: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* 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-14/+14
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-272-14/+14
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-3/+3
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace XOr(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-191-2/+2
* ec/smsc/mec1308/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-142-50/+50
* ec: Add SPDX license headers to MakefilesMartin Roth2022-11-221-0/+1
* ec/smsc/mec1308/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-5/+5
* ec/smsc/mec1308/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/smsc/mec1308/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3
* ec/smsc/mec1308/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-2/+1
* ec/smsc/mec1308/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-2/+2
* ec/smsc/mec1308/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/smsc/mec1308/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/smsc/mec1308/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer2022-01-012-3/+3
* ec/smsc/mec1308/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/smsc/mec1308/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/smsc/mec1308/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-301-7/+5
* ec/smsc/mec1308/acpi: Use ASL 2.0 syntax to access arraysFelix Singer2021-12-301-11/+11
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-116-6/+0
* src/ec: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-056-81/+13
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-176-6/+0
* src/ec: Drop __PRE_RAM__ and __SMM__ guardsKyösti Mälkki2019-08-201-3/+1
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* ec/mec1308: Fix fan control ACPIMatt DeVillier2017-07-081-6/+36
* Kconfig: Indent help textMartin Roth2017-06-071-1/+1
* Workaround for unused variable warning.Vladimir Serbinenko2016-02-091-0/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-316-24/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-216-10/+6
* kbuild: automatically include ECsStefan Reinauer2015-04-292-1/+4
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-1/+0
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-1/+1
* src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan2014-06-251-1/+2
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-0/+2
* Get rid of drivers classPatrick Georgi2012-11-271-1/+1
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-3/+0
* Add EC component for SMSC MEC1308/1310Stefan Reinauer2012-04-0210-0/+723