1. 10 Dec, 2009 35 commits
  2. 09 Dec, 2009 5 commits
    • Jean Delvare's avatar
      hwmon: (adt7475) Add VID support for the ADT7476 · 54fe4671
      Jean Delvare authored
      The ADT7476 has 5 dedicated pins for VID input, and the +12V input can
      optionally be used as a 6th VID pin. Add support for VID input.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Jordan Crouse <jordan@cosmicpenguin.net>
      Cc: "Darrick J. Wong" <djwong@us.ibm.com>
      54fe4671
    • Jean Delvare's avatar
      hwmon: (adt7475) Add an entry in MAINTAINERS · b058b859
      Jean Delvare authored
      As I've just done a lot of changes to the adt7475 driver, I volunteer
      to maintain it for the year to come.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Jordan Crouse <jordan@cosmicpenguin.net>
      Cc: "Darrick J. Wong" <djwong@us.ibm.com>
      b058b859
    • Jean Delvare's avatar
      hwmon: (adt7475) Add support for the ADT7476 · d8d2ee07
      Jean Delvare authored
      Add support for the Analog Devices ADT7476 chip. This chip is largely
      compatible with the ADT7473 and ADT7475, with additional features.
      In particular, it has 5 voltage inputs instead of 2, and VID input
      pins.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Jordan Crouse <jordan@cosmicpenguin.net>
      Cc: "Darrick J. Wong" <djwong@us.ibm.com>
      d8d2ee07
    • Jean Delvare's avatar
      hwmon: (adt7475) Voltage attenuators can be bypassed · ebfaf1fb
      Jean Delvare authored
      It is possible to bypass the voltage attenuators on the +2.5V, Vccp,
      +5V and +12V voltage monitoring inputs. This is useful to connect
      other voltage channels than the ones the monitoring chip was
      originally designed for. When this feature is enabled, we must not
      include the scaling factors in our computations.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Jordan Crouse <jordan@cosmicpenguin.net>
      Cc: "Darrick J. Wong" <djwong@us.ibm.com>
      ebfaf1fb
    • Jean Delvare's avatar
      hwmon: (adt7475) Print device information on probe · d07ca4ad
      Jean Delvare authored
      Print the device name and revision at probe time, as well as a list of
      all optional features which are available.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Jordan Crouse <jordan@cosmicpenguin.net>
      Cc: "Darrick J. Wong" <djwong@us.ibm.com>
      d07ca4ad