summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/smscsuperio/superio.c
Commit message (Expand)AuthorAgeFilesLines
* src/superio: replace license boilerplate with SPDXFelix Held2020-01-301-15/+2
* device/pnp: introduce and use PNP_SKIP_FUNCTIONFelix Held2019-12-161-1/+4
* superio: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-201-1/+0
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* src/superio/smsc/smscsuperio/superio.c: Add SCH5504Angel Pons2019-01-151-0/+2
* superio/smsc: Add SCH5147Arthur Heymans2018-12-191-0/+2
* superio/smsc: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-181-17/+17
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-7/+7
* src/superio: Add space around operatorsElyes HAOUAS2016-09-201-2/+2
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-011-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* superio/*/superio.c: Don't hide pointer types behind typedefsEdward O'Callaghan2014-10-271-2/+2
* superio/smscsuperio: Fix chip detectionKyösti Mälkki2014-06-121-2/+5
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-3/+1
* uart8250: Drop includes in superioKyösti Mälkki2014-02-061-1/+0
* pnp: Add some default functions to enter/exit config stateNico Huber2013-07-031-32/+2
* pnp: Remove now plain wrappers for default PnP functionsNico Huber2013-06-171-26/+3
* pnp: Register implementations of enter/exit config stateNico Huber2013-06-171-8/+8
* pnp: Provide alternative pnp_enable() implementationNico Huber2013-06-171-2/+1
* pnp: Unify some alignment to ease autogenerating patchesNico Huber2013-06-171-5/+5
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Added support for Aaeon PFM-540I RevB PC104 SBCMark Norman2011-06-291-0/+2
* Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer2011-04-191-8/+1
* It turns out that the code which enables specific LDN is somewhat buggy.Rudolf Marek2011-02-191-1/+1
* C and other Super I/O cosmetic fixes.Uwe Hermann2010-11-151-28/+30
* Remove superfluous Super I/O res0/res1 lines.Uwe Hermann2010-11-111-3/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* more warning fixes.Stefan Reinauer2010-03-171-1/+1
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-1/+1
* trival. All the changes is about comment and spaces.Zheng Bao2009-12-281-1/+1
* Trivial. SCH4304 and SCH4307 have the same device id.Zheng Bao2009-12-011-1/+1
* Add support for the SMSC SCH4304 Super I/O.Zheng Bao2009-11-301-0/+2
* This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i...Arnaud Maye2009-08-281-0/+2
* Add support for the Mitac 6513WU mainboard, a Compaq OEM board using theMichael Gold2009-07-051-0/+2
* Add support for the Intel Eagle Heights development board.Thomas Jourdan2009-07-011-0/+17
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-3/+3
* This trivial patch adds the SMSC SCH3112 Super I/O chip ID to theChristopher Kilgour2008-04-191-0/+2
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann2007-10-311-1/+1
* Move ARRAY_SIZE to stdlib.h to make it available to all code (trivial).Uwe Hermann2007-10-271-3/+1
* [Arg! Forgot to 'svn add', sorry]Uwe Hermann2007-07-121-0/+335