summaryrefslogtreecommitdiff
path: root/src/superio
AgeCommit message (Expand)Author
2011-10-25w83627hf: correct typo in ASL include, correct indexed registers and remove u...Christoph Grenz
2011-10-18Append logical PME/GPIO device. Fix MPU device number.Kyösti Mälkki
2011-10-12w83627hf: ASL include containing virtual device tree of the SuperIOChristoph Grenz
2011-09-14Add IT8721F supportQingPei Wang
2011-08-09Do not compile nuvoton superio for all boardAlexandru Gagniuc
2011-07-22Update AMD SR5650 and SB700efdesign98
2011-06-29Added support for Aaeon PFM-540I RevB PC104 SBCMark Norman
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-04-20PC87384: remove unused init functionSven Schnelle
2011-04-20fix boards that still had some uart init remaindersStefan Reinauer
2011-04-19Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer
2011-04-12PC87384: add GPIO definesSven Schnelle
2011-04-01Add GPIO definitions to PC87392 superioSven Schnelle
2011-03-27This is for board Supermicro H8scm. The code was done by existing chips andZheng Bao
2011-03-03add PC87384 SuperIOSven Schnelle
2011-02-19It turns out that the code which enables specific LDN is somewhat buggy.Rudolf Marek
2011-02-14This code provides support for the superio chip on the AMD Inagua platform (n...Frank Vibrans
2011-02-14 This code provides support for the superio chip on the IBASE Technology DB-F...Frank Vibrans
2011-02-08Place the W83627EHG MIDI base address mask in the correct position.Alexandru Gagniuc
2011-02-05Actually add PC87382 into Kconfig, missing from r6332Peter Stuge
2011-02-05Add PC87392 supportSven Schnelle
2011-02-05Add PC87382 supportSven Schnelle
2010-12-17add license headers to some trivial files and pc87427.hStefan Reinauer
2010-12-08second round name simplification. drop the <component>_ prefix.stepan
2010-12-05W83627DHG/W83627EHG fixups for virtual LDNs.Uwe Hermann
2010-11-16Drop W83627THF, it's the same device as W83627THG.Uwe Hermann
2010-11-16back out parts of #6073Stefan Reinauer
2010-11-15fix random breakageStefan Reinauer
2010-11-15C and other Super I/O cosmetic fixes.Uwe Hermann
2010-11-11Add support for Fintek F71872 superio.Jonathan Kollasch
2010-11-11Remove superfluous Super I/O res0/res1 lines.Uwe Hermann
2010-11-10Restructure i3100 Super I/O driver to match the rest of the codebase.Uwe Hermann
2010-11-10Random Winbond Super I/O cosmetic and coding-style fixes.Uwe Hermann
2010-11-10ITE IT8661F changes to match the common code structure.Uwe Hermann
2010-11-08Add #include guards to all Super I/O header files (trivial).Uwe Hermann
2010-11-08Random ITE Super I/O fixes.Uwe Hermann
2010-11-06Various Super I/O fixes and corrections.Uwe Hermann
2010-11-05Follow-up for r6025, do 0x87 twice in superio.c, too.Uwe Hermann
2010-11-05According to the description in datasheet of f71889,Zheng Bao
2010-11-05Fintek and Intel i3100 Super I/O cleanups.Uwe Hermann
2010-11-03Add Fintek F71889 Super I/O support.Alec Ari
2010-10-26Convert some comments to proper Doxygen syntax.Uwe Hermann
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-24Add support for HP DL165-G6 with Fam10 CPU.Arne Georg Gleditsch
2010-09-10Add F71859 SIO.Marc Jones
2010-08-22Fix up some copyrightsWang Qing Pei
2010-08-17Support for Fintek F71863FG. This might need some work on the copyrightWang Qing Pei
2010-08-15Gigabyte dual bios mainboard will always reboot, caused by the superio. Wang Qing Pei
2010-06-29fix misnamed functions.Stefan Reinauer
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson