Re: [U-Boot] [PATCH v3 0/3] spi-nor: spi-nor-ids: Fix 4 Byte addressing for n25q*

2019-10-23 Thread Jagan Teki
On Fri, Oct 11, 2019 at 1:28 PM Vignesh Raghavendra wrote: > > n25q variants do not support stateless 4 byte addressing opcodes by default, > therefore first patch disables this flag for those parts. Second patch > adds entries for mt25q variants which are similar to n25q but supports > stateless

[U-Boot] [PATCH v3 0/3] spi-nor: spi-nor-ids: Fix 4 Byte addressing for n25q*

2019-10-11 Thread Vignesh Raghavendra
n25q variants do not support stateless 4 byte addressing opcodes by default, therefore first patch disables this flag for those parts. Second patch adds entries for mt25q variants which are similar to n25q but supports stateless 4 byte opcodes. Third patch adds USE_FSR flag for mt25q* and n25q* var