summaryrefslogtreecommitdiffstats
path: root/src/superio/ite/it8716f/superio.c
Commit message (Expand)AuthorAgeFilesLines
* src/superio: Remove unused superio chipsMartin Roth2019-10-131-100/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* superio/it8716f: fix pnp_dev_infoFelix Held2019-01-241-10/+12
* superio/ite: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-181-11/+11
* superio/ite/it8716f: Update init_ecMartin Roth2017-07-081-1/+1
* src/superio: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-071-1/+1
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-9/+9
* 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: Replace the indexed I/O functionsDave Frodin2015-05-141-11/+0
* superio/ite: Use common dispatch for pnp entry/exit functionsEdward O'Callaghan2014-11-041-21/+3
* superio/*/superio.c: Don't hide pointer types behind typedefsEdward O'Callaghan2014-10-271-3/+3
* 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: 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
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* some ifdef --> if fixesStefan Reinauer2011-04-211-1/+1
* Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer2011-04-191-8/+0
* 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-13/+11
* Remove superfluous Super I/O res0/res1 lines.Uwe Hermann2010-11-111-3/+1
* Random ITE Super I/O fixes.Uwe Hermann2010-11-081-27/+17
* zero warnings daysStefan Reinauer2010-04-251-3/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-1/+1
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-191-1/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-1/+1
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-7/+7
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+2
* Enable hardware fan control for m57sli.Ronald Hoogenboom2008-06-221-4/+4
* Temporarily disable the fan control patch from this morning; it turns out toWard Vandewege2008-02-261-3/+3
* This patch adds automatic fan control for the CPU fan on the m57sliRonald Hoogenboom2008-02-251-0/+4
* This patch fixes the decoding of the IO address range 0x0820->0x0827 into theFlorentin Demetrescu2008-02-011-1/+1
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Fix the remaining issues with GA-M57SLI Super I/O GPIO configuration.Carl-Daniel Hailfinger2007-11-121-1/+1
* Some minor fixes in it8716f/superio.c:Uwe Hermann2007-05-041-23/+27
* Add fan control support to ITE IT8716F.Ward Vandewege2007-04-271-2/+33
* Improve ITE IT8716F support.Yinghai Lu2007-02-241-24/+64
* Add missing #includes to some ITE Super I/O files.Jon Dufresne2006-12-011-0/+2
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* Adapt GPL license headers to match the current conventions.Uwe Hermann2006-11-011-0/+2
* Rename some variables from *ITE* to *ite* for consistency reasons (refs #4).Uwe Hermann2006-11-011-2/+2
* Patch from Uwe Hermann:Stefan Reinauer2006-09-061-0/+91