linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] mtd: devices: add support for microchip 48l640 EERAM
@ 2021-05-28  7:23 Heiko Schocher
  2021-05-28  7:23 ` [PATCH v1 1/2] mtd: devices: add devicetree documentation for microchip 48l640 Heiko Schocher
  2021-05-28  7:23 ` [PATCH v1 2/2] mtd: devices: add support for microchip 48l640 EERAM Heiko Schocher
  0 siblings, 2 replies; 6+ messages in thread
From: Heiko Schocher @ 2021-05-28  7:23 UTC (permalink / raw)
  To: linux-mtd
  Cc: Heiko Schocher, Miquel Raynal, Richard Weinberger, Rob Herring,
	Vignesh Raghavendra, devicetree, linux-kernel


add support for microchip 48l640 eeram connected via
SPI. Patch 1 introduces devicetree documentation
and patch 2 the driver.



Heiko Schocher (2):
  mtd: devices: add devicetree documentation for microchip 48l640
  mtd: devices: add support for microchip 48l640 EERAM

 .../bindings/mtd/microchip,mchp48l640.yaml    |  40 ++
 drivers/mtd/devices/Kconfig                   |   6 +
 drivers/mtd/devices/Makefile                  |   1 +
 drivers/mtd/devices/mchp48l640.c              | 379 ++++++++++++++++++
 4 files changed, 426 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
 create mode 100644 drivers/mtd/devices/mchp48l640.c

-- 
2.30.2


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

end of thread, other threads:[~2021-05-29 10:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28  7:23 [PATCH v1 0/2] mtd: devices: add support for microchip 48l640 EERAM Heiko Schocher
2021-05-28  7:23 ` [PATCH v1 1/2] mtd: devices: add devicetree documentation for microchip 48l640 Heiko Schocher
2021-05-28 16:21   ` Rob Herring
2021-05-29 10:18     ` Heiko Schocher
2021-05-28  7:23 ` [PATCH v1 2/2] mtd: devices: add support for microchip 48l640 EERAM Heiko Schocher
2021-05-28 13:55   ` Fabio Estevam

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