summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/smscsuperio
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* superio: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* src/superio: Drop unneeded empty linesElyes HAOUAS2020-08-241-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* src/superio: replace license boilerplate with SPDXFelix Held2020-01-305-76/+10
* 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
* 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
* src/superio/smsc/smscsuperio/superio.c: Add SCH5504Angel Pons2019-01-151-0/+2
* superio/*: Link early initialization into bootblockArthur Heymans2019-01-061-0/+1
* 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
* smscsuperio: map interrupt in smscsuperio_enable_serial()Jonathan A. Kollasch2016-11-211-0/+8
* src/superio: Add space around operatorsElyes HAOUAS2016-09-201-2/+2
* superio/*: Relocate Kconfig to chip folder.Omar Pakker2016-08-091-0/+22
* 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-272-4/+4
* superio/smscsuperio: Fix chip detectionKyösti Mälkki2014-06-121-2/+5
* superio/smsc/smscsuperio: Make romstage linkable with headerEdward O'Callaghan2014-06-033-11/+60
* superio/*: Remove redundant chip.h headerEdward O'Callaghan2014-05-131-32/+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-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
* 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-014-4/+4
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-2/+0
* remove trailing whitespaceStefan Reinauer2011-11-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-192-9/+2
* It turns out that the code which enables specific LDN is somewhat buggy.Rudolf Marek2011-02-191-1/+1
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-0/+0
* back out parts of #6073Stefan Reinauer2010-11-161-1/+1
* C and other Super I/O cosmetic fixes.Uwe Hermann2010-11-153-30/+33
* Remove superfluous Super I/O res0/res1 lines.Uwe Hermann2010-11-111-3/+1
* Add #include guards to all Super I/O header files (trivial).Uwe Hermann2010-11-082-1/+5
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-091-0/+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
* newconfig is no more.Patrick Georgi2010-02-071-22/+0