* [PATCH] rtc-ds1374: Rename device to just "ds1374"
@ 2008-06-04 13:05 Alessandro Zummo
2008-06-04 13:40 ` Kumar Gala
0 siblings, 1 reply; 3+ messages in thread
From: Alessandro Zummo @ 2008-06-04 13:05 UTC (permalink / raw)
To: Andrew Morton, rtc-linux, Jean Delvare, linuxppc-dev
From: Jean Delvare <khali@linux-fr.org>
Change the name of the device from "rtc-ds1374" to just "ds1374", to
match what all other RTC drivers do. I seem to remember that this name
was chosen to avoid possible confusion with an older ds1374 driver,
but that driver was removed 3 months ago.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
---
Patch already sent on:
* 2008-04-30
arch/powerpc/sysdev/fsl_soc.c | 2 +-
drivers/of/of_i2c.c | 1 -
drivers/rtc/rtc-ds1374.c | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
--- linux-2.6.26-rc0.orig/arch/powerpc/sysdev/fsl_soc.c 2008-04-29 22:55:32.000000000 +0200
+++ linux-2.6.26-rc0/arch/powerpc/sysdev/fsl_soc.c 2008-04-30 08:32:43.000000000 +0200
@@ -432,7 +432,7 @@ static struct i2c_driver_device i2c_devi
{"dallas,ds1339", "ds1339"},
{"dallas,ds1340", "ds1340"},
{"stm,m41t00", "m41t00"},
- {"dallas,ds1374", "rtc-ds1374"},
+ {"dallas,ds1374", "ds1374"},
};
static int __init of_find_i2c_driver(struct device_node *node,
--- linux-2.6.26-rc0.orig/drivers/of/of_i2c.c 2008-04-29 07:41:15.000000000 +0200
+++ linux-2.6.26-rc0/drivers/of/of_i2c.c 2008-04-30 08:32:38.000000000 +0200
@@ -21,7 +21,6 @@ struct i2c_driver_device {
};
static struct i2c_driver_device i2c_devices[] = {
- { "dallas,ds1374", "rtc-ds1374" },
};
static int of_find_i2c_driver(struct device_node *node,
--- linux-2.6.26-rc0.orig/drivers/rtc/rtc-ds1374.c 2008-04-29 23:07:07.000000000 +0200
+++ linux-2.6.26-rc0/drivers/rtc/rtc-ds1374.c 2008-04-30 08:32:33.000000000 +0200
@@ -42,7 +42,7 @@
#define DS1374_REG_TCR 0x09 /* Trickle Charge */
static const struct i2c_device_id ds1374_id[] = {
- { "rtc-ds1374", 0 },
+ { "ds1374", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, ds1374_id);
--
Best regards,
Alessandro Zummo,
Tower Technologies - Torino, Italy
http://www.towertech.it
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] rtc-ds1374: Rename device to just "ds1374"
2008-06-04 13:05 [PATCH] rtc-ds1374: Rename device to just "ds1374" Alessandro Zummo
@ 2008-06-04 13:40 ` Kumar Gala
2008-06-04 13:45 ` Alessandro Zummo
0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2008-06-04 13:40 UTC (permalink / raw)
To: Alessandro Zummo; +Cc: Jean Delvare, linuxppc-dev, Andrew Morton, rtc-linux
On Jun 4, 2008, at 8:05 AM, Alessandro Zummo wrote:
> From: Jean Delvare <khali@linux-fr.org>
>
>
> Change the name of the device from "rtc-ds1374" to just "ds1374", to
> match what all other RTC drivers do. I seem to remember that this name
> was chosen to avoid possible confusion with an older ds1374 driver,
> but that driver was removed 3 months ago.
>
> Signed-off-by: Jean Delvare <khali@linux-fr.org>
> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Is this for 2.6.26? also which tree is this going via?
- k
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rtc-ds1374: Rename device to just "ds1374"
2008-06-04 13:40 ` Kumar Gala
@ 2008-06-04 13:45 ` Alessandro Zummo
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Zummo @ 2008-06-04 13:45 UTC (permalink / raw)
To: Kumar Gala; +Cc: Jean Delvare, linuxppc-dev, Andrew Morton, rtc-linux
On Wed, 4 Jun 2008 08:40:46 -0500
Kumar Gala <galak@kernel.crashing.org> wrote:
> > Signed-off-by: Jean Delvare <khali@linux-fr.org>
> > Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
>
> Acked-by: Kumar Gala <galak@kernel.crashing.org>
>
> Is this for 2.6.26? also which tree is this going via?
directly via akpm, I'd say.
--
Best regards,
Alessandro Zummo,
Tower Technologies - Torino, Italy
http://www.towertech.it
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-04 13:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 13:05 [PATCH] rtc-ds1374: Rename device to just "ds1374" Alessandro Zummo
2008-06-04 13:40 ` Kumar Gala
2008-06-04 13:45 ` Alessandro Zummo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox