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

2020-10-02 Thread Tudor.Ambarus
On 10/1/20 11:20 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: Pratyush

[PATCH v15 10/15] mtd: spi-nor: core: enable octal DTR mode when possible

2020-10-01 Thread Pratyush Yadav
Allow flashes to specify a hook to enable octal DTR mode. Use this hook whenever possible to get optimal transfer speeds. Signed-off-by: Pratyush Yadav --- drivers/mtd/spi-nor/core.c | 38 ++ drivers/mtd/spi-nor/core.h | 2 ++ 2 files changed, 40