linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] update is25wp256d page write capabilities
@ 2020-04-30  9:58 Sagar Shrikant Kadam
  2020-04-30  9:58 ` [PATCH 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board Sagar Shrikant Kadam
  2020-04-30  9:58 ` [PATCH 2/2] spi: nor: update page program settings for is25wp256 using post bfpt fixup Sagar Shrikant Kadam
  0 siblings, 2 replies; 10+ messages in thread
From: Sagar Shrikant Kadam @ 2020-04-30  9:58 UTC (permalink / raw)
  To: tudor.ambarus, miquel.raynal, richard, vigneshr
  Cc: paul.walmsley, palmer, linux-riscv, linux-kernel, linux-mtd,
	Sagar Shrikant Kadam

HiFive Unleashed A00 board has is25wp256d snor chip. It is observed
that it gets configured with Serial Input Page program by the end
of spi_nor_scan. Using the post bfpt fixup hook we prioritize the
page program settings to use quad input page program (opcode:0x34)
over serial input page program (opcode: 0x12).

The patchset is tested on Linux 5.7-rc3.

Sagar Shrikant Kadam (2):
  riscv: defconfig: enable spi nor on Hifive Unleashed A00 board.
  spi: nor: update page program settings for is25wp256 using post bfpt
    fixup

 arch/riscv/configs/defconfig |  2 ++
 drivers/mtd/spi-nor/issi.c   | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)

-- 
2.7.4


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

end of thread, other threads:[~2020-05-10 15:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  9:58 [PATCH 0/2] update is25wp256d page write capabilities Sagar Shrikant Kadam
2020-04-30  9:58 ` [PATCH 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board Sagar Shrikant Kadam
2020-05-04 22:10   ` Palmer Dabbelt
2020-05-05  7:18     ` Sagar Kadam
2020-05-05 23:23       ` Palmer Dabbelt
2020-05-06  3:56         ` Sagar Kadam
2020-05-06  5:09           ` Anup Patel
2020-05-06  7:26             ` Andreas Schwab
2020-05-10 15:32               ` Sagar Kadam
2020-04-30  9:58 ` [PATCH 2/2] spi: nor: update page program settings for is25wp256 using post bfpt fixup Sagar Shrikant Kadam

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).