linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add the HiSilicon Flash Memory Controller driver
@ 2016-09-30  8:59 linshunquan 00354166
  2016-09-30  8:59 ` [PATCH 1/2] mfd: Add HiSilicon Flash Memory Controller(FMC) driver linshunquan 00354166
  2016-09-30  8:59 ` [PATCH 2/2] mtd: spi nor: gets resource from HiSilicon Flash Memory Controller driver linshunquan 00354166
  0 siblings, 2 replies; 6+ messages in thread
From: linshunquan 00354166 @ 2016-09-30  8:59 UTC (permalink / raw)
  To: robh+dt, mark.rutland, lee.jones, dwmw2, computersforpeace
  Cc: robh, xuejiancheng, cyrille.pitchen, ezequiel, jteki, linux-mtd,
	linux-kernel, devicetree, howell.yang, jalen.hsu, suwenping,
	raojun, kevin.lixu, lvkuanliang, linshunquan 00354166

Brief:
The HiSilicon Flash Memory Controller(FMC) is feature-rich that supports
3 interfaces: SPI Nor, SPI Nand and Parallel Nand, choosed by the different
chipselect and boot media of board, these sub-controllers share the same
register block. The transmission protocol of each interface is different
depends on their own framework.

The HiSilicon Spi Nor framework you can refer to:
drivers/mtd/spi-nor/hisi-sfc.c
Documentation/devicetree/bindings/mtd/hisilicon,fmc-spi-nor.txt

Shunquan Lin (2):
  mfd: Add HiSilicon Flash Memory Controller(FMC) driver
  mtd: spi nor: gets resource from HiSilicon Flash Memory Controller
    driver

 .../devicetree/bindings/mfd/hisilicon,hisi-fmc.txt |  62 ++++++++++++
 drivers/mfd/Kconfig                                |  10 ++
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/hisi_fmc.c                             | 109 +++++++++++++++++++++
 drivers/mtd/spi-nor/hisi-sfc.c                     |  86 ++--------------
 include/linux/mfd/hisi_fmc.h                       |  92 +++++++++++++++++
 6 files changed, 280 insertions(+), 80 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/hisilicon,hisi-fmc.txt
 create mode 100644 drivers/mfd/hisi_fmc.c
 create mode 100644 include/linux/mfd/hisi_fmc.h

-- 
2.3.7

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

end of thread, other threads:[~2016-10-10  7:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-30  8:59 [PATCH 0/2] Add the HiSilicon Flash Memory Controller driver linshunquan 00354166
2016-09-30  8:59 ` [PATCH 1/2] mfd: Add HiSilicon Flash Memory Controller(FMC) driver linshunquan 00354166
2016-10-10  0:55   ` Rob Herring
2016-10-10  7:14   ` Lee Jones
2016-09-30  8:59 ` [PATCH 2/2] mtd: spi nor: gets resource from HiSilicon Flash Memory Controller driver linshunquan 00354166
2016-09-30 14:19   ` Arnd Bergmann

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