All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] Drivers: hwmon: it87: Add support for ITE 8728
@ 2011-11-04  4:44 Frank T. Lofaro Jr.
  2011-11-07 18:00   ` [PATCH] Drivers: hwmon: it87: Add support for ITE 8728 Guenter Roeck
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Frank T. Lofaro Jr. @ 2011-11-04  4:44 UTC (permalink / raw)
  To: lm-sensors


[-- Attachment #1.1: Type: text/plain, Size: 1330 bytes --]

This patch allows the ITE 8728 chip to be detected and used.
The chip appears to be compatible with the 8721.

Signed-off-by: Frank T. Lofaro Jr. <ftlofaro@yahoo.com>
---
 drivers/hwmon/it87.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c
index d912649..0b21d18 100644
--- a/drivers/hwmon/it87.c
+++ b/drivers/hwmon/it87.c
@@ -17,6 +17,7 @@
  *            IT8720F  Super I/O chip w/LPC interface
  *            IT8721F  Super I/O chip w/LPC interface
  *            IT8726F  Super I/O chip w/LPC interface
+ *            IT8728F  Super I/O chip w/LPC interface
  *            IT8758E  Super I/O chip w/LPC interface
  *            Sis950   A clone of the IT8705F
  *
@@ -135,6 +136,7 @@ static inline void superio_exit(void)
 #define IT8720F_DEVID 0x8720
 #define IT8721F_DEVID 0x8721
 #define IT8726F_DEVID 0x8726
+#define IT8728F_DEVID 0x8728
 #define IT87_ACT_REG  0x30
 #define IT87_BASE_REG 0x60
 
@@ -1603,6 +1605,7 @@ static int __init it87_find(unsigned short *address,
                sio_data->type = it8720;
                break;
        case IT8721F_DEVID:
+       case IT8728F_DEVID:
                sio_data->type = it8721;
                break;
        case 0xffff:    /* No device at all */
-- 
1.7.7.2

[-- Attachment #1.2: Type: text/html, Size: 2445 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-11-21 21:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-04  4:44 [lm-sensors] [PATCH] Drivers: hwmon: it87: Add support for ITE 8728 Frank T. Lofaro Jr.
2011-11-07 18:00 ` [lm-sensors] [PATCH] Drivers: hwmon: it87: Add support for ITE Guenter Roeck
2011-11-07 18:00   ` [PATCH] Drivers: hwmon: it87: Add support for ITE 8728 Guenter Roeck
2011-11-21 21:26   ` [lm-sensors] [PATCH] Drivers: hwmon: it87: Add support for ITE Jean Delvare
2011-11-21 21:26     ` [PATCH] Drivers: hwmon: it87: Add support for ITE 8728 Jean Delvare
2011-11-14 21:14 ` [lm-sensors] [PATCH] Drivers: hwmon: it87: Add support for ITE Gustavo De Nardin (spuk)
2011-11-14 21:24 ` Gustavo De Nardin
2011-11-14 21:45 ` Jean Delvare
2011-11-15  9:52 ` Luca Tettamanti
2011-11-15 15:23 ` Gustavo De Nardin (spuk)
2011-11-15 15:49 ` Gustavo De Nardin (spuk)
2011-11-15 17:27 ` Jean Delvare
2011-11-21 21:38 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.