summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/kbc1100
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-042-1/+2
* 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: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* superio/smsc: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-181-4/+3
* sio/smsc/kbc1100: Fix some style issuesArthur Heymans2017-08-062-45/+43
* 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-4/+4
* superio: Use 'pnp_devfn_t' over 'device_t' in romstage componentEdward O'Callaghan2014-10-272-5/+5
* superio/smsc/kbc1100: Virtually rewrite support and fix mainboardsEdward O'Callaghan2014-06-063-16/+31
* 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
* remove trailing whitespaceStefan Reinauer2011-11-013-7/+7
* Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer2011-04-191-1/+1
* This code provides support for the superio chip on the AMD Inagua platform (n...Frank Vibrans2011-02-145-0/+285