Re: [PATCH v1] mtd: spi nor: modify the boot and flash type of FMC

2017-01-06 Thread linshunquan (A)
Hi Cyrille, Thanks for your relay, I will update this patch soon. On 2017/1/6 21:44, Cyrille Pitchen wrote: > Hi, > > Le 06/01/2017 à 10:12, linshunquan 00354166 a écrit : >> (1) The HiSilicon Flash Memory Controller(FMC) is a multi-functions >> device which supports SPI

Re: [PATCH v1] mtd: spi nor: modify the boot and flash type of FMC

2017-01-06 Thread linshunquan (A)
Hi Cyrille, Thanks for your relay, I will update this patch soon. On 2017/1/6 21:44, Cyrille Pitchen wrote: > Hi, > > Le 06/01/2017 à 10:12, linshunquan 00354166 a écrit : >> (1) The HiSilicon Flash Memory Controller(FMC) is a multi-functions >> device which supports SPI

[PATCH v1] mtd: spi nor: modify the boot and flash type of FMC

2017-01-06 Thread linshunquan 00354166
type is Normal Type before initialize the SPI Nor controller. Signed-off-by: linshunquan 00354166 <linshunqu...@hisilicon.com> --- drivers/mtd/spi-nor/hisi-sfc.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/mtd/spi-nor/hisi-sfc.c b/drivers/m

[PATCH v1] mtd: spi nor: modify the boot and flash type of FMC

2017-01-06 Thread linshunquan 00354166
type is Normal Type before initialize the SPI Nor controller. Signed-off-by: linshunquan 00354166 --- drivers/mtd/spi-nor/hisi-sfc.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/mtd/spi-nor/hisi-sfc.c b/drivers/mtd/spi-nor/hisi-sfc.c index 20378b0

Re: [PATCH] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-10-17 Thread linshunquan (A)
On 2016/10/10 11:19, linshunquan (A) wrote: > > > On 2016/9/15 5:56, Rob Herring wrote: >> On Wed, Sep 14, 2016 at 4:12 AM, linshunquan (A) >> <linshunqu...@hisilicon.com> wrote: >>> >>> >>> On 2016/9/13 22:56, Rob Herring wrote: >

Re: [PATCH] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-10-17 Thread linshunquan (A)
On 2016/10/10 11:19, linshunquan (A) wrote: > > > On 2016/9/15 5:56, Rob Herring wrote: >> On Wed, Sep 14, 2016 at 4:12 AM, linshunquan (A) >> wrote: >>> >>> >>> On 2016/9/13 22:56, Rob Herring wrote: >>>> On Tue, Sep 06, 2016

Re: [PATCH] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-10-09 Thread linshunquan (A)
On 2016/9/15 5:56, Rob Herring wrote: > On Wed, Sep 14, 2016 at 4:12 AM, linshunquan (A) > <linshunqu...@hisilicon.com> wrote: >> >> >> On 2016/9/13 22:56, Rob Herring wrote: >>> On Tue, Sep 06, 2016 at 10:57:22AM +0800, linshunquan 00354166 wr

Re: [PATCH] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-10-09 Thread linshunquan (A)
On 2016/9/15 5:56, Rob Herring wrote: > On Wed, Sep 14, 2016 at 4:12 AM, linshunquan (A) > wrote: >> >> >> On 2016/9/13 22:56, Rob Herring wrote: >>> On Tue, Sep 06, 2016 at 10:57:22AM +0800, linshunquan 00354166 wrote: >>>> From: Shunquan

[PATCH 0/2] Add the HiSilicon Flash Memory Controller driver

2016-09-30 Thread 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

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

2016-09-30 Thread linshunquan 00354166
From: Shunquan Lin 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

[PATCH 0/2] Add the HiSilicon Flash Memory Controller driver

2016-09-30 Thread 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

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

2016-09-30 Thread linshunquan 00354166
From: Shunquan Lin 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

[PATCH 1/2] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-09-30 Thread linshunquan 00354166
From: Shunquan Lin 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. Signed-off-by: Shunquan Lin

[PATCH 1/2] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-09-30 Thread linshunquan 00354166
From: Shunquan Lin 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. Signed-off-by: Shunquan Lin ---

[PATCH] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-09-05 Thread linshunquan 00354166
From: Shunquan Lin 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. Signed-off-by: Shunquan Lin

[PATCH] mfd: Add HiSilicon Flash Memory Controller(FMC) driver

2016-09-05 Thread linshunquan 00354166
From: Shunquan Lin 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. Signed-off-by: Shunquan Lin ---