summaryrefslogtreecommitdiffstats
path: root/util/superiotool/fintek.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-11/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-8/+1
* util/superiotool: detect Fintek F81866, F8196*Kyle Stevenson2019-01-251-0/+4
* util/superiotool: Add support for Fintek F71808ANicola Corna2017-03-131-1/+111
* util/superiotool: Register fix for Fintek F81865F/F-IWilbert Duijvenvoorde2016-03-301-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
* util/superiotool: Add initial support for Fintek F71869ED.Wilbert Duijvenvoorde2014-03-271-2/+49
* util/superiotool: Register fix for Fintek F71869ADWilbert Duijvenvoorde2014-03-241-16/+26
* util/superiotool: Add initial support for Fintek F71869AD.Edward O'Callaghan2014-01-271-0/+42
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* superiotool: Add support for Fintek F81865F/F-I register dump.Stefan Tauner2012-09-061-0/+48
* Add Fintek F71889 detection and dump support.David Hendricks2010-11-291-0/+49
* Add detection support for the Fintek F81865/F81865-I.Zheng Bao2010-11-051-0/+2
* Add small comment about LDN 5 on F71872F/FG / F71806F/FG.Uwe Hermann2010-10-241-1/+1
* Teach superiotool about the registers in a Fintek F71806 (and F71872).Jonathan Kollasch2010-10-241-0/+36
* Add support for Fintek F81216D/DG/ADStefan Reinauer2010-08-171-0/+71
* Various superiotool fixes.Uwe Hermann2010-05-141-3/+3
* Add dump information for F71862FG and F71863FG.Arjan Koers2009-06-261-0/+44
* The Winbond Super I/O chips have another indirection of registers. TheStefan Reinauer2008-12-011-1/+1
* Add detection support for ITE IT8228E, IT8711F, IT8722F, IT8761E,Uwe Hermann2008-11-121-2/+2
* Drop global register 0x07 for all Super I/Os (trivial).Uwe Hermann2008-10-141-4/+2
* Add Fintek F71882FG support (trivial).Uwe Hermann2008-10-091-0/+42
* Add some more Super I/O IDs/names (trivial).Uwe Hermann2008-10-011-0/+2
* Add new --list-supported switch for printing the list of Super I/OsRobinson P. Tryon2008-01-151-0/+5
* Drop superfluous exit_conf_mode*() calls, we don't want to call them twice.Uwe Hermann2007-11-121-1/+0
* Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann2007-10-311-1/+1
* Drop support for the --human-readable option. It's not any more useful thanUwe Hermann2007-10-171-63/+0
* Print a short message if no Super I/O chip could be detected (trivial).Uwe Hermann2007-10-071-0/+1
* * Convert the NSC code to the common code structure all other Super I/Os use.Uwe Hermann2007-10-041-2/+5
* Random minor fixes. Use svn revision as superiotool version number.Uwe Hermann2007-09-281-2/+2
* Add support for some more Fintek chips and an ALi chip.Uwe Hermann2007-09-281-5/+11
* Dump support for the Fintek F71805 (trivial).Uwe Hermann2007-09-261-0/+29
* Minor fixes/improvements in the Fintek code (trivial).Uwe Hermann2007-09-231-12/+4
* Add -D / --dump-readable option which prints the Super I/O registerUwe Hermann2007-09-201-4/+5
* Decouple the ITE code from fintek.c, it doesn't belong there.Uwe Hermann2007-09-201-44/+8
* Fix up and generalize the ITE IT8708F code. It was only working out ofUwe Hermann2007-09-201-23/+36
* Further code simplifications and improvements.Uwe Hermann2007-09-191-6/+3
* Split out enter_conf_mode_*()/exit_conf_mode_() functions, we'll soon needUwe Hermann2007-09-191-5/+15
* Use uint16_t and friends where appropriate (trivial).Uwe Hermann2007-09-191-3/+3
* Split up superiotool.c into multiple source files, one per vendor.Uwe Hermann2007-09-161-0/+149