All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] ITE it8603e
@ 2012-11-28 20:41 David Hubbard
  2012-11-29  5:05 ` Guenter Roeck
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: David Hubbard @ 2012-11-28 20:41 UTC (permalink / raw)
  To: lm-sensors

Hi Jean,

Rudolf and I are collaborating on a new Asus board for coreboot.org,
the F2A85-M, which has a new ITE chip, the it8603e. sensors-detect
says:

Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'...               No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Nuvoton/Fintek'...               No
Trying family `ITE'...                                      Yes
Found unknown chip with ID 0x8603
    (logical device 4 has address 0x290, could be sensors)

I created a quick patch for sensors-detect to recognize the chip. I'd
like to start poking at it to see if the it87 driver can extract any
useful information (likely). Rudolf has requested the datasheet from
ITE, but in the likely event nothing happens, we thought it would be
worth asking you - you know people in the industry. I would be happy
to sign an NDA if that will help.

Thanks,
David

--- sensors-detect    2012-11-28 21:15:16.601391282 -0700
+++ sensors-detect    2012-11-28 21:34:24.392508598 -0700
@@ -2133,6 +2133,12 @@
         devid => 0x8772,
         logdev => 0x04,
         features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+    }, {
+        name => "ITE IT8603E Super IO Sensors",
+        driver => "to-be-written",    # it87
+        devid => 0x8603,
+        logdev => 0x04,
+        features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
     }
 );

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

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

end of thread, other threads:[~2013-11-22 21:51 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 20:41 [lm-sensors] ITE it8603e David Hubbard
2012-11-29  5:05 ` Guenter Roeck
2012-11-29 10:09 ` David Hubbard
2012-11-29 11:48 ` Jean Delvare
2012-11-29 18:00 ` David Hubbard
2012-12-02 17:57 ` Jean Delvare
2012-12-02 18:26 ` Guenter Roeck
2012-12-02 18:52 ` Jean Delvare
2012-12-02 19:20 ` Guenter Roeck
2012-12-03  8:44 ` Jean Delvare
2012-12-03  8:56 ` Rudolf Marek
2012-12-03 14:35 ` Guenter Roeck
2012-12-12 14:45 ` Jean Delvare
2012-12-13  7:58 ` David Hubbard
2012-12-13  8:00 ` David Hubbard
2012-12-13 16:07 ` Guenter Roeck
2012-12-13 21:27 ` David Hubbard
2012-12-13 22:13 ` Guenter Roeck
2012-12-13 22:40 ` David Hubbard
2012-12-16 10:15 ` Jean Delvare
2012-12-16 16:54 ` Guenter Roeck
2013-11-12 13:48 ` Rudolf Marek
2013-11-13  4:23 ` Guenter Roeck
2013-11-16 11:19 ` Rudolf Marek
2013-11-16 15:02 ` Guenter Roeck
2013-11-19  7:50 ` Rudolf Marek
2013-11-19 16:29 ` Guenter Roeck
2013-11-22 12:42 ` Jean Delvare
2013-11-22 21:51 ` Rudolf Marek

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.