Re: [PATCH v2 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

2021-08-02 Thread Jagan Teki
On Fri, Jul 30, 2021 at 12:50 PM Bin Meng wrote: > > The DT bindings of "jedec,spi-nor" [1] defines "m25p,fast-read" property > to indicate that "fast read" opcode can be used to read data from the > chip instead of the usual "read" opcode. > > If this property is not present in DT, mask out fast

Re: [PATCH v2 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

2021-07-30 Thread Bin Meng
Hi Pratyush, On Fri, Jul 30, 2021 at 3:31 PM Pratyush Yadav wrote: > > On 30/07/21 03:20PM, Bin Meng wrote: > > The DT bindings of "jedec,spi-nor" [1] defines "m25p,fast-read" property > > to indicate that "fast read" opcode can be used to read data from the > > chip instead of the usual "read" o

Re: [PATCH v2 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

2021-07-30 Thread Pratyush Yadav
On 30/07/21 03:20PM, Bin Meng wrote: > The DT bindings of "jedec,spi-nor" [1] defines "m25p,fast-read" property > to indicate that "fast read" opcode can be used to read data from the > chip instead of the usual "read" opcode. > > If this property is not present in DT, mask out fast read in > spi_

[PATCH v2 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

2021-07-30 Thread Bin Meng
The DT bindings of "jedec,spi-nor" [1] defines "m25p,fast-read" property to indicate that "fast read" opcode can be used to read data from the chip instead of the usual "read" opcode. If this property is not present in DT, mask out fast read in spi_nor_init_params(). This change mirrors the same l