* [lm-sensors] [PATCH] hwmon class for ixp4xx bus driver
@ 2006-02-19 17:02 Alessandro Zummo
2006-02-19 19:52 ` Jean Delvare
0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Zummo @ 2006-02-19 17:02 UTC (permalink / raw)
To: lm-sensors
This patch adds I2C_CLASS_HWMON to the ixp4xx
bus driver.
Signed-off-by: Alessandro Zummo <a.zummo at towertech.it>
--- linux-ixp4xx.orig/drivers/i2c/busses/i2c-ixp4xx.c 2006-02-11 15:18:29.000000000 +0100
+++ linux-ixp4xx/drivers/i2c/busses/i2c-ixp4xx.c 2006-02-18 16:20:12.000000000 +0100
@@ -126,6 +126,7 @@ static int ixp4xx_i2c_probe(struct platf
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;
--
Best regards,
Alessandro Zummo,
Tower Technologies - Turin, Italy
http://www.towertech.it
^ permalink raw reply [flat|nested] 2+ messages in thread
* [lm-sensors] [PATCH] hwmon class for ixp4xx bus driver
2006-02-19 17:02 [lm-sensors] [PATCH] hwmon class for ixp4xx bus driver Alessandro Zummo
@ 2006-02-19 19:52 ` Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2006-02-19 19:52 UTC (permalink / raw)
To: lm-sensors
Hi Alessandro,
> This patch adds I2C_CLASS_HWMON to the ixp4xx
> bus driver.
Applied, thanks.
--
Jean Delvare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-19 19:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-19 17:02 [lm-sensors] [PATCH] hwmon class for ixp4xx bus driver Alessandro Zummo
2006-02-19 19:52 ` 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.