RE: [PATCH 2/2] mtd: m25p80: restore the addressing mode when stop using the flash

2017-12-01 Thread Z.q. Hou
pe...@gmail.com; > dw...@infradead.org; boris.brezil...@free-electrons.com; > marek.va...@gmail.com; rich...@nod.at > Subject: Re: [PATCH 2/2] mtd: m25p80: restore the addressing mode when > stop using the flash > > Hi Hou, > > Le 24/11/2017 à 11:08, Zhiqiang Hou a écrit :

RE: [PATCH 2/2] mtd: m25p80: restore the addressing mode when stop using the flash

2017-12-01 Thread Z.q. Hou
.org; boris.brezil...@free-electrons.com; > marek.va...@gmail.com; rich...@nod.at > Subject: Re: [PATCH 2/2] mtd: m25p80: restore the addressing mode when > stop using the flash > > Hi Hou, > > Le 24/11/2017 à 11:08, Zhiqiang Hou a écrit : > > From: Hou Zhiqia

Re: [PATCH 2/2] mtd: m25p80: restore the addressing mode when stop using the flash

2017-12-01 Thread Cyrille Pitchen
Hi Hou, Le 24/11/2017 à 11:08, Zhiqiang Hou a écrit : > From: Hou Zhiqiang > > Add .shutdown function to restore the addressing mode in reboot > process, and add the same operation to the .remove function. > > Signed-off-by: Hou Zhiqiang > --- >

Re: [PATCH 2/2] mtd: m25p80: restore the addressing mode when stop using the flash

2017-12-01 Thread Cyrille Pitchen
Hi Hou, Le 24/11/2017 à 11:08, Zhiqiang Hou a écrit : > From: Hou Zhiqiang > > Add .shutdown function to restore the addressing mode in reboot > process, and add the same operation to the .remove function. > > Signed-off-by: Hou Zhiqiang > --- > drivers/mtd/devices/m25p80.c | 8 > 1

[PATCH 2/2] mtd: m25p80: restore the addressing mode when stop using the flash

2017-11-24 Thread Zhiqiang Hou
From: Hou Zhiqiang Add .shutdown function to restore the addressing mode in reboot process, and add the same operation to the .remove function. Signed-off-by: Hou Zhiqiang --- drivers/mtd/devices/m25p80.c | 8 1 file changed, 8

[PATCH 2/2] mtd: m25p80: restore the addressing mode when stop using the flash

2017-11-24 Thread Zhiqiang Hou
From: Hou Zhiqiang Add .shutdown function to restore the addressing mode in reboot process, and add the same operation to the .remove function. Signed-off-by: Hou Zhiqiang --- drivers/mtd/devices/m25p80.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/mtd/devices/m25p80.c