* [lm-sensors] [PATCH 4/6] i2c-ixp4xx: Add hwmon class
@ 2006-02-27 22:12 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2006-02-27 22:12 UTC (permalink / raw)
To: lm-sensors
From: Alessandro Zummo <a.zummo at towertech.it>
Content-Disposition: inline; filename=i2c-ixp4xx-hwmon-class.patch
This patch adds I2C_CLASS_HWMON to the ixp4xx bus driver.
Signed-off-by: Alessandro Zummo <a.zummo at towertech.it>
Signed-off-by: Jean Delvare <khali at linux-fr.org>
---
drivers/i2c/busses/i2c-ixp4xx.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.16-rc4.orig/drivers/i2c/busses/i2c-ixp4xx.c 2006-02-19 09:40:51.000000000 +0100
+++ linux-2.6.16-rc4/drivers/i2c/busses/i2c-ixp4xx.c 2006-02-19 20:41:14.000000000 +0100
@@ -126,6 +126,7 @@
drv_data->algo_data.timeout = 100;
drv_data->adapter.id = I2C_HW_B_IXP4XX;
+ drv_data->adapter.class = I2C_CLASS_HWMON;
strlcpy(drv_data->adapter.name, plat_dev->dev.driver->name,
I2C_NAME_SIZE);
drv_data->adapter.algo_data = &drv_data->algo_data;
--
Jean Delvare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-27 22:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-27 22:12 [lm-sensors] [PATCH 4/6] i2c-ixp4xx: Add hwmon class 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.