RE: [PATCH 1/2] mtd: spi-nor: add a API to restore the addressing mode

2017-12-01 Thread Z.q. Hou
w...@infradead.org; boris.brezil...@free-electrons.com; > marek.va...@gmail.com; rich...@nod.at > Subject: Re: [PATCH 1/2] mtd: spi-nor: add a API to restore the addressing > mode > > Hi Hou, > > Le 24/11/2017 à 11:08, Zhiqiang Hou a écrit : > > From: Hou Zhiqiang > > &g

Re: [PATCH 1/2] mtd: spi-nor: add a API to restore the addressing mode

2017-12-01 Thread Cyrille Pitchen
Hi Hou, Le 24/11/2017 à 11:08, Zhiqiang Hou a écrit : > From: Hou Zhiqiang > > It's better to restore the addressing mode of the SPI flash > whenever remove the driver or reboot the system. > > Signed-off-by: Hou Zhiqiang > --- > drivers/mtd/spi-nor/spi-nor.c | 8 > include/linux/mtd

[PATCH 1/2] mtd: spi-nor: add a API to restore the addressing mode

2017-11-24 Thread Zhiqiang Hou
From: Hou Zhiqiang It's better to restore the addressing mode of the SPI flash whenever remove the driver or reboot the system. Signed-off-by: Hou Zhiqiang --- drivers/mtd/spi-nor/spi-nor.c | 8 include/linux/mtd/spi-nor.h | 1 + 2 files changed, 9 insertions(+) diff --git a/driver