Re: [PATCH 11/35] mtd: st_spi_fsm: Use device size to determine address width

2014-03-20 Thread Brian Norris
On Tue, Feb 18, 2014 at 02:55:38PM +, Lee Jones wrote: > Take some known parameters, namely size and number of sectors and use > them to determine weather a device can support 32bit addressing or not. > If it can, set the associated flash capability flag for latter use. > > Acked-by Angus Clar

[PATCH 11/35] mtd: st_spi_fsm: Use device size to determine address width

2014-02-18 Thread Lee Jones
Take some known parameters, namely size and number of sectors and use them to determine weather a device can support 32bit addressing or not. If it can, set the associated flash capability flag for latter use. Acked-by Angus Clark Signed-off-by: Lee Jones --- drivers/mtd/devices/st_spi_fsm.c |