[PATCH] phram: Allow the user to set the erase page size.

2020-11-24 Thread Guohua Zhong
Permit the user to specify the erase page size as a parameter. This solves two problems: - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't create images with erase sizes less than 8KiB; many architectures define PAGE_SIZE as 4KiB. - Allows more effective use of small capacity

Re: [PATCH] phram: Allow the user to set the erase page size.

2020-11-24 Thread kernel test robot
Hi Guohua, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.10-rc5 next-20201123] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [PATCH] phram: Allow the user to set the erase page size.

2020-11-24 Thread kernel test robot
Hi Guohua, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.10-rc5 next-20201123] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

[PATCH] phram: Allow the user to set the erase page size.

2020-11-23 Thread Guohua Zhong
Permit the user to specify the erase page size as a parameter. This solves two problems: - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't create images with erase sizes less than 8KiB; many architectures define PAGE_SIZE as 4KiB. - Allows more effective use of small capacity

Re: [PATCH] phram: Allow the user to set the erase page size.

2013-03-02 Thread Artem Bityutskiy
On Fri, 2013-02-15 at 12:35 -0800, Patrick O'Grady wrote: > From: Patrick O'Grady > > Permit the user to specify the erase page size as a parameter. > This solves two problems: > > - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't > create images with erase sizes less than 8KiB;

Re: [PATCH] phram: Allow the user to set the erase page size.

2013-03-02 Thread Artem Bityutskiy
On Fri, 2013-02-15 at 12:35 -0800, Patrick O'Grady wrote: From: Patrick O'Grady patr...@baymotion.com Permit the user to specify the erase page size as a parameter. This solves two problems: - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't create images with erase sizes

Re: [PATCH] phram: Allow the user to set the erase page size.

2013-02-15 Thread Jörn Engel
On Fri, 15 February 2013 12:35:46 -0800, Patrick O'Grady wrote: > > Permit the user to specify the erase page size as a parameter. > This solves two problems: > > - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't > create images with erase sizes less than 8KiB; many architectures >

[PATCH] phram: Allow the user to set the erase page size.

2013-02-15 Thread Patrick O'Grady
From: Patrick O'Grady Permit the user to specify the erase page size as a parameter. This solves two problems: - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't create images with erase sizes less than 8KiB; many architectures define PAGE_SIZE as 4KiB. - Allows more effective use

[PATCH] phram: Allow the user to set the erase page size.

2013-02-15 Thread Patrick O'Grady
From: Patrick O'Grady patr...@baymotion.com Permit the user to specify the erase page size as a parameter. This solves two problems: - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't create images with erase sizes less than 8KiB; many architectures define PAGE_SIZE as 4KiB. -

Re: [PATCH] phram: Allow the user to set the erase page size.

2013-02-15 Thread Jörn Engel
On Fri, 15 February 2013 12:35:46 -0800, Patrick O'Grady wrote: Permit the user to specify the erase page size as a parameter. This solves two problems: - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't create images with erase sizes less than 8KiB; many architectures define