summaryrefslogtreecommitdiffstats
path: root/src/superio/via/vt1211/vt1211.c
Commit message (Expand)AuthorAgeFilesLines
* superio: move files to match the common naming schemeFelix Held2018-07-061-192/+0
* src/superio: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-071-1/+1
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-11/+11
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-2/+2
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-1/+1
* uart8250: Drop includes in superioKyösti Mälkki2014-02-061-1/+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-6/+1
* pnp: Register implementations of enter/exit config stateNico Huber2013-06-171-6/+8
* pnp: Provide alternative pnp_enable() implementationNico Huber2013-06-171-2/+1
* Remove chip.h files without config structureKyösti Mälkki2012-10-071-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-1/+1
* fix boards that still had some uart init remaindersStefan Reinauer2011-04-201-9/+0
* It turns out that the code which enables specific LDN is somewhat buggy.Rudolf Marek2011-02-191-4/+1
* C and other Super I/O cosmetic fixes.Uwe Hermann2010-11-151-11/+11
* Various Super I/O fixes and corrections.Uwe Hermann2010-11-061-74/+88
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-21/+18
* remove more warningsStefan Reinauer2010-04-031-3/+3
* Fix all the format string warnings.Myles Watson2010-03-221-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-5/+5
* trival. All the changes is about comment and spaces.Zheng Bao2009-12-281-27/+23
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-6/+6
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+2
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* fixed fsf addressRonald G. Minnich2005-11-221-2/+2
* EPIA-M fixupRonald G. Minnich2005-11-221-17/+73
* Updating FSF address in the code.Stefan Reinauer2005-10-051-2/+2
* Clean up vt1211 SuperIO support and make the EPIA-M config use it.Jonathan McDowell2005-08-081-77/+95
* - Update abuild.sh so it will rebuild successfull buildsEric Biederman2004-11-041-1/+1
* - Bump the LinuxBIOS major versionEric Biederman2004-10-211-1/+1
* - First stab at running linuxbios without the old static device tree.Eric Biederman2004-10-161-1/+0
* epia-m supportRonald G. Minnich2004-10-061-0/+149