Re: [PATCH] mtd: spi-nor: Add support for sst25wf020a.

2015-09-02 Thread Brian Norris
On Fri, Aug 14, 2015 at 07:35:39PM +0200, Alexis Ballier wrote: > It is a 256KiB flash with 4 KiB erase sectors > and 64KiB overlay blocks. > > This is the one available on Hardkernel's Odroid U3 shield. > > Signed-off-by: Alexis Ballier Applied to l2-mtd.git -- To unsubscribe from this list: s

Re: [PATCH] mtd: spi-nor: Add support for sst25wf020a.

2015-08-15 Thread Marek Vasut
On Saturday, August 15, 2015 at 10:38:59 AM, Alexis Ballier wrote: > On Fri, 14 Aug 2015 22:45:14 +0200 > > Marek Vasut wrote: > > On Friday, August 14, 2015 at 07:35:39 PM, Alexis Ballier wrote: > > > It is a 256KiB flash with 4 KiB erase sectors > > > and 64KiB overlay blocks. > > > > > > This

Re: [PATCH] mtd: spi-nor: Add support for sst25wf020a.

2015-08-15 Thread Alexis Ballier
On Fri, 14 Aug 2015 22:45:14 +0200 Marek Vasut wrote: > On Friday, August 14, 2015 at 07:35:39 PM, Alexis Ballier wrote: > > It is a 256KiB flash with 4 KiB erase sectors > > and 64KiB overlay blocks. > > > > This is the one available on Hardkernel's Odroid U3 shield. > > > > Signed-off-by: Ale

Re: [PATCH] mtd: spi-nor: Add support for sst25wf020a.

2015-08-14 Thread Marek Vasut
On Friday, August 14, 2015 at 07:35:39 PM, Alexis Ballier wrote: > It is a 256KiB flash with 4 KiB erase sectors > and 64KiB overlay blocks. > > This is the one available on Hardkernel's Odroid U3 shield. > > Signed-off-by: Alexis Ballier > --- > drivers/mtd/spi-nor/spi-nor.c | 1 + > 1 file ch

[PATCH] mtd: spi-nor: Add support for sst25wf020a.

2015-08-14 Thread Alexis Ballier
It is a 256KiB flash with 4 KiB erase sectors and 64KiB overlay blocks. This is the one available on Hardkernel's Odroid U3 shield. Signed-off-by: Alexis Ballier --- drivers/mtd/spi-nor/spi-nor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi