All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: linshunquan 00354166 <linshunquan1@hisilicon.com>
Cc: robh+dt@kernel.org, mark.rutland@arm.com, dwmw2@infradead.org,
	computersforpeace@gmail.com, robh@kernel.org,
	xuejiancheng@hisilicon.com, cyrille.pitchen@atmel.com,
	ezequiel@vanguardiasur.com.ar, jteki@openedev.com,
	linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, howell.yang@hisilicon.com,
	jalen.hsu@hisilicon.com, suwenping@hisilicon.com,
	raojun@hisilicon.com, kevin.lixu@hisilicon.com,
	lvkuanliang@hisilicon.com
Subject: Re: [PATCH 1/2] mfd: Add HiSilicon Flash Memory Controller(FMC) driver
Date: Mon, 10 Oct 2016 08:14:40 +0100	[thread overview]
Message-ID: <20161010071439.GC13133@dell> (raw)
In-Reply-To: <1475225971-30152-2-git-send-email-linshunquan1@hisilicon.com>

On Fri, 30 Sep 2016, linshunquan 00354166 wrote:

> From: Shunquan Lin <linshunquan1@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.

This is not an MFD.  MFDs span multiple subsystems, where as these are
all Memory Technology Devices (MTDs).  Please find a way to support
this in the MTD subsystem.

> Signed-off-by: Shunquan Lin <linshunquan1@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

[...]

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: linshunquan 00354166 <linshunquan1@hisilicon.com>
Cc: mark.rutland@arm.com, robh@kernel.org,
	devicetree@vger.kernel.org, jalen.hsu@hisilicon.com,
	howell.yang@hisilicon.com, linux-kernel@vger.kernel.org,
	suwenping@hisilicon.com, raojun@hisilicon.com,
	jteki@openedev.com, kevin.lixu@hisilicon.com, robh+dt@kernel.org,
	linux-mtd@lists.infradead.org, ezequiel@vanguardiasur.com.ar,
	lvkuanliang@hisilicon.com, xuejiancheng@hisilicon.com,
	cyrille.pitchen@atmel.com, computersforpeace@gmail.com,
	dwmw2@infradead.org
Subject: Re: [PATCH 1/2] mfd: Add HiSilicon Flash Memory Controller(FMC) driver
Date: Mon, 10 Oct 2016 08:14:40 +0100	[thread overview]
Message-ID: <20161010071439.GC13133@dell> (raw)
In-Reply-To: <1475225971-30152-2-git-send-email-linshunquan1@hisilicon.com>

On Fri, 30 Sep 2016, linshunquan 00354166 wrote:

> From: Shunquan Lin <linshunquan1@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.

This is not an MFD.  MFDs span multiple subsystems, where as these are
all Memory Technology Devices (MTDs).  Please find a way to support
this in the MTD subsystem.

> Signed-off-by: Shunquan Lin <linshunquan1@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

[...]

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  parent reply	other threads:[~2016-10-10  7:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-30  8:59 [PATCH 0/2] Add the HiSilicon Flash Memory Controller driver linshunquan 00354166
2016-09-30  8:59 ` linshunquan 00354166
2016-09-30  8:59 ` [PATCH 1/2] mfd: Add HiSilicon Flash Memory Controller(FMC) driver linshunquan 00354166
2016-09-30  8:59   ` linshunquan 00354166
2016-10-10  0:55   ` Rob Herring
2016-10-10  0:55     ` Rob Herring
2016-10-10  7:14   ` Lee Jones [this message]
2016-10-10  7:14     ` Lee Jones
2016-09-30  8:59 ` [PATCH 2/2] mtd: spi nor: gets resource from HiSilicon Flash Memory Controller driver linshunquan 00354166
2016-09-30  8:59   ` linshunquan 00354166
2016-09-30 14:19   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161010071439.GC13133@dell \
    --to=lee.jones@linaro.org \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@atmel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=howell.yang@hisilicon.com \
    --cc=jalen.hsu@hisilicon.com \
    --cc=jteki@openedev.com \
    --cc=kevin.lixu@hisilicon.com \
    --cc=linshunquan1@hisilicon.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=lvkuanliang@hisilicon.com \
    --cc=mark.rutland@arm.com \
    --cc=raojun@hisilicon.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=suwenping@hisilicon.com \
    --cc=xuejiancheng@hisilicon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.