Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-12 Thread Huang Shijie
On Sun, Nov 10, 2013 at 03:09:02PM -0300, Ezequiel Garcia wrote: > > Can you summarize such cases? Or maybe better, just share them all :) I just test it with cases such as(my nand is just 1G): (1) mtdparts=gpmi-nand:16m(boot),16m(kernel),600m(dtb),600m(ok),-(rootfs) (2)

Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-12 Thread Huang Shijie
On Sun, Nov 10, 2013 at 03:09:02PM -0300, Ezequiel Garcia wrote: Can you summarize such cases? Or maybe better, just share them all :) I just test it with cases such as(my nand is just 1G): (1) mtdparts=gpmi-nand:16m(boot),16m(kernel),600m(dtb),600m(ok),-(rootfs) (2)

RE: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-10 Thread Caizhiyong
> On Sat, Nov 09, 2013 at 11:43:06AM +, Caizhiyong wrote: > > From: Cai Zhiyong > > Date: Sat, 9 Nov 2013 17:54:12 +0800 > > > > @@ -143,5 +149,5 @@ MODULE_PARM_DESC(mtdparts, "Partitioning > > specification"); > > module_param(mtdparts, charp, 0); > > > > MODULE_LICENSE("GPL"); > >

Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-10 Thread Ezequiel Garcia
On Sun, Nov 10, 2013 at 10:06:59PM -0500, Huang Shijie wrote: > On Sat, Nov 09, 2013 at 11:43:06AM +, Caizhiyong wrote: > > From: Cai Zhiyong > > Date: Sat, 9 Nov 2013 17:54:12 +0800 > > > > @@ -143,5 +149,5 @@ MODULE_PARM_DESC(mtdparts, "Partitioning > > specification"); > >

Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-10 Thread Huang Shijie
On Sat, Nov 09, 2013 at 11:43:06AM +, Caizhiyong wrote: > From: Cai Zhiyong > Date: Sat, 9 Nov 2013 17:54:12 +0800 > > @@ -143,5 +149,5 @@ MODULE_PARM_DESC(mtdparts, "Partitioning specification"); > module_param(mtdparts, charp, 0); > > MODULE_LICENSE("GPL"); > -MODULE_AUTHOR("Marius

Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-10 Thread Huang Shijie
On Sat, Nov 09, 2013 at 11:43:06AM +, Caizhiyong wrote: From: Cai Zhiyong caizhiy...@huawei.com Date: Sat, 9 Nov 2013 17:54:12 +0800 @@ -143,5 +149,5 @@ MODULE_PARM_DESC(mtdparts, Partitioning specification); module_param(mtdparts, charp, 0); MODULE_LICENSE(GPL);

Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-10 Thread Ezequiel Garcia
On Sun, Nov 10, 2013 at 10:06:59PM -0500, Huang Shijie wrote: On Sat, Nov 09, 2013 at 11:43:06AM +, Caizhiyong wrote: From: Cai Zhiyong caizhiy...@huawei.com Date: Sat, 9 Nov 2013 17:54:12 +0800 @@ -143,5 +149,5 @@ MODULE_PARM_DESC(mtdparts, Partitioning specification);

RE: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition

2013-11-10 Thread Caizhiyong
On Sat, Nov 09, 2013 at 11:43:06AM +, Caizhiyong wrote: From: Cai Zhiyong caizhiy...@huawei.com Date: Sat, 9 Nov 2013 17:54:12 +0800 @@ -143,5 +149,5 @@ MODULE_PARM_DESC(mtdparts, Partitioning specification); module_param(mtdparts, charp, 0); MODULE_LICENSE(GPL);