On Fri, Sep 30, 2016 at 04:59:30PM +0800, linshunquan 00354166 wrote: > From: Shunquan Lin <linshunqu...@hisilicon.com> > > This patch adds driver support for HiSilicon Flash Memory > Controller(FMC). HiSilicon FMC is a multi-functions device which > supports SPI Nor flash controller, SPI nand Flash controller and > parallel nand flash controller.
I still have unanswered questions from the last version. > > Signed-off-by: Shunquan Lin <linshunqu...@hisilicon.com> > --- > .../devicetree/bindings/mfd/hisilicon,hisi-fmc.txt | 62 ++++++++++++ > drivers/mfd/Kconfig | 10 ++ > drivers/mfd/Makefile | 1 + > drivers/mfd/hisi_fmc.c | 109 > +++++++++++++++++++++ > include/linux/mfd/hisi_fmc.h | 92 +++++++++++++++++ > 5 files changed, 274 insertions(+) > 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