[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1475225971-30152-1-git-send-email-linshunquan1@hisilicon.com>
Date: Fri, 30 Sep 2016 16:59:29 +0800
From: linshunquan 00354166 <linshunquan1@...ilicon.com>
To: <robh+dt@...nel.org>, <mark.rutland@....com>,
<lee.jones@...aro.org>, <dwmw2@...radead.org>,
<computersforpeace@...il.com>
CC: <robh@...nel.org>, <xuejiancheng@...ilicon.com>,
<cyrille.pitchen@...el.com>, <ezequiel@...guardiasur.com.ar>,
<jteki@...nedev.com>, <linux-mtd@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<howell.yang@...ilicon.com>, <jalen.hsu@...ilicon.com>,
<suwenping@...ilicon.com>, <raojun@...ilicon.com>,
<kevin.lixu@...ilicon.com>, <lvkuanliang@...ilicon.com>,
linshunquan 00354166 <linshunquan1@...ilicon.com>
Subject: [PATCH 0/2] Add the HiSilicon Flash Memory Controller driver
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
Powered by blists - more mailing lists