Re: [i2c] [PATCH] Convert pfc8563 i2c driver from old style to new style

2008-02-19 Thread Jean Delvare
Hi Jon, On Fri, 25 Jan 2008 12:16:46 -0500, Jon Smirl wrote: Any final objections to this patch? Jean can you pick it up? Sorry for the delay, I'll review your patch right now. Note that the driver is really named pcf8563 not pfc8563. -- Jean Delvare

Re: [PATCH] Convert pfc8563 i2c driver from old style to new style

2008-02-19 Thread Jon Smirl
On 2/19/08, Jean Delvare [EMAIL PROTECTED] wrote: Hi Jon, On Mon, 21 Jan 2008 15:09:01 -0500, Jon Smirl wrote: Convert pfc8563 i2c driver from old style to new style. Let's just forget about this patch until the dynamic module loading support goes into the base. The Phytec PCM030 mpc5200

Re: [PATCH] Convert pfc8563 i2c driver from old style to new style

2008-02-19 Thread Jean Delvare
Hi Jon, On Mon, 21 Jan 2008 15:09:01 -0500, Jon Smirl wrote: Convert pfc8563 i2c driver from old style to new style. Signed-off-by: Jon Smirl [EMAIL PROTECTED] --- drivers/rtc/rtc-pcf8563.c | 107 +++-- 1 files changed, 27 insertions(+), 80

Re: [PATCH] Convert pfc8563 i2c driver from old style to new style

2008-02-19 Thread Jean Delvare
On Tue, 19 Feb 2008 10:17:43 -0500, Jon Smirl wrote: On 2/19/08, Jean Delvare [EMAIL PROTECTED] wrote: Hi Jon, On Mon, 21 Jan 2008 15:09:01 -0500, Jon Smirl wrote: Convert pfc8563 i2c driver from old style to new style. Let's just forget about this patch until the dynamic module

Re: [PATCH] Convert pfc8563 i2c driver from old style to new style

2008-02-19 Thread Alessandro Zummo
On Tue, 19 Feb 2008 16:10:20 +0100 Jean Delvare [EMAIL PROTECTED] wrote: Hi Jon, On Mon, 21 Jan 2008 15:09:01 -0500, Jon Smirl wrote: Convert pfc8563 i2c driver from old style to new style. Signed-off-by: Jon Smirl [EMAIL PROTECTED] --- drivers/rtc/rtc-pcf8563.c | 107

Re: [PATCH] Convert pfc8563 i2c driver from old style to new style

2008-02-19 Thread Jean Delvare
On Tue, 19 Feb 2008 17:24:50 +0100, Alessandro Zummo wrote: On Tue, 19 Feb 2008 16:10:20 +0100 Jean Delvare [EMAIL PROTECTED] wrote: Hi Jon, On Mon, 21 Jan 2008 15:09:01 -0500, Jon Smirl wrote: Convert pfc8563 i2c driver from old style to new style. Signed-off-by: Jon Smirl

Re: [i2c] [PATCH] Convert pfc8563 i2c driver from old style to new style

2008-01-25 Thread Jon Smirl
Any final objections to this patch? Jean can you pick it up? On 1/21/08, Jon Smirl [EMAIL PROTECTED] wrote: Convert pfc8563 i2c driver from old style to new style. Signed-off-by: Jon Smirl [EMAIL PROTECTED] --- drivers/rtc/rtc-pcf8563.c | 107

[PATCH] Convert pfc8563 i2c driver from old style to new style

2008-01-21 Thread Jon Smirl
Convert pfc8563 i2c driver from old style to new style. Signed-off-by: Jon Smirl [EMAIL PROTECTED] --- drivers/rtc/rtc-pcf8563.c | 107 +++-- 1 files changed, 27 insertions(+), 80 deletions(-) diff --git a/drivers/rtc/rtc-pcf8563.c