All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for Cypress/Infineon cy15b102q
@ 2024-07-29 10:20 A. Zini
  2024-07-29 10:20 ` [PATCH 1/3] mtd: spi-nor: handle JEDEC manufacturer bank A. Zini
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: A. Zini @ 2024-07-29 10:20 UTC (permalink / raw)
  To: linux-mtd
  Cc: Tudor Ambarus, Pratyush Yadav, Michael Walle, Miquel Raynal,
	Richard Weinberger, Vignesh Raghavendra, Alessandro Zini

From: Alessandro Zini <alessandro.zini@siemens.com>

This patch series introduces support for Cypress/Infineon cy15b102q, a 2Mbit
serial SPI F-RAM device.

As the JEDEC-assigned manufacturer ID places the Cypress (Ramtron)
identifier in bank 7, this series also introduces a mechanism to handle eventual
continuation codes (0x7f) that may be prefixed to the actual ID.

Alessandro Zini (3):
  mtd: spi-nor: handle JEDEC manufacturer bank
  mtd: spi-nor: convert existing devices to use mfr_bank
  mtd: spi-nor: add support for Cypress cy15b102q

 drivers/mtd/spi-nor/core.c     | 71 +++++++++++++++++++++++++++++-----
 drivers/mtd/spi-nor/core.h     | 10 ++++-
 drivers/mtd/spi-nor/debugfs.c  |  2 +
 drivers/mtd/spi-nor/issi.c     |  6 ++-
 drivers/mtd/spi-nor/spansion.c |  7 ++++
 drivers/mtd/spi-nor/sysfs.c    | 13 +++++++
 6 files changed, 97 insertions(+), 12 deletions(-)

-- 
2.45.2

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2024-08-08  8:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 10:20 [PATCH 0/3] Add support for Cypress/Infineon cy15b102q A. Zini
2024-07-29 10:20 ` [PATCH 1/3] mtd: spi-nor: handle JEDEC manufacturer bank A. Zini
2024-08-05  9:18   ` Michael Walle
2024-08-07 13:37     ` A. Zini
2024-08-08  8:38       ` Michael Walle
2024-07-29 10:20 ` [PATCH 2/3] mtd: spi-nor: convert existing devices to use mfr_bank A. Zini
2024-07-29 10:20 ` [PATCH 3/3] mtd: spi-nor: add support for Cypress cy15b102q A. Zini
2024-08-05  9:08 ` [PATCH 0/3] Add support for Cypress/Infineon cy15b102q Michael Walle
2024-08-07 12:31   ` A. Zini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.