linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mtd: devices: add support for microchip 48l640 EERAM
@ 2021-06-07  3:39 Heiko Schocher
  2021-06-07  3:39 ` [PATCH v4 1/2] mtd: devices: add devicetree documentation for microchip 48l640 Heiko Schocher
  2021-06-07  3:39 ` [PATCH v4 2/2] mtd: devices: add support for microchip 48l640 EERAM Heiko Schocher
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Schocher @ 2021-06-07  3:39 UTC (permalink / raw)
  To: linux-mtd
  Cc: Heiko Schocher, Fabio Estevam, 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.

Any comments to driver?

Changes in v4:
- work in comments from Rob:
  - change title to
    Microchip 48l640 (and similar) serial EERAM bindings
  - rename spi-eeram to eeram
- Add Reviewed-by tag from Rob

Changes in v3:
Add Fabio to cc
drop dev_dbg() in mchp48l640_read() as not really needed to
fix warning which kernel test robot found for
config: arc-allyesconfig (attached as .config)
compiler: arceb-elf-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
add Reported-by: kernel test robot <lkp@intel.com>
add Fabio to cc

Changes in v2:
as Rob helped, fix warnings from running command
'make DT_CHECKER_FLAGS=-m dt_binding_check'
- fix build warnings
- add Fabios Tested-by

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

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

-- 
2.31.1


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

end of thread, other threads:[~2021-06-11 19:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  3:39 [PATCH v4 0/2] mtd: devices: add support for microchip 48l640 EERAM Heiko Schocher
2021-06-07  3:39 ` [PATCH v4 1/2] mtd: devices: add devicetree documentation for microchip 48l640 Heiko Schocher
2021-06-11 19:00   ` Miquel Raynal
2021-06-07  3:39 ` [PATCH v4 2/2] mtd: devices: add support for microchip 48l640 EERAM Heiko Schocher
2021-06-11 18:59   ` Miquel Raynal

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