Re: [PATCH v4 4/5] mtd: mchp23k256: add partitioning support

2017-06-01 Thread Brian Norris
On Thu, May 25, 2017 at 11:49:15AM +1200, Chris Packham wrote: > Setting the of_node for the mtd device allows the generic mtd code to > setup the partitions. Additionally we must specify a non-zero erasesize > for the partitions to be writeable. The last sentence here is no longer applicable.

Re: [PATCH v4 4/5] mtd: mchp23k256: add partitioning support

2017-05-29 Thread Boris Brezillon
On Thu, 25 May 2017 11:49:15 +1200 Chris Packham wrote: > Setting the of_node for the mtd device allows the generic mtd code to > setup the partitions. Additionally we must specify a non-zero erasesize > for the partitions to be writeable. > > Signed-off-by: Chris Packham > Reviewed-by: Andrew

[PATCH v4 4/5] mtd: mchp23k256: add partitioning support

2017-05-24 Thread Chris Packham
Setting the of_node for the mtd device allows the generic mtd code to setup the partitions. Additionally we must specify a non-zero erasesize for the partitions to be writeable. Signed-off-by: Chris Packham Reviewed-by: Andrew Lunn Tested-by: Andrew Lunn --- Changes in v2 - collect revew/test f