Re: [PATCH v4 5/7] mtd: spi-nor: core: execute command sequences to change octal DTR mode

2020-07-13 Thread masonccyang
+ YC Lin in loop, -- > > Subject > > [PATCH v4 5/7] mtd: spi-nor: core: execute command sequences to change octal DTR mode > > Execute command sequences to change octal DTR mode. > > Signed-off-by: Mason Yang > --- CONFIDENTIALITY NOTE: This e-mail and

[PATCH v4 5/7] mtd: spi-nor: core: execute command sequences to change octal DTR mode

2020-05-29 Thread Mason Yang
Execute command sequences to change octal DTR mode. Signed-off-by: Mason Yang --- drivers/mtd/spi-nor/core.c | 71 ++ drivers/mtd/spi-nor/core.h | 1 + 2 files changed, 72 insertions(+) diff --git a/drivers/mtd/spi-nor/core.c