Age | Commit message (Expand) | Author |
2022-06-09 | superio/winbond/w83667hg-a: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | sio/winbond/w83627hf/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | sio/winbond/w83627hf/acpi: Replace LLess(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | superio/winbond/w83627hf/acpi: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-01-10 | src/superio: Remove unused <acpi/acpi.h> | Elyes HAOUAS |
2022-01-01 | superio/winbond/w83627hf/acpi: Replace LNot() with ASL 2.0 syntax | Felix Singer |
2022-01-01 | superio/winbond/w83627hf/acpi: Replace LOr() with ASL 2.0 syntax | Felix Singer |
2022-01-01 | superio/winbond/w83627hf/acpi: Replace LAnd() with ASL 2.0 syntax | Felix Singer |
2021-12-31 | superio/winbond/w83977tf/acpi: Replace Add(a,b,c) with ASL 2.0 syntax | Felix Singer |
2021-12-30 | superio/winbond/w83627hf/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax | Felix Singer |
2021-10-05 | src/soc to src/superio: Fix spelling errors | Martin Roth |
2021-05-06 | src: Retype option API to use unsigned integers | Angel Pons |
2021-04-21 | superio: Use get_int_option() | Angel Pons |
2021-02-11 | src/superio: Fix typo in comment | Elyes HAOUAS |
2020-10-17 | superio: Add newline to log message about disabled mouse controller | Paul Menzel |
2020-10-12 | superio/winbond/*/acpi: Convert superio.asl to ASL 2.0 syntax | Elyes HAOUAS |
2020-09-17 | src: Remove redundant <device/pnp_def.h> | Elyes HAOUAS |
2020-09-11 | src/superio: Use 'PNP_IDX_*' macros instead of magic numbers | Elyes HAOUAS |
2020-08-31 | superio/winbond/wpcd376i: Resurrect the driver | Samuel Holland |
2020-08-13 | superio/*/Makefiles: Remove non-existing directory inclusion | Elyes HAOUAS |
2020-06-16 | superio/winbond/w83977tf: Add suspend related fields | Keith Hui |
2020-05-20 | superio/winbond/w83977tf: Scope UART configuration defines more locally | Patrick Georgi |
2020-05-19 | superio/winbond/w83977tf: Fix iasl warning | Keith Hui |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-11 | superio/winbond/w83977tf: Only list IR logical device if needed | Keith Hui |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-03-31 | superio/winbond: Improve code formatting | Elyes HAOUAS |
2020-03-31 | superio/winbond/{w83627hf,w83977tf}: Use macro | Elyes HAOUAS |
2020-03-29 | superio: Replace D1/D2 power states with D3 | Nico Huber |
2020-03-10 | winbond/w83667hg-a: Disable mouse controller also during resume | Paul Menzel |
2020-01-30 | src/superio: replace license boilerplate with SPDX | Felix Held |
2020-01-09 | drivers/pc80/rtc: Separate {get|set}_option() prototypes | Kyösti Mälkki |
2019-12-13 | superio/*: Don't use conf_mode directly | Patrick Rudolph |
2019-11-05 | superio/*/*/acpi: Improve the readability of the IndexField | Elyes HAOUAS |
2019-10-20 | superio: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-13 | src/superio: Remove unused superio chips | Martin Roth |
2019-10-08 | superio/winbond/w83627*: use hwm5_conf.h for HWM setup | Felix Held |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-04 | device/pnp: Add header files for PNP ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-07 | src: Remove unused include device/pnp_def.h | Elyes HAOUAS |
2019-02-04 | superio/winbond/w83627ehg: Correct CR 0x2a comment | Elyes HAOUAS |
2019-01-06 | Kconfig: Unify power-after-failure options | Nico Huber |
2019-01-06 | superio/*: Link early initialization into bootblock | Arthur Heymans |
2018-12-18 | {drivers,superio}: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-11-19 | src: Add required space after "switch" | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <pc80/keyboard.h> | Elyes HAOUAS |
2018-08-13 | superio/winbond/w83627hf: Remove unused value | Elyes HAOUAS |
2018-08-09 | superio: fix and extend pnp_info of wpcd376i | Stefan Tauner |
2018-07-25 | superio/winbond: remove LDN-specific ops overrides | Felix Held |
2018-06-14 | src: Use of device_t is deprecated | Elyes HAOUAS |
2017-12-02 | winbond/w83977tf: Add ACPI declarations | Keith Hui |
2017-11-30 | superio: Log if mouse controller is disabled | Paul Menzel |
2017-09-21 | winbond/w83627hf: Drop early_init.c | Keith Hui |
2017-09-21 | winbond/w83697hf: Drop early_serial.c | Keith Hui |
2017-09-21 | superio/winbond/*: Unify w*_set_clksel_48() | Keith Hui |
2017-08-21 | superio/winbond/w83627*: Remove deprecated code | Keith Hui |
2017-08-15 | superio/winbond/w83977tf: Drop early_serial.c | Keith Hui |
2017-06-13 | device/pnp: remove struct io_info | Samuel Holland |
2017-06-04 | superio/winbond/*/header: Include <arch/io.h> | Arthur Heymans |
2016-12-07 | sio/acpi: Add more magic bytes to ENTER/EXIT_CONFIG_MODE | Nico Huber |
2016-10-19 | winbond/w83627ehg: Remove unnecessary value | Elyes HAOUAS |
2016-10-01 | sio/winbond/w83627dhg: Add ACPI function to control suspend LED | Nico Huber |
2016-08-09 | superio/*: Relocate Kconfig to chip folder. | Omar Pakker |
2016-05-29 | sio/winbond/w83667hg-a: Add pinmux defines for UART B | Timothy Pearson |
2016-05-29 | sio/winbond/common: Add function to configure pin mux | Timothy Pearson |
2016-05-20 | sio/winbond: Expose enter/exit configuration state functions | Timothy Pearson |
2016-04-08 | superio/winbond/w83667hg-a: Set SPI device mask correctly | Timothy Pearson |
2016-02-01 | drivers/pc80: Add PS/2 mouse presence detect | Timothy Pearson |
2016-01-29 | superio/winbond/w83667hg-a: Add support for W83667HG-A | Timothy Pearson |
2016-01-13 | tree: drop last paragraph of GPL copyright header from new files | Martin Roth |
2016-01-07 | Correct some common spelling mistakes | Martin Roth |
2015-11-09 | superio/windbond: Add WPCD376I device | Marc Jones |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-14 | superio: Replace the indexed I/O functions | Dave Frodin |
2014-12-16 | Drop obsolete SuperIOs used by GX1 systems only | Stefan Reinauer |
2014-10-27 | superio/*/superio.c: Don't hide pointer types behind typedefs | Edward O'Callaghan |
2014-10-27 | superio: Use 'pnp_devfn_t' over 'device_t' in romstage component | Edward O'Callaghan |
2014-07-17 | superio,Makefile.inc: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-05-31 | superio/winbond/w83627hf: Avoid .c includes in mainboards | Edward O'Callaghan |
2014-05-31 | superio/winbond/w83627ehg: Depreciate romstage component | Edward O'Callaghan |
2014-05-28 | superio/winbond/w83627thg: Depreciate romstage component | Edward O'Callaghan |
2014-05-28 | superio/winbond/w83627uhg: Depreciate romstage component | Edward O'Callaghan |
2014-05-23 | superio/winbond/w83697hf: Depreciate romstage component | Edward O'Callaghan |
2014-05-13 | superio/*: Remove redundant chip.h header | Edward O'Callaghan |
2014-05-13 | superio/*: Deal with some chip.h special cases | Edward O'Callaghan |
2014-05-13 | src/drivers/pc80: Remove empty struct keyboard | Edward O'Callaghan |
2014-05-02 | superio/winbond/w83627thg: Remove w83627thg_enable_serial symbol | Edward O'Callaghan |
2014-04-28 | superio/winbond/w83627ehg: Convert romstage to generic component | Edward O'Callaghan |
2014-04-28 | superio/winbond/w83627dhg: Convert romstage to generic component | Edward O'Callaghan |
2014-04-28 | superio/winbond/*: Provide common romstage component | Edward O'Callaghan |
2014-04-06 | superio/winbond/w83627thg: Avoid .c includes | Edward O'Callaghan |
2014-04-06 | superio/winbond/w83627ehg: Avoid .c includes | Edward O'Callaghan |
2014-02-13 | Eliminate some ASL warnings | Oskar Enoksson |
2014-02-12 | winbond/w83627hf/acpi: Fix some ASL warnings | Oskar Enoksson |
2014-02-06 | uart8250: Drop includes in superio | Kyösti Mälkki |
2014-01-03 | superio: Uncomment the w83627uhg UART clock source initialization | Dave Frodin |
2013-08-15 | w83627hf/acpi: Move floppy drive enumeration from _INI into _FDE. | Christoph Grenz |