summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--CONTRIBUTORS7
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index dc2da49b..b59cae83 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,8 @@ ask CVS about it:
Module i2c-amd756: fixed region request
Module ddcmon: new
Module via686a: new
+ Module i2c-voodoo3: Converted to use i2c-algo-bit layer
+ Module w83781d: Doesn't change pin settings at initialization
Library: Support for ddcmon and via686a
Program sensors-detect: Support for ddcmon and via686a
Program sensors: Support for eeprom, ddcmon and via686a
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 7a67fa1f..23e5dfd7 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -25,11 +25,16 @@ problems.
Extended support for GL518SM and GL520SM sensors.
* Mark D. Studebaker <mdsxyz123@yahoo.com>
Author of the i2c-ali15x3, i2c-i801, and i2c-i810 bus drivers.
+ Author (with Bob Dougherty) of the via686a driver.
Added w83782d, w83783s, w83627hf, and as99127f support to the w83781d driver.
Added max1617, thmc10, gl523sm, and lm84 support to the adm1021 driver.
Added lm81 support to the adm9240 driver.
- Added DDC support to the i2c-voodoo3 bus driver.
+ Added DDC support and i2c-algo-bit layer to the i2c-voodoo3 bus driver.
Author of the decode-xeon.pl xeon EEPROM decoder.
+* Bob Dougherty <bobd@stanford.edu>
+ Author (with MDS) of the via686a driver.
+* Jonathan Teh Soon Yew <j.teh@iname.com> and Alex van Kaam <darkside@chello.nl>
+ Contributed conversion factor data for the via686a driver.
* Geert Uytterhoeven <geert@linux-m68k.org>
Author of the i2c-hydra driver.
* Adrian Baugh <adrian.baugh@keble.ox.ac.uk>