Re: [PATCH 2/2] mtd: spi nor: gets resource from HiSilicon Flash Memory Controller driver

From: Arnd Bergmann
Date: Fri Sep 30 2016 - 10:21:40 EST


On Friday 30 September 2016, linshunquan 00354166 wrote:
>
> From: Shunquan Lin <linshunquan1@xxxxxxxxxxxxx>
>
> As the HiSilicon Flash Memory Controller(FMC) driver is a Multi-
> function device drivers(MFD) that not only support spi-nor flash
> controller, but spi-nand and nand, so moves the register map of
> HiSilicon spi-nor flash controller driver to
> include/linux/mfd/hisi_fmc.h
>
> Signed-off-by: Shunquan Lin <linshunquan1@xxxxxxxxxxxxx>
> ---
> drivers/mtd/spi-nor/hisi-sfc.c | 86 +++---------------------------------------
> 1 file changed, 6 insertions(+), 80 deletions(-)

The patch seems incomplete, maybe forgot "git add" after a rebase?

Arnd