summaryrefslogtreecommitdiffstats
path: root/src/superio/winbond/w83697hf
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* superio/*: Link early initialization into bootblockArthur Heymans2019-01-061-1/+1
* {drivers,superio}: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* src: Remove unneeded include <pc80/keyboard.h>Elyes HAOUAS2018-11-161-1/+0
* superio/winbond: remove LDN-specific ops overridesFelix Held2018-07-251-10/+11
* winbond/w83697hf: Drop early_serial.cKeith Hui2017-09-213-62/+0
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-7/+7
* superio/*: Relocate Kconfig to chip folder.Omar Pakker2016-08-091-0/+19
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-315-20/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-215-5/+5
* superio/*/superio.c: Don't hide pointer types behind typedefsEdward O'Callaghan2014-10-271-1/+1
* superio: Use 'pnp_devfn_t' over 'device_t' in romstage componentEdward O'Callaghan2014-10-272-6/+6
* superio/winbond/w83697hf: Depreciate romstage componentEdward O'Callaghan2014-05-233-5/+13
* superio/*: Deal with some chip.h special casesEdward O'Callaghan2014-05-132-2/+2
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-1/+2
* 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-17/+2
* pnp: Remove now plain wrappers for default PnP functionsNico Huber2013-06-171-18/+3
* pnp: Register implementations of enter/exit config stateNico Huber2013-06-171-6/+6
* pnp: Provide alternative pnp_enable() implementationNico Huber2013-06-171-2/+1
* Drop prototype guarding for romccStefan Reinauer2013-05-101-3/+0
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-2/+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/+1
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-2/+0
* implement hwmon fan divisor setting for w83697hfFlorian Zumbiehl2011-11-222-1/+36
* make w83697hf_set_clksel_48() non-static and add a prototypeFlorian Zumbiehl2011-11-082-1/+5
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer2011-04-192-15/+1
* It turns out that the code which enables specific LDN is somewhat buggy.Rudolf Marek2011-02-191-4/+1
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-0/+0
* C and other Super I/O cosmetic fixes.Uwe Hermann2010-11-151-7/+7
* Random Winbond Super I/O cosmetic and coding-style fixes.Uwe Hermann2010-11-104-16/+17
* Add #include guards to all Super I/O header files (trivial).Uwe Hermann2010-11-082-0/+10
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* no warnings dayStefan Reinauer2010-04-071-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-22/+0
* trival. All the changes is about comment and spaces.Zheng Bao2009-12-281-1/+1
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-1/+1
* Kconfig!Patrick Georgi2009-08-121-0/+22
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-4/+4
* * Add a new board, the BCom WinNET P680Alex Mauer2008-10-161-0/+10
* Add support for the Winbond W83697HF Super I/O.Sean Nelson2008-07-215-0/+243