Re: [PATCH v14 13/15] mtd: spi-nor: core: disable Octal DTR mode on suspend.

2020-10-01 Thread Tudor.Ambarus
On 9/30/20 9:57 PM, Pratyush Yadav wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On resume, the init procedure will be run that will re-enable it. > > Signed-off-by: Pratyush Yadav Reviewed-by: Tudor Ambarus > --- >

[PATCH v14 13/15] mtd: spi-nor: core: disable Octal DTR mode on suspend.

2020-09-30 Thread Pratyush Yadav
On resume, the init procedure will be run that will re-enable it. Signed-off-by: Pratyush Yadav --- drivers/mtd/spi-nor/core.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/mtd/spi-nor/core.c b/drivers/mtd/spi-nor/core.c index 9de811b33125..17b6f833e920 100644 ---