Re: [PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware (take 2)

2007-08-20 Thread Ralf Baechle
On Sun, Aug 19, 2007 at 06:49:16PM -0700, David Brownell wrote: > On Sunday 19 August 2007, Atsushi Nemoto wrote: > > The rtc-rs5c348 SPI driver name doesn't match its module name, which > > prevents it from properly hotplugging. There is only one in-tree user > > of its driver, which is fixed by

Re: [PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware (take 2)

2007-08-19 Thread David Brownell
On Sunday 19 August 2007, Atsushi Nemoto wrote: > The rtc-rs5c348 SPI driver name doesn't match its module name, which > prevents it from properly hotplugging. There is only one in-tree user > of its driver, which is fixed by this patch too. > > Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]>

[PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware (take 2)

2007-08-19 Thread Atsushi Nemoto
The rtc-rs5c348 SPI driver name doesn't match its module name, which prevents it from properly hotplugging. There is only one in-tree user of its driver, which is fixed by this patch too. Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]> --- arch/mips/tx4938/toshiba_rbtx4938/setup.c |2 +- d

[PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware

2007-08-16 Thread Atsushi Nemoto
Add an MODULE_ALIAS() to make this SPI driver hotplug-aware. Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]> --- diff --git a/drivers/rtc/rtc-rs5c348.c b/drivers/rtc/rtc-rs5c348.c index f50f3fc..6091f4e 100644 --- a/drivers/rtc/rtc-rs5c348.c +++ b/drivers/rtc/rtc-rs5c348.c @@ -251,3 +251,4 @@ MO