On Mon, Jan 25, 2016 at 02:47:40PM +0800, Jiancheng Xue wrote: > add hisilicon spi-nor flash controller driver > > Signed-off-by: Jiancheng Xue <[email protected]> > --- > change log > v4: > Rebased to v4.5-rc1 > v3: > Added a compatible string "hisilicon,hi3519-sfc". > v2: > Fixed some compiling warings. > .../devicetree/bindings/spi/spi-hisi-sfc.txt | 25 ++
Acked-by: Rob Herring <[email protected]> > drivers/mtd/spi-nor/Kconfig | 6 + > drivers/mtd/spi-nor/Makefile | 1 + > drivers/mtd/spi-nor/hisi-sfc.c | 499 > +++++++++++++++++++++ > 4 files changed, 531 insertions(+) > create mode 100644 Documentation/devicetree/bindings/spi/spi-hisi-sfc.txt > create mode 100644 drivers/mtd/spi-nor/hisi-sfc.c

