linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi
@ 2019-04-09  2:29 Mason Yang
  2019-04-09  2:29 ` [PATCH v2 1/4] mfd: Add Macronix MX25F0A MFD controller driver Mason Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mason Yang @ 2019-04-09  2:29 UTC (permalink / raw)
  To: broonie, marek.vasut, linux-kernel, linux-spi, bbrezillon, dwmw2,
	lee.jones, robh+dt, mark.rutland, computersforpeace, paul.burton,
	stefan, christophe.kerello, liang.yang, geert, devicetree,
	marcel.ziswiler, linux-mtd, richard, miquel.raynal
  Cc: juliensu, Mason Yang, zhengxunli

Hi,

This patches support Macronix MX25F0A MFD driver for raw nand and spi
controller which is separated form previous patchset:

https://patchwork.kernel.org/patch/10874679/

thanks for your review.

best regards,
Mason

Mason Yang (4):
  mfd: Add Macronix MX25F0A MFD controller driver
  mtd: rawnand: Add Macronix MX25F0A NAND controller driver
  spi: Add MFD for Macronix MX25F0A SPI controller driver
  dt-bindings: mfd: Document Macronix MX25F0A controller bindings

 .../devicetree/bindings/mfd/mxic-mx25f0a.txt       |  51 ++++
 drivers/mfd/Kconfig                                |   9 +
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/mxic-mx25f0a.c                         |  84 ++++++
 drivers/mtd/nand/raw/Kconfig                       |   6 +
 drivers/mtd/nand/raw/Makefile                      |   1 +
 drivers/mtd/nand/raw/mxic_nand.c                   | 294 +++++++++++++++++++++
 drivers/spi/spi-mxic.c                             | 275 ++++---------------
 include/linux/mfd/mxic-mx25f0a.h                   | 175 ++++++++++++
 9 files changed, 670 insertions(+), 226 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/mxic-mx25f0a.txt
 create mode 100644 drivers/mfd/mxic-mx25f0a.c
 create mode 100644 drivers/mtd/nand/raw/mxic_nand.c
 create mode 100644 include/linux/mfd/mxic-mx25f0a.h

-- 
1.9.1


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

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

end of thread, other threads:[~2019-04-10  9:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09  2:29 [PATCH v2 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi Mason Yang
2019-04-09  2:29 ` [PATCH v2 1/4] mfd: Add Macronix MX25F0A MFD controller driver Mason Yang
2019-04-09  2:29 ` [PATCH v2 2/4] mtd: rawnand: Add Macronix MX25F0A NAND " Mason Yang
2019-04-09  2:29 ` [PATCH v2 3/4] spi: Add MFD for Macronix MX25F0A SPI " Mason Yang
2019-04-10  9:37   ` Mark Brown
2019-04-09  2:30 ` [PATCH v2 4/4] dt-bindings: mfd: Document Macronix MX25F0A controller bindings Mason Yang

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