Age | Commit message (Expand) | Author |
2024-03-30 | superio: Remove blank lines before and after code blocks | Elyes Haouas |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-24 | superio: Rename Makefiles from .inc to .mk | Martin Roth |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-01-30 | src/superio: replace license boilerplate with SPDX | Felix Held |
2019-12-13 | superio/*: Don't use conf_mode directly | Patrick Rudolph |
2019-12-05 | superio/smsc/lpc47n2{17,27}: Fix typo | Elyes HAOUAS |
2019-10-20 | superio: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-20 | superio: Remove unused include <device/smbus.h> | Elyes HAOUAS |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
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-01-06 | superio/*: Link early initialization into bootblock | Arthur Heymans |
2018-07-18 | superio/smsc: pass the chip-specific ops struct to pnp_enable_devices | Felix Held |
2017-06-13 | device/pnp: remove struct io_info | Samuel Holland |
2016-08-09 | superio/*: Relocate Kconfig to chip folder. | Omar Pakker |
2016-03-08 | roda/rk9: Remove #include early_serial.c from romstage | Antonello Dettori |
2016-02-01 | drivers/pc80: Add PS/2 mouse presence detect | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
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-13 | superio/*: Remove redundant chip.h header | Edward O'Callaghan |
2014-05-13 | src/drivers/pc80: Remove empty struct keyboard | Edward O'Callaghan |
2014-02-06 | uart8250: Drop includes in superio | Kyösti Mälkki |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-06 | smsc/lpc47n227: Make early_serial usable | Patrick Georgi |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-04-19 | Drop baud rate init to an arbitrary baud rate from Super I/O code. ... | Stefan Reinauer |
2011-02-19 | It turns out that the code which enables specific LDN is somewhat buggy. | Rudolf Marek |
2010-12-08 | second round name simplification. drop the <component>_ prefix. | stepan |
2010-11-15 | C and other Super I/O cosmetic fixes. | Uwe Hermann |
2010-11-08 | Add #include guards to all Super I/O header files (trivial). | Uwe Hermann |
2010-10-26 | Convert some comments to proper Doxygen syntax. | Uwe Hermann |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-05-21 | Use lists instead of arrays for resources in devices to reduce memory usage. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-02-23 | Remove nonsensical wrapper for function in | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-17 | Add support for the SMSC LPC47n227 SuperI/O chip | Stefan Reinauer |