Re: [PATCH v13 09/15] mtd: spi-nor: core: enable octal DTR mode when possible

2020-09-30 Thread Tudor.Ambarus
On 9/16/20 3:44 PM, Pratyush Yadav wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Allow flashes to specify a hook to enable octal DTR mode. Use this hook > whenever possible to get optimal transfer speeds. We need to restrict the access

Re: [PATCH v13 09/15] mtd: spi-nor: core: enable octal DTR mode when possible

2020-09-29 Thread Tudor.Ambarus
On 9/29/20 3:51 PM, Pratyush Yadav wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On 29/09/20 11:26AM, tudor.amba...@microchip.com wrote: >> Hi, >> >> On 9/16/20 3:44 PM, Pratyush Yadav wrote: >>> EXTERNAL EMAIL: Do not click links or ope

Re: [PATCH v13 09/15] mtd: spi-nor: core: enable octal DTR mode when possible

2020-09-29 Thread Pratyush Yadav
On 29/09/20 11:26AM, tudor.amba...@microchip.com wrote: > Hi, > > On 9/16/20 3:44 PM, Pratyush Yadav wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > Allow flashes to specify a hook to enable octal DTR mode. Use this hook > > whene

Re: [PATCH v13 09/15] mtd: spi-nor: core: enable octal DTR mode when possible

2020-09-29 Thread Tudor.Ambarus
Hi, On 9/16/20 3:44 PM, Pratyush Yadav wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Allow flashes to specify a hook to enable octal DTR mode. Use this hook > whenever possible to get optimal transfer speeds. > > Signed-off-by: Pratyus