summaryrefslogtreecommitdiffstats
path: root/src/ec/kontron
Commit message (Expand)AuthorAgeFilesLines
* ec, lib, security, sb: Add SPDX license headers to Kconfig filesMartin Roth2024-02-182-0/+4
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-312-2/+2
* ec: Rename Makefiles from .inc to .mkMartin Roth2024-01-242-0/+0
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-4/+4
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* ec/kontron/it8516e/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-161-5/+5
* treewide: Remove unused 'include <arch/io.h>'Elyes Haouas2022-12-151-1/+0
* ec: Add SPDX license headers to MakefilesMartin Roth2022-11-222-0/+2
* ec/kontron/kempld: Fix IORESOURCE_IRQKyösti Mälkki2022-06-221-5/+5
* ec/kontron/it8516e/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-2/+2
* src/ec: Remove unused <delay.h>Elyes HAOUAS2022-01-101-1/+1
* ec/kontron/it8516e/acpi: Replace Divide(a,b) with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/kontron/it8516e/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/kontron/it8516e/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-2/+2
* ec/kontron/kempld: Add minimal GPIO driverMaxim Polyakov2021-07-165-1/+95
* ec/kontron/kempld: Guard macro parametersAngel Pons2021-05-281-2/+2
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-5/+5
* ec/kontron: Use get_int_option()Angel Pons2021-04-211-6/+5
* ec/kontron/kempld: Reflow long linesMaxim Polyakov2020-10-113-16/+11
* ec/kontron/kempld: add option to configure I2C frequencyMaxim Polyakov2020-10-112-6/+25
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1111-11/+0
* {drivers,ec/kontron}: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-10/+3
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-9/+3
* src/ec: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0510-132/+20
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1710-10/+0
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* ec/kontron/kempld: Add fall-through comments where appropriateNico Huber2019-09-301-0/+2
* ec/kontron/kempld: Select DRIVERS_UART_8250IONico Huber2019-09-021-0/+1
* src/ec: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-221-1/+0
* ec/kontron/kempld/kempld_i2c.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-3/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* ec/kontron: Add support for Kontron kempldNico Huber2019-01-248-0/+605
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-9/+9
* sio/acpi: Add more magic bytes to ENTER/EXIT_CONFIG_MODENico Huber2016-12-071-0/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-315-20/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-215-6/+5
* 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-2/+2
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-231-1/+1
* ec/kontron/it8516e: Add sanity checks for values from nvramNico Huber2013-07-291-0/+4
* ec/kontron/it8516e: Comment low-level EC functionsNico Huber2013-07-291-0/+36
* ec/kontron/it8516e: Remove some unsafe bit shiftingNico Huber2013-07-291-4/+4
* ec/kontron/it8516e: Add PWM limits optionNico Huber2013-07-292-8/+44
* ec/kontron/it8516e: Correct fan setting for PWM modeNico Huber2013-07-291-1/+1
* ec/kontron/it8516e: Add option for external temperature sensorNico Huber2013-07-293-3/+33
* pnp: Unify some alignment to ease autogenerating patchesNico Huber2013-06-171-5/+5
* ec/kontron/it8516e: Add it8516e EC driverNico Huber2013-06-069-0/+497