linux/drivers/i2c/chips
Jean Delvare 524465df2a [PATCH] i2c: convert ds1374 to use a workqueue
A tasklet is not suitable for what the ds1374 driver does: neither sleeping
nor mutex operations are allowed in tasklets, and ds1374_set_tlet may do
both.

We can use a workqueue instead, where both sleeping and mutex operations
are allowed.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Randy Vinson <rvinson@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-04-14 11:18:33 -07:00
..
ds1337.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
ds1374.c [PATCH] i2c: convert ds1374 to use a workqueue 2006-04-14 11:18:33 -07:00
eeprom.c [PATCH] i2c: Semaphore to mutex conversions, part 2 2006-03-23 14:21:51 -08:00
isp1301_omap.c [PATCH] i2c: Cleanup isp1301_omap 2006-03-23 14:21:54 -08:00
Kconfig [PATCH] RTC subsystem: I2C cleanup 2006-03-27 08:44:51 -08:00
m41t00.c [PATCH] I2C: Convert i2c to mutexes 2006-03-23 14:21:49 -08:00
Makefile [PATCH] RTC subsystem: I2C cleanup 2006-03-27 08:44:51 -08:00
max6875.c [PATCH] i2c: Semaphore to mutex conversions, part 2 2006-03-23 14:21:51 -08:00
pca9539.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
pcf8574.c [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed 2006-01-05 22:16:25 -08:00
pcf8591.c [PATCH] i2c: Semaphore to mutex conversions, part 2 2006-03-23 14:21:51 -08:00
tps65010.c [PATCH] i2c: Semaphore to mutex conversions, part 2 2006-03-23 14:21:51 -08:00