Hi Greg, Here are three patches to i2c rtc drivers, which should go in 2.6.17. They fix cases where tasklets are used when they shouldn't be, so we have to replace them with workqueues. Last one is a simple cleanup patch, which can go in too. Thanks. Summary: Jean Delvare: o i2c: convert ds1374 to use a workqueue Mark A. Greer: o i2c: convert m41t00 to use a workqueue o i2c: cleanup m41t00 Statistics: drivers/i2c/chips/ds1374.c | 16 +++++++---- drivers/i2c/chips/m41t00.c | 65 ++++++++++++++++++++------------------------ 2 files changed, 40 insertions(+), 41 deletions(-) -- Jean Delvare