* [PATCH] ARM: NUC900: rename mtd nand driver name
@ 2010-01-01 10:03 Wan ZongShun
2010-01-01 10:27 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Wan ZongShun @ 2010-01-01 10:03 UTC (permalink / raw)
To: linux-arm-kernel
Dear David,
Due to I have renamed the platform_device.name,so this patch changes
this nand driver platform_driver name.
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
---
drivers/mtd/nand/w90p910_nand.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/nand/w90p910_nand.c
b/drivers/mtd/nand/w90p910_nand.c
index 7680e73..c2e9b68 100644
--- a/drivers/mtd/nand/w90p910_nand.c
+++ b/drivers/mtd/nand/w90p910_nand.c
@@ -358,7 +358,7 @@ static struct platform_driver w90p910_nand_driver = {
.probe = w90p910_nand_probe,
.remove = __devexit_p(w90p910_nand_remove),
.driver = {
- .name = "w90p910-fmi",
+ .name = "nuc900-fmi",
.owner = THIS_MODULE,
},
};
@@ -379,4 +379,4 @@ module_exit(w90p910_nand_exit);
MODULE_AUTHOR("Wan ZongShun <mcuos.com@gmail.com>");
MODULE_DESCRIPTION("w90p910 nand driver!");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:w90p910-fmi");
+MODULE_ALIAS("platform:nuc900-fmi");
--
1.5.6.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] ARM: NUC900: rename mtd nand driver name
2010-01-01 10:03 [PATCH] ARM: NUC900: rename mtd nand driver name Wan ZongShun
@ 2010-01-01 10:27 ` Wolfgang Denk
2010-01-01 10:35 ` Wan ZongShun
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2010-01-01 10:27 UTC (permalink / raw)
To: linux-arm-kernel
Dear Wan ZongShun,
In message <4B3DC883.5060405@gmail.com> you wrote:
> Dear David,
>
> Due to I have renamed the platform_device.name,so this patch changes
> this nand driver platform_driver name.
>
> Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
>
> ---
> drivers/mtd/nand/w90p910_nand.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mtd/nand/w90p910_nand.c
> b/drivers/mtd/nand/w90p910_nand.c
> index 7680e73..c2e9b68 100644
> --- a/drivers/mtd/nand/w90p910_nand.c
> +++ b/drivers/mtd/nand/w90p910_nand.c
> @@ -358,7 +358,7 @@ static struct platform_driver w90p910_nand_driver = {
> .probe = w90p910_nand_probe,
> .remove = __devexit_p(w90p910_nand_remove),
> .driver = {
> - .name = "w90p910-fmi",
> + .name = "nuc900-fmi",
> .owner = THIS_MODULE,
> },
Maybe you also want to rename the file w90p910_nand.c => nuc900_nand.c ?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
As far as the laws of mathematics refer to reality, they are not
certain; and as far as they are certain, they do not refer to
reality. -- Albert Einstein
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: NUC900: rename mtd nand driver name
2010-01-01 10:27 ` Wolfgang Denk
@ 2010-01-01 10:35 ` Wan ZongShun
2010-01-01 12:24 ` David Woodhouse
0 siblings, 1 reply; 5+ messages in thread
From: Wan ZongShun @ 2010-01-01 10:35 UTC (permalink / raw)
To: linux-arm-kernel
2010/1/1 Wolfgang Denk <wd@denx.de>:
> Dear Wan ZongShun,
>
> In message <4B3DC883.5060405@gmail.com> you wrote:
>> Dear David,
>>
>> Due to I have renamed the platform_device.name,so this patch changes
>> this nand driver platform_driver name.
>>
>> Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
>>
>> ---
>> ?drivers/mtd/nand/w90p910_nand.c | ? ?4 ++--
>> ?1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/mtd/nand/w90p910_nand.c
>> b/drivers/mtd/nand/w90p910_nand.c
>> index 7680e73..c2e9b68 100644
>> --- a/drivers/mtd/nand/w90p910_nand.c
>> +++ b/drivers/mtd/nand/w90p910_nand.c
>> @@ -358,7 +358,7 @@ static struct platform_driver w90p910_nand_driver = {
>> ? ? ? .probe ? ? ? ? ?= w90p910_nand_probe,
>> ? ? ? .remove ? ? ? ? = __devexit_p(w90p910_nand_remove),
>> ? ? ? .driver ? ? ? ? = {
>> - ? ? ? ? ? ? .name ? = "w90p910-fmi",
>> + ? ? ? ? ? ? .name ? = "nuc900-fmi",
>> ? ? ? ? ? ? ? .owner ?= THIS_MODULE,
>> ? ? ? },
>
> Maybe you also want to rename the file w90p910_nand.c => nuc900_nand.c ?
>
Thanks, above is my preferring, if more folks feel it is significative.
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> As far as the laws of mathematics refer ?to ?reality, ?they ?are ?not
> certain; ?and ?as ?far ?as ?they ?are ?certain, ?they do not refer to
> reality. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -- Albert Einstein
>
--
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: NUC900: rename mtd nand driver name
2010-01-01 10:35 ` Wan ZongShun
@ 2010-01-01 12:24 ` David Woodhouse
2010-01-01 13:35 ` Wan ZongShun
0 siblings, 1 reply; 5+ messages in thread
From: David Woodhouse @ 2010-01-01 12:24 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, 2010-01-01 at 18:35 +0800, Wan ZongShun wrote:
>
> > Maybe you also want to rename the file w90p910_nand.c =>
> nuc900_nand.c ?
> >
>
> Thanks, above is my preferring, if more folks feel it is
> significative.
http://git.infradead.org/mtd-2.6.git/commitdiff/bb6a7755
--
David Woodhouse Open Source Technology Centre
David.Woodhouse at intel.com Intel Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: NUC900: rename mtd nand driver name
2010-01-01 12:24 ` David Woodhouse
@ 2010-01-01 13:35 ` Wan ZongShun
0 siblings, 0 replies; 5+ messages in thread
From: Wan ZongShun @ 2010-01-01 13:35 UTC (permalink / raw)
To: linux-arm-kernel
Hi David,
2010/1/1 David Woodhouse <dwmw2@infradead.org>:
> On Fri, 2010-01-01 at 18:35 +0800, Wan ZongShun wrote:
>>
>> > Maybe you also want to rename the file w90p910_nand.c =>
>> nuc900_nand.c ?
>> >
>>
>> Thanks, above is my preferring, if more folks feel it is
>> significative.
>
> http://git.infradead.org/mtd-2.6.git/commitdiff/bb6a7755
>
Thanks for your great help.
> --
> David Woodhouse ? ? ? ? ? ? ? ? ? ? ? ? ? ?Open Source Technology Centre
> David.Woodhouse at intel.com ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Intel Corporation
>
>
--
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-01-01 13:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 10:03 [PATCH] ARM: NUC900: rename mtd nand driver name Wan ZongShun
2010-01-01 10:27 ` Wolfgang Denk
2010-01-01 10:35 ` Wan ZongShun
2010-01-01 12:24 ` David Woodhouse
2010-01-01 13:35 ` Wan ZongShun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox