Re: [PATCH v7 2/4] mtd: spi-nor: fix nor->addr_width for is25wp256

2019-08-09 Thread Sagar Kadam
Hi Vignesh, On Fri, Aug 9, 2019 at 5:05 PM Vignesh Raghavendra wrote: > > > > On 03/07/19 12:09 AM, Sagar Shrikant Kadam wrote: > > Use the post bfpt fixup hook for the is25wp256 device as done for > > is25lp256 device to overwrite the address width advertised by BFPT. > > > > For instance the st

Re: [PATCH v7 2/4] mtd: spi-nor: fix nor->addr_width for is25wp256

2019-08-09 Thread Vignesh Raghavendra
On 03/07/19 12:09 AM, Sagar Shrikant Kadam wrote: > Use the post bfpt fixup hook for the is25wp256 device as done for > is25lp256 device to overwrite the address width advertised by BFPT. > > For instance the standard devices eg: IS25WP256D-JMLE where J stands > for "standard" does not support

[PATCH v7 2/4] mtd: spi-nor: fix nor->addr_width for is25wp256

2019-07-02 Thread Sagar Shrikant Kadam
Use the post bfpt fixup hook for the is25wp256 device as done for is25lp256 device to overwrite the address width advertised by BFPT. For instance the standard devices eg: IS25WP256D-JMLE where J stands for "standard" does not support SFDP. Signed-off-by: Sagar Shrikant Kadam --- drivers/mtd/sp