summaryrefslogtreecommitdiff
path: root/util/superiotool/fintek.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2019-01-25util/superiotool: detect Fintek F81866, F8196*Kyle Stevenson
2017-03-13util/superiotool: Add support for Fintek F71808ANicola Corna
2016-03-30util/superiotool: Register fix for Fintek F81865F/F-IWilbert Duijvenvoorde
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-03-27util/superiotool: Add initial support for Fintek F71869ED.Wilbert Duijvenvoorde
2014-03-24util/superiotool: Register fix for Fintek F71869ADWilbert Duijvenvoorde
2014-01-27util/superiotool: Add initial support for Fintek F71869AD.Edward O'Callaghan
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-09-06superiotool: Add support for Fintek F81865F/F-I register dump.Stefan Tauner
2010-11-29Add Fintek F71889 detection and dump support.David Hendricks
2010-11-05Add detection support for the Fintek F81865/F81865-I.Zheng Bao
2010-10-24Add small comment about LDN 5 on F71872F/FG / F71806F/FG.Uwe Hermann
2010-10-24Teach superiotool about the registers in a Fintek F71806 (and F71872).Jonathan Kollasch
2010-08-17Add support for Fintek F81216D/DG/ADStefan Reinauer
2010-05-14Various superiotool fixes.Uwe Hermann
2009-06-26Add dump information for F71862FG and F71863FG.Arjan Koers
2008-12-01The Winbond Super I/O chips have another indirection of registers. TheStefan Reinauer
2008-11-12Add detection support for ITE IT8228E, IT8711F, IT8722F, IT8761E,Uwe Hermann
2008-10-14Drop global register 0x07 for all Super I/Os (trivial).Uwe Hermann
2008-10-09Add Fintek F71882FG support (trivial).Uwe Hermann
2008-10-01Add some more Super I/O IDs/names (trivial).Uwe Hermann
2008-01-15Add new --list-supported switch for printing the list of Super I/OsRobinson P. Tryon
2007-11-12Drop superfluous exit_conf_mode*() calls, we don't want to call them twice.Uwe Hermann
2007-10-31Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann
2007-10-17Drop support for the --human-readable option. It's not any more useful thanUwe Hermann
2007-10-07Print a short message if no Super I/O chip could be detected (trivial).Uwe Hermann
2007-10-04 * Convert the NSC code to the common code structure all other Super I/Os use.Uwe Hermann
2007-09-28Random minor fixes. Use svn revision as superiotool version number.Uwe Hermann
2007-09-28Add support for some more Fintek chips and an ALi chip.Uwe Hermann
2007-09-26Dump support for the Fintek F71805 (trivial).Uwe Hermann
2007-09-23Minor fixes/improvements in the Fintek code (trivial).Uwe Hermann
2007-09-20Add -D / --dump-readable option which prints the Super I/O registerUwe Hermann
2007-09-20Decouple the ITE code from fintek.c, it doesn't belong there.Uwe Hermann
2007-09-20Fix up and generalize the ITE IT8708F code. It was only working out ofUwe Hermann
2007-09-19Further code simplifications and improvements.Uwe Hermann
2007-09-19Split out enter_conf_mode_*()/exit_conf_mode_() functions, we'll soon needUwe Hermann
2007-09-19Use uint16_t and friends where appropriate (trivial).Uwe Hermann
2007-09-16Split up superiotool.c into multiple source files, one per vendor.Uwe Hermann