summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/sch4037
Commit message (Expand)AuthorAgeFilesLines
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-041-0/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* superio/*: Link early initialization into bootblockArthur Heymans2019-01-061-0/+1
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* superio/smsc: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-181-2/+3
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-1/+1
* superio/*: Relocate Kconfig to chip folder.Omar Pakker2016-08-091-0/+18
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-011-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-314-16/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-214-4/+4
* superio/*/superio.c: Don't hide pointer types behind typedefsEdward O'Callaghan2014-10-271-2/+2
* superio: Use 'pnp_devfn_t' over 'device_t' in romstage componentEdward O'Callaghan2014-10-271-3/+3
* superio/smsc/sch4037: Cleanup and fix .c inclusionEdward O'Callaghan2014-08-234-33/+27
* superio: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* superio/*: Remove redundant chip.h headerEdward O'Callaghan2014-05-131-30/+0
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-3/+1
* uart8250: Drop includes in superioKyösti Mälkki2014-02-062-2/+0
* pnp: Add some default functions to enter/exit config stateNico Huber2013-07-031-19/+2
* pnp: Remove now plain wrappers for default PnP functionsNico Huber2013-06-171-21/+3
* pnp: Register implementations of enter/exit config stateNico Huber2013-06-171-6/+6
* pnp: Provide alternative pnp_enable() implementationNico Huber2013-06-171-8/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-015-5/+5
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-3/+0
* SIO: Add smsc/sch4037 superio supportKerry Sheh2012-02-175-0/+280