linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/2] mtd: m25p80: restore the addressing mode when stop using the flash
@ 2017-12-05  5:33 Zhiqiang Hou
  2017-12-05  5:33 ` [PATCHv2 1/2] mtd: spi-nor: add an API to restore the status of SPI flash chip Zhiqiang Hou
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Zhiqiang Hou @ 2017-12-05  5:33 UTC (permalink / raw)
  To: linux-mtd, linux-kernel, computersforpeace, dwmw2,
	boris.brezillon, marek.vasut, richard, cyrille.pitchen
  Cc: Hou Zhiqiang

From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

To be compatible with legacy device, reset the addressing mode
to the default mode. Such as Freescale eSPI boot, it copies the
images from SPI flash without firing a reset signal previously,
so the reboot command will fail without reseting the addressing
mode of SPI flash.

Hou Zhiqiang (2):
  mtd: spi-nor: add an API to restore the status of SPI flash chip
  mtd: m25p80: restore the status of SPI flash when stop using it

 Documentation/mtd/spi-nor.txt |  3 +++
 drivers/mtd/devices/m25p80.c  |  9 +++++++++
 drivers/mtd/spi-nor/spi-nor.c | 10 ++++++++++
 include/linux/mtd/spi-nor.h   |  6 ++++++
 4 files changed, 28 insertions(+)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-06  2:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05  5:33 [PATCHv2 0/2] mtd: m25p80: restore the addressing mode when stop using the flash Zhiqiang Hou
2017-12-05  5:33 ` [PATCHv2 1/2] mtd: spi-nor: add an API to restore the status of SPI flash chip Zhiqiang Hou
2017-12-05  5:33 ` [PATCHv2 2/2] mtd: m25p80: restore the status of SPI flash when stop using it Zhiqiang Hou
2017-12-05 20:40 ` [PATCHv2 0/2] mtd: m25p80: restore the addressing mode when stop using the flash Cyrille Pitchen
2017-12-06  2:17   ` Z.q. Hou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).