From: Mark A. Greer Date: Fri, 31 Mar 2006 21:06:03 +0000 (+0200) Subject: [PATCH] i2c: convert m41t00 to use a workqueue X-Git-Tag: v2.6.17-rc2~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c750c0bd2fa6f73cd3cd3f1a58d48f94de343b6;p=pandora-kernel.git [PATCH] i2c: convert m41t00 to use a workqueue The m41t00 i2c/rtc driver currently uses a tasklet to schedule interrupt-level writes to the rtc. This patch causes the driver to use a workqueue instead. Signed-off-by: Mark A. Greer Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed