public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
@ 2009-07-22 16:30 Albin Tonnerre
  2009-07-31 15:40 ` Albin Tonnerre
  2009-08-17 22:14 ` [U-Boot] [PATCH] " Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 10+ messages in thread
From: Albin Tonnerre @ 2009-07-22 16:30 UTC (permalink / raw)
  To: u-boot

The name of the atmel nand driver in the kernel changed from at91_nand
to atmel_nand back in June 2008, but the at91-based boards config files
still refer to at91_nand. This patch updates them with the new name

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
---
 include/configs/at91cap9adk.h      |    4 ++--
 include/configs/at91sam9260ek.h    |    6 +++---
 include/configs/at91sam9261ek.h    |    6 +++---
 include/configs/at91sam9263ek.h    |    4 ++--
 include/configs/at91sam9m10g45ek.h |    4 ++--
 include/configs/at91sam9rlek.h     |    4 ++--
 include/configs/pm9261.h           |    4 ++--
 include/configs/pm9263.h           |    4 ++--
 8 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
index 0ef3554..cc194d8 100644
--- a/include/configs/at91cap9adk.h
+++ b/include/configs/at91cap9adk.h
@@ -172,7 +172,7 @@
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock1 "			\
 				"mtdparts=physmap-flash.0:-(nor);"	\
-				"at91_nand:-(root) "			\
+				"atmel_nand:-(root) "			\
 				"rw rootfstype=jffs2"
 
 #else
@@ -188,7 +188,7 @@
 				"root=/dev/mtdblock4 "			\
 				"mtdparts=physmap-flash.0:16k(bootstrap)ro,"\
 				"16k(env),224k(uboot)ro,-(linux);"	\
-				"at91_nand:-(root) "			\
+				"atmel_nand:-(root) "			\
 				"rw rootfstype=jffs2"
 
 #endif
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index 6cee593..3507de2 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -163,7 +163,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #elif CONFIG_SYS_USE_DATAFLASH_CS1
@@ -177,7 +177,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -190,7 +190,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock5 "			\
-				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
+				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
 				"256k(uboot)ro,128k(env1)ro,"		\
 				"128k(env2)ro,2M(linux),-(root) "	\
 				"rw rootfstype=jffs2"
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
index 3d108ab..f86698f 100644
--- a/include/configs/at91sam9261ek.h
+++ b/include/configs/at91sam9261ek.h
@@ -181,7 +181,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #elif CONFIG_SYS_USE_DATAFLASH_CS3
@@ -195,7 +195,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -208,7 +208,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock5 "			\
-				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
+				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
 				"256k(uboot)ro,128k(env1)ro,"		\
 				"128k(env2)ro,2M(linux),-(root) "	\
 				"rw rootfstype=jffs2"
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
index 32f3f62..a1582fc 100644
--- a/include/configs/at91sam9263ek.h
+++ b/include/configs/at91sam9263ek.h
@@ -304,7 +304,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #elif CONFIG_SYS_USE_NANDFLASH
@@ -317,7 +317,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock5 " \
-				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
+				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
 				"rw rootfstype=jffs2"
 
 #endif
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h
index 4b46c31..b460188 100644
--- a/include/configs/at91sam9m10g45ek.h
+++ b/include/configs/at91sam9m10g45ek.h
@@ -179,7 +179,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -192,7 +192,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x72000000 0x200000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock5 " \
-				"mtdparts=at91_nand:128k(bootstrap)ro, \
+				"mtdparts=atmel_nand:128k(bootstrap)ro, \
 				256k(uboot)ro,128k(env1)ro,128k(env2)ro, \
 				2M(linux),-(root) " \
 				"rw rootfstype=jffs2"
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index 9167304..b83266d 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -142,7 +142,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -155,7 +155,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock5 " \
-				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
+				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
 				"rw rootfstype=jffs2"
 
 #endif
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h
index 203a14c..9bf49ba 100644
--- a/include/configs/pm9261.h
+++ b/include/configs/pm9261.h
@@ -289,7 +289,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #elif defined(CONFIG_SYS_USE_NANDFLASH) /* CONFIG_SYS_USE_NANDFLASH */
@@ -302,7 +302,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock5 "			\
-				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
+				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
 				"256k(uboot)ro,128k(env1)ro,"		\
 				"128k(env2)ro,2M(linux),-(root) "	\
 				"rw rootfstype=jffs2"
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index a6ff28c..6761c18 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -310,7 +310,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #elif defined(CONFIG_SYS_USE_NANDFLASH) /* CFG_USE_NANDFLASH */
@@ -323,7 +323,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "		\
 				"root=/dev/mtdblock5 "		\
-				"mtdparts=at91_nand:"		\
+				"mtdparts=atmel_nand:"		\
 					"128k(bootstrap)ro,"	\
 					"256k(uboot)ro,"	\
 					"128k(env1)ro,"		\
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-07-22 16:30 [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards Albin Tonnerre
@ 2009-07-31 15:40 ` Albin Tonnerre
  2009-08-01 20:59   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-08-17 22:14 ` [U-Boot] [PATCH] " Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 1 reply; 10+ messages in thread
From: Albin Tonnerre @ 2009-07-31 15:40 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang and Jean-Christophe,

Is this patch being left aside on purpose, or did it get under the radar ? I
think it would be nice to have that fixed for the next release.

Regards,
Albin

On Wed, Jul 22, 2009 at 06:30:03PM +0200, Albin Tonnerre wrote :
> The name of the atmel nand driver in the kernel changed from at91_nand
> to atmel_nand back in June 2008, but the at91-based boards config files
> still refer to at91_nand. This patch updates them with the new name
> 
> Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
> ---
>  include/configs/at91cap9adk.h      |    4 ++--
>  include/configs/at91sam9260ek.h    |    6 +++---
>  include/configs/at91sam9261ek.h    |    6 +++---
>  include/configs/at91sam9263ek.h    |    4 ++--
>  include/configs/at91sam9m10g45ek.h |    4 ++--
>  include/configs/at91sam9rlek.h     |    4 ++--
>  include/configs/pm9261.h           |    4 ++--
>  include/configs/pm9263.h           |    4 ++--
>  8 files changed, 18 insertions(+), 18 deletions(-)
> 
> diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
> index 0ef3554..cc194d8 100644
> --- a/include/configs/at91cap9adk.h
> +++ b/include/configs/at91cap9adk.h
> @@ -172,7 +172,7 @@
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock1 "			\
>  				"mtdparts=physmap-flash.0:-(nor);"	\
> -				"at91_nand:-(root) "			\
> +				"atmel_nand:-(root) "			\
>  				"rw rootfstype=jffs2"
>  
>  #else
> @@ -188,7 +188,7 @@
>  				"root=/dev/mtdblock4 "			\
>  				"mtdparts=physmap-flash.0:16k(bootstrap)ro,"\
>  				"16k(env),224k(uboot)ro,-(linux);"	\
> -				"at91_nand:-(root) "			\
> +				"atmel_nand:-(root) "			\
>  				"rw rootfstype=jffs2"
>  
>  #endif
> diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
> index 6cee593..3507de2 100644
> --- a/include/configs/at91sam9260ek.h
> +++ b/include/configs/at91sam9260ek.h
> @@ -163,7 +163,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock0 "			\
> -				"mtdparts=at91_nand:-(root) "		\
> +				"mtdparts=atmel_nand:-(root) "		\
>  				"rw rootfstype=jffs2"
>  
>  #elif CONFIG_SYS_USE_DATAFLASH_CS1
> @@ -177,7 +177,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock0 "			\
> -				"mtdparts=at91_nand:-(root) "		\
> +				"mtdparts=atmel_nand:-(root) "		\
>  				"rw rootfstype=jffs2"
>  
>  #else /* CONFIG_SYS_USE_NANDFLASH */
> @@ -190,7 +190,7 @@
>  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock5 "			\
> -				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
> +				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
>  				"256k(uboot)ro,128k(env1)ro,"		\
>  				"128k(env2)ro,2M(linux),-(root) "	\
>  				"rw rootfstype=jffs2"
> diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
> index 3d108ab..f86698f 100644
> --- a/include/configs/at91sam9261ek.h
> +++ b/include/configs/at91sam9261ek.h
> @@ -181,7 +181,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock0 "			\
> -				"mtdparts=at91_nand:-(root) "		\
> +				"mtdparts=atmel_nand:-(root) "		\
>  				"rw rootfstype=jffs2"
>  
>  #elif CONFIG_SYS_USE_DATAFLASH_CS3
> @@ -195,7 +195,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock0 "			\
> -				"mtdparts=at91_nand:-(root) "		\
> +				"mtdparts=atmel_nand:-(root) "		\
>  				"rw rootfstype=jffs2"
>  
>  #else /* CONFIG_SYS_USE_NANDFLASH */
> @@ -208,7 +208,7 @@
>  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock5 "			\
> -				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
> +				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
>  				"256k(uboot)ro,128k(env1)ro,"		\
>  				"128k(env2)ro,2M(linux),-(root) "	\
>  				"rw rootfstype=jffs2"
> diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
> index 32f3f62..a1582fc 100644
> --- a/include/configs/at91sam9263ek.h
> +++ b/include/configs/at91sam9263ek.h
> @@ -304,7 +304,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
>  				"root=/dev/mtdblock0 " \
> -				"mtdparts=at91_nand:-(root) "\
> +				"mtdparts=atmel_nand:-(root) "\
>  				"rw rootfstype=jffs2"
>  
>  #elif CONFIG_SYS_USE_NANDFLASH
> @@ -317,7 +317,7 @@
>  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
>  				"root=/dev/mtdblock5 " \
> -				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
> +				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
>  				"rw rootfstype=jffs2"
>  
>  #endif
> diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h
> index 4b46c31..b460188 100644
> --- a/include/configs/at91sam9m10g45ek.h
> +++ b/include/configs/at91sam9m10g45ek.h
> @@ -179,7 +179,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
>  				"root=/dev/mtdblock0 " \
> -				"mtdparts=at91_nand:-(root) "\
> +				"mtdparts=atmel_nand:-(root) "\
>  				"rw rootfstype=jffs2"
>  
>  #else /* CONFIG_SYS_USE_NANDFLASH */
> @@ -192,7 +192,7 @@
>  #define CONFIG_BOOTCOMMAND	"nand read 0x72000000 0x200000 0x200000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
>  				"root=/dev/mtdblock5 " \
> -				"mtdparts=at91_nand:128k(bootstrap)ro, \
> +				"mtdparts=atmel_nand:128k(bootstrap)ro, \
>  				256k(uboot)ro,128k(env1)ro,128k(env2)ro, \
>  				2M(linux),-(root) " \
>  				"rw rootfstype=jffs2"
> diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
> index 9167304..b83266d 100644
> --- a/include/configs/at91sam9rlek.h
> +++ b/include/configs/at91sam9rlek.h
> @@ -142,7 +142,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
>  				"root=/dev/mtdblock0 " \
> -				"mtdparts=at91_nand:-(root) "\
> +				"mtdparts=atmel_nand:-(root) "\
>  				"rw rootfstype=jffs2"
>  
>  #else /* CONFIG_SYS_USE_NANDFLASH */
> @@ -155,7 +155,7 @@
>  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
>  				"root=/dev/mtdblock5 " \
> -				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
> +				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
>  				"rw rootfstype=jffs2"
>  
>  #endif
> diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h
> index 203a14c..9bf49ba 100644
> --- a/include/configs/pm9261.h
> +++ b/include/configs/pm9261.h
> @@ -289,7 +289,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock0 "			\
> -				"mtdparts=at91_nand:-(root) "		\
> +				"mtdparts=atmel_nand:-(root) "		\
>  				"rw rootfstype=jffs2"
>  
>  #elif defined(CONFIG_SYS_USE_NANDFLASH) /* CONFIG_SYS_USE_NANDFLASH */
> @@ -302,7 +302,7 @@
>  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
>  				"root=/dev/mtdblock5 "			\
> -				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
> +				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
>  				"256k(uboot)ro,128k(env1)ro,"		\
>  				"128k(env2)ro,2M(linux),-(root) "	\
>  				"rw rootfstype=jffs2"
> diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
> index a6ff28c..6761c18 100644
> --- a/include/configs/pm9263.h
> +++ b/include/configs/pm9263.h
> @@ -310,7 +310,7 @@
>  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
>  				"root=/dev/mtdblock0 " \
> -				"mtdparts=at91_nand:-(root) "\
> +				"mtdparts=atmel_nand:-(root) "\
>  				"rw rootfstype=jffs2"
>  
>  #elif defined(CONFIG_SYS_USE_NANDFLASH) /* CFG_USE_NANDFLASH */
> @@ -323,7 +323,7 @@
>  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
>  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "		\
>  				"root=/dev/mtdblock5 "		\
> -				"mtdparts=at91_nand:"		\
> +				"mtdparts=atmel_nand:"		\
>  					"128k(bootstrap)ro,"	\
>  					"256k(uboot)ro,"	\
>  					"128k(env1)ro,"		\
-- 
Albin Tonnerre, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090731/9bae3cfd/attachment-0001.pgp 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-07-31 15:40 ` Albin Tonnerre
@ 2009-08-01 20:59   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-08-01 21:29     ` Wolfgang Denk
  2009-08-13 11:00     ` Albin Tonnerre
  0 siblings, 2 replies; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-01 20:59 UTC (permalink / raw)
  To: u-boot

On 17:40 Fri 31 Jul     , Albin Tonnerre wrote:
> Hi Wolfgang and Jean-Christophe,
> 
> Is this patch being left aside on purpose, or did it get under the radar ? I
> think it would be nice to have that fixed for the next release.
I've not missed it but here each board Maintainer must ack it
as the device nand depend on which kernel they work

Stelian, Ilko, Sedji, Patrice
any objection

Best Regards,
J.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-08-01 20:59   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-08-01 21:29     ` Wolfgang Denk
  2009-08-13 11:00     ` Albin Tonnerre
  1 sibling, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2009-08-01 21:29 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090801205900.GF19785@game.jcrosoft.org> you wrote:
> On 17:40 Fri 31 Jul     , Albin Tonnerre wrote:
> > Hi Wolfgang and Jean-Christophe,
> > 
> > Is this patch being left aside on purpose, or did it get under the radar ? I
> > think it would be nice to have that fixed for the next release.
> I've not missed it but here each board Maintainer must ack it
> as the device nand depend on which kernel they work

History shows that such an approach is a pretty  reliable  method  to
delay  the patch forever. I suggest to modify the procedure such that
the patch gets applied if  none  of  the  board  maintainers  objects
within  a  reasonable  time  (say, one week from now, which should be
sufficient as the patch was posted already more  than  a  week  ago).
This is especially so since the patch fixes a year old issue.

Thanks.

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
Memories of you remind me of you.                   - Karl Lehenbauer

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-08-01 20:59   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-08-01 21:29     ` Wolfgang Denk
@ 2009-08-13 11:00     ` Albin Tonnerre
  2009-08-14  7:02       ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 1 reply; 10+ messages in thread
From: Albin Tonnerre @ 2009-08-13 11:00 UTC (permalink / raw)
  To: u-boot

On Sat, Aug 01, 2009 at 10:59:00PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote :
> On 17:40 Fri 31 Jul     , Albin Tonnerre wrote:
> > Hi Wolfgang and Jean-Christophe,
> > 
> > Is this patch being left aside on purpose, or did it get under the radar ? I
> > think it would be nice to have that fixed for the next release.
> I've not missed it but here each board Maintainer must ack it
> as the device nand depend on which kernel they work

Well, if the supported kernel for those boards still use at91_nand, I wonder to
what extend it is a problem to set the supported u-boot version to 2009.06.
After all, it is arguably way easier to maintain than a more-than-one-year-old
kernel.

Regards,
-- 
Albin Tonnerre, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-08-13 11:00     ` Albin Tonnerre
@ 2009-08-14  7:02       ` Jean-Christophe PLAGNIOL-VILLARD
  2009-08-14  8:10         ` [U-Boot] [PATCH v2] " Albin Tonnerre
  0 siblings, 1 reply; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-14  7:02 UTC (permalink / raw)
  To: u-boot

On 13:00 Thu 13 Aug     , Albin Tonnerre wrote:
> On Sat, Aug 01, 2009 at 10:59:00PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote :
> > On 17:40 Fri 31 Jul     , Albin Tonnerre wrote:
> > > Hi Wolfgang and Jean-Christophe,
> > > 
> > > Is this patch being left aside on purpose, or did it get under the radar ? I
> > > think it would be nice to have that fixed for the next release.
> > I've not missed it but here each board Maintainer must ack it
> > as the device nand depend on which kernel they work
> 
> Well, if the supported kernel for those boards still use at91_nand, I wonder to
> what extend it is a problem to set the supported u-boot version to 2009.06.
> After all, it is arguably way easier to maintain than a more-than-one-year-old
> kernel.
I've receive a confirmation taht the pm9261 use a old kernel so nack for this
one for the pm9263 ok and the Atmel ref board ditto

please update the patch and resend

Best Regards,
J.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH v2] Update the mtd driver name in bootargs for at91-based boards
  2009-08-14  7:02       ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-08-14  8:10         ` Albin Tonnerre
  0 siblings, 0 replies; 10+ messages in thread
From: Albin Tonnerre @ 2009-08-14  8:10 UTC (permalink / raw)
  To: u-boot

The name of the atmel nand driver in the kernel changed from at91_nand
to atmel_nand back in June 2008, but the at91-based boards config files
still refer to at91_nand. This patch updates them with the new name

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
---
Changes:
 - Don't change the driver name for the pm9261 board, as it uses an older
 kernel

 include/configs/at91cap9adk.h      |    4 ++--
 include/configs/at91sam9260ek.h    |    6 +++---
 include/configs/at91sam9261ek.h    |    6 +++---
 include/configs/at91sam9263ek.h    |    4 ++--
 include/configs/at91sam9m10g45ek.h |    4 ++--
 include/configs/at91sam9rlek.h     |    4 ++--
 include/configs/pm9263.h           |    4 ++--
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
index 0ef3554..cc194d8 100644
--- a/include/configs/at91cap9adk.h
+++ b/include/configs/at91cap9adk.h
@@ -172,7 +172,7 @@
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock1 "			\
 				"mtdparts=physmap-flash.0:-(nor);"	\
-				"at91_nand:-(root) "			\
+				"atmel_nand:-(root) "			\
 				"rw rootfstype=jffs2"
 
 #else
@@ -188,7 +188,7 @@
 				"root=/dev/mtdblock4 "			\
 				"mtdparts=physmap-flash.0:16k(bootstrap)ro,"\
 				"16k(env),224k(uboot)ro,-(linux);"	\
-				"at91_nand:-(root) "			\
+				"atmel_nand:-(root) "			\
 				"rw rootfstype=jffs2"
 
 #endif
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index 6cee593..3507de2 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -163,7 +163,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #elif CONFIG_SYS_USE_DATAFLASH_CS1
@@ -177,7 +177,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -190,7 +190,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock5 "			\
-				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
+				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
 				"256k(uboot)ro,128k(env1)ro,"		\
 				"128k(env2)ro,2M(linux),-(root) "	\
 				"rw rootfstype=jffs2"
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
index 3d108ab..f86698f 100644
--- a/include/configs/at91sam9261ek.h
+++ b/include/configs/at91sam9261ek.h
@@ -181,7 +181,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #elif CONFIG_SYS_USE_DATAFLASH_CS3
@@ -195,7 +195,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock0 "			\
-				"mtdparts=at91_nand:-(root) "		\
+				"mtdparts=atmel_nand:-(root) "		\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -208,7 +208,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\
 				"root=/dev/mtdblock5 "			\
-				"mtdparts=at91_nand:128k(bootstrap)ro,"	\
+				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\
 				"256k(uboot)ro,128k(env1)ro,"		\
 				"128k(env2)ro,2M(linux),-(root) "	\
 				"rw rootfstype=jffs2"
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
index 32f3f62..a1582fc 100644
--- a/include/configs/at91sam9263ek.h
+++ b/include/configs/at91sam9263ek.h
@@ -304,7 +304,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #elif CONFIG_SYS_USE_NANDFLASH
@@ -317,7 +317,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock5 " \
-				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
+				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
 				"rw rootfstype=jffs2"
 
 #endif
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h
index 4b46c31..b460188 100644
--- a/include/configs/at91sam9m10g45ek.h
+++ b/include/configs/at91sam9m10g45ek.h
@@ -179,7 +179,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -192,7 +192,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x72000000 0x200000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock5 " \
-				"mtdparts=at91_nand:128k(bootstrap)ro, \
+				"mtdparts=atmel_nand:128k(bootstrap)ro, \
 				256k(uboot)ro,128k(env1)ro,128k(env2)ro, \
 				2M(linux),-(root) " \
 				"rw rootfstype=jffs2"
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index 9167304..b83266d 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -142,7 +142,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #else /* CONFIG_SYS_USE_NANDFLASH */
@@ -155,7 +155,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock5 " \
-				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
+				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
 				"rw rootfstype=jffs2"
 
 #endif
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index a6ff28c..6761c18 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -310,7 +310,7 @@
 #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \
 				"root=/dev/mtdblock0 " \
-				"mtdparts=at91_nand:-(root) "\
+				"mtdparts=atmel_nand:-(root) "\
 				"rw rootfstype=jffs2"
 
 #elif defined(CONFIG_SYS_USE_NANDFLASH) /* CFG_USE_NANDFLASH */
@@ -323,7 +323,7 @@
 #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 "		\
 				"root=/dev/mtdblock5 "		\
-				"mtdparts=at91_nand:"		\
+				"mtdparts=atmel_nand:"		\
 					"128k(bootstrap)ro,"	\
 					"256k(uboot)ro,"	\
 					"128k(env1)ro,"		\
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-07-22 16:30 [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards Albin Tonnerre
  2009-07-31 15:40 ` Albin Tonnerre
@ 2009-08-17 22:14 ` Jean-Christophe PLAGNIOL-VILLARD
  2009-08-17 22:26   ` Albin Tonnerre
  1 sibling, 1 reply; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-17 22:14 UTC (permalink / raw)
  To: u-boot

On 18:30 Wed 22 Jul     , Albin Tonnerre wrote:
> The name of the atmel nand driver in the kernel changed from at91_nand
> to atmel_nand back in June 2008, but the at91-based boards config files
> still refer to at91_nand. This patch updates them with the new name
> 
> Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
> ---
>  include/configs/at91cap9adk.h      |    4 ++--
>  include/configs/at91sam9260ek.h    |    6 +++---
>  include/configs/at91sam9261ek.h    |    6 +++---
>  include/configs/at91sam9263ek.h    |    4 ++--
>  include/configs/at91sam9m10g45ek.h |    4 ++--
>  include/configs/at91sam9rlek.h     |    4 ++--
>  include/configs/pm9261.h           |    4 ++--
>  include/configs/pm9263.h           |    4 ++--
>  8 files changed, 18 insertions(+), 18 deletions(-)
I've recive a ack for the pm9263 recently so I apply this version

Best Regards,
J.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-08-17 22:14 ` [U-Boot] [PATCH] " Jean-Christophe PLAGNIOL-VILLARD
@ 2009-08-17 22:26   ` Albin Tonnerre
  2009-08-17 22:46     ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 10+ messages in thread
From: Albin Tonnerre @ 2009-08-17 22:26 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 18, 2009 at 12:14:12AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote :
> I've recive a ack for the pm9263 recently so I apply this version

Did you mean 9261 ? From your previous mail, I thought this was the one causing
issues.

Regards,
-- 
Albin Tonnerre, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090818/9c28f350/attachment.pgp 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards
  2009-08-17 22:26   ` Albin Tonnerre
@ 2009-08-17 22:46     ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-17 22:46 UTC (permalink / raw)
  To: u-boot

On 00:26 Tue 18 Aug     , Albin Tonnerre wrote:
> On Tue, Aug 18, 2009 at 12:14:12AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote :
> > I've recive a ack for the pm9263 recently so I apply this version
> 
> Did you mean 9261 ? From your previous mail, I thought this was the one causing
> issues.
yes a typo I've the ask for both

Best Regards,
J.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-08-17 22:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 16:30 [U-Boot] [PATCH] Update the mtd driver name in bootargs for at91-based boards Albin Tonnerre
2009-07-31 15:40 ` Albin Tonnerre
2009-08-01 20:59   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-01 21:29     ` Wolfgang Denk
2009-08-13 11:00     ` Albin Tonnerre
2009-08-14  7:02       ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-14  8:10         ` [U-Boot] [PATCH v2] " Albin Tonnerre
2009-08-17 22:14 ` [U-Boot] [PATCH] " Jean-Christophe PLAGNIOL-VILLARD
2009-08-17 22:26   ` Albin Tonnerre
2009-08-17 22:46     ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox