All of lore.kernel.org
 help / color / mirror / Atom feed
From: "A.s. Dong" <aisheng.dong@nxp.com>
To: "linus.walleij@linaro.org" <linus.walleij@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"stefan@agner.ch" <stefan@agner.ch>, Jacky Bai <ping.bai@nxp.com>,
	Andy Duan <fugang.duan@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"A.s. Dong" <aisheng.dong@nxp.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>
Subject: RE: [PATCH V4 0/7] pinctrl: imx: add imx7ulp pinctrl support
Date: Mon, 3 Jul 2017 10:36:42 +0000	[thread overview]
Message-ID: <AM3PR04MB306A0A86603EF133C37852480D60@AM3PR04MB306.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <1498046395-30001-1-git-send-email-aisheng.dong@nxp.com>

Hi Linus,

> -----Original Message-----
> From: Dong Aisheng [mailto:aisheng.dong@nxp.com]
> Sent: Wednesday, June 21, 2017 8:00 PM
> To: linux-gpio@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org; linus.walleij@linaro.org;
> shawnguo@kernel.org; stefan@agner.ch; Jacky Bai; Andy Duan;
> kernel@pengutronix.de; A.s. Dong
> Subject: [PATCH V4 0/7] pinctrl: imx: add imx7ulp pinctrl support
> 
> i.MX 7ULP has three IOMUXC instances: IOMUXC0 for M4 ports,
> IOMUXC1 for A7 ports and IOMUXC DDR for DDR interface.
> 
> This patch series adds the IOMUXC1 support for A7.
> It only supports generic pin config.
> 
> ChangeLog:
> v3->v4:
>  This patch series is a combine of the following patches per
> Maintainer's request.
> [PATCH V3 1/2] dt-bindings: pinctrl: add imx7ulp pinctrl binding doc
> https://www.spinics.net/lists/arm-kernel/msg582995.html
> [PATCH V3 2/2] pinctrl: imx: add imx7ulp driver
> https://www.spinics.net/lists/arm-kernel/msg582996.html
> [PATCH 0/2] pinctrl: pinctrl-imx: add gpio support for mx7ulp
> https://www.spinics.net/lists/arm-kernel/msg580993.html
> 
>  Detailed changes as follows:
>  * change pad name to IMX7ULP_PAD_X style
>  * switch to generic pinmux property
>  * remove input/output generic property decodes as the standard
>    input/out property name are still under discussing.
>    It does not affect the normal GPIO function as imx7ulp pinctrl
>    driver supports gpio_set_direction which will set input/output enable
>    automatically.
>    See: [PATCH V4 7/7] pinctrl: pinctrl-imx7ulp: add gpio_set_direction
>    It will be added back later for other pads once the standard property
>    is determined.
> 
> Dong Aisheng (7):
>   dt-bindings: pinctrl: extend the pinmux property to support integers
>     array
>   dt-bindings: pinctrl: add imx7ulp pinctrl binding doc
>   pinctrl: imx: switch to use the generic pinmux property
>   pinctrl: imx: add imx7ulp driver
>   pinctrl: imx: remove gpio_request_enable and gpio_disable_free
>   pinctrl: imx: make imx_pmx_ops.gpio_set_direction platform specific
>     callbacks
>   pinctrl: pinctrl-imx7ulp: add gpio_set_direction support
> 

Is the series got missed?

I saw you only picked the revised patch 1.

Or do I need resend it?

Regards
Dong Aisheng

>  .../bindings/pinctrl/fsl,imx7ulp-pinctrl.txt       |  61 +++
>  .../bindings/pinctrl/pinctrl-bindings.txt          |   9 +-
>  arch/arm/boot/dts/imx7ulp-pinfunc.h                | 468
> +++++++++++++++++++++
>  drivers/pinctrl/freescale/Kconfig                  |   7 +
>  drivers/pinctrl/freescale/Makefile                 |   1 +
>  drivers/pinctrl/freescale/pinctrl-imx.c            | 123 +-----
>  drivers/pinctrl/freescale/pinctrl-imx.h            |  20 +
>  drivers/pinctrl/freescale/pinctrl-imx7ulp.c        | 364
> ++++++++++++++++
>  drivers/pinctrl/freescale/pinctrl-vf610.c          |  25 ++
>  9 files changed, 958 insertions(+), 120 deletions(-)  create mode 100644
> Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt
>  create mode 100644 arch/arm/boot/dts/imx7ulp-pinfunc.h
>  create mode 100644 drivers/pinctrl/freescale/pinctrl-imx7ulp.c
> 
> --
> 2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: aisheng.dong@nxp.com (A.s. Dong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 0/7] pinctrl: imx: add imx7ulp pinctrl support
Date: Mon, 3 Jul 2017 10:36:42 +0000	[thread overview]
Message-ID: <AM3PR04MB306A0A86603EF133C37852480D60@AM3PR04MB306.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <1498046395-30001-1-git-send-email-aisheng.dong@nxp.com>

Hi Linus,

> -----Original Message-----
> From: Dong Aisheng [mailto:aisheng.dong at nxp.com]
> Sent: Wednesday, June 21, 2017 8:00 PM
> To: linux-gpio at vger.kernel.org
> Cc: linux-arm-kernel at lists.infradead.org; linus.walleij at linaro.org;
> shawnguo at kernel.org; stefan at agner.ch; Jacky Bai; Andy Duan;
> kernel at pengutronix.de; A.s. Dong
> Subject: [PATCH V4 0/7] pinctrl: imx: add imx7ulp pinctrl support
> 
> i.MX 7ULP has three IOMUXC instances: IOMUXC0 for M4 ports,
> IOMUXC1 for A7 ports and IOMUXC DDR for DDR interface.
> 
> This patch series adds the IOMUXC1 support for A7.
> It only supports generic pin config.
> 
> ChangeLog:
> v3->v4:
>  This patch series is a combine of the following patches per
> Maintainer's request.
> [PATCH V3 1/2] dt-bindings: pinctrl: add imx7ulp pinctrl binding doc
> https://www.spinics.net/lists/arm-kernel/msg582995.html
> [PATCH V3 2/2] pinctrl: imx: add imx7ulp driver
> https://www.spinics.net/lists/arm-kernel/msg582996.html
> [PATCH 0/2] pinctrl: pinctrl-imx: add gpio support for mx7ulp
> https://www.spinics.net/lists/arm-kernel/msg580993.html
> 
>  Detailed changes as follows:
>  * change pad name to IMX7ULP_PAD_X style
>  * switch to generic pinmux property
>  * remove input/output generic property decodes as the standard
>    input/out property name are still under discussing.
>    It does not affect the normal GPIO function as imx7ulp pinctrl
>    driver supports gpio_set_direction which will set input/output enable
>    automatically.
>    See: [PATCH V4 7/7] pinctrl: pinctrl-imx7ulp: add gpio_set_direction
>    It will be added back later for other pads once the standard property
>    is determined.
> 
> Dong Aisheng (7):
>   dt-bindings: pinctrl: extend the pinmux property to support integers
>     array
>   dt-bindings: pinctrl: add imx7ulp pinctrl binding doc
>   pinctrl: imx: switch to use the generic pinmux property
>   pinctrl: imx: add imx7ulp driver
>   pinctrl: imx: remove gpio_request_enable and gpio_disable_free
>   pinctrl: imx: make imx_pmx_ops.gpio_set_direction platform specific
>     callbacks
>   pinctrl: pinctrl-imx7ulp: add gpio_set_direction support
> 

Is the series got missed?

I saw you only picked the revised patch 1.

Or do I need resend it?

Regards
Dong Aisheng

>  .../bindings/pinctrl/fsl,imx7ulp-pinctrl.txt       |  61 +++
>  .../bindings/pinctrl/pinctrl-bindings.txt          |   9 +-
>  arch/arm/boot/dts/imx7ulp-pinfunc.h                | 468
> +++++++++++++++++++++
>  drivers/pinctrl/freescale/Kconfig                  |   7 +
>  drivers/pinctrl/freescale/Makefile                 |   1 +
>  drivers/pinctrl/freescale/pinctrl-imx.c            | 123 +-----
>  drivers/pinctrl/freescale/pinctrl-imx.h            |  20 +
>  drivers/pinctrl/freescale/pinctrl-imx7ulp.c        | 364
> ++++++++++++++++
>  drivers/pinctrl/freescale/pinctrl-vf610.c          |  25 ++
>  9 files changed, 958 insertions(+), 120 deletions(-)  create mode 100644
> Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt
>  create mode 100644 arch/arm/boot/dts/imx7ulp-pinfunc.h
>  create mode 100644 drivers/pinctrl/freescale/pinctrl-imx7ulp.c
> 
> --
> 2.7.4

  parent reply	other threads:[~2017-07-03 10:36 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21 11:59 [PATCH V4 0/7] pinctrl: imx: add imx7ulp pinctrl support Dong Aisheng
2017-06-21 11:59 ` Dong Aisheng
     [not found] ` <1498046395-30001-1-git-send-email-aisheng.dong-3arQi8VN3Tc@public.gmane.org>
2017-06-21 11:59   ` [PATCH V4 1/7] dt-bindings: pinctrl: extend the pinmux property to support integers array Dong Aisheng
2017-06-21 11:59     ` Dong Aisheng
     [not found]     ` <1498046395-30001-2-git-send-email-aisheng.dong-3arQi8VN3Tc@public.gmane.org>
2017-06-21 21:50       ` jmondi
2017-06-21 21:50         ` jmondi
2017-06-22 14:35         ` A.s. Dong
2017-06-22 14:35           ` A.s. Dong
2017-06-22 14:49     ` [PATCH V5 1/1] " Dong Aisheng
2017-06-22 14:49       ` Dong Aisheng
     [not found]       ` <1498142940-7982-1-git-send-email-aisheng.dong-3arQi8VN3Tc@public.gmane.org>
2017-06-26 18:49         ` Rob Herring
2017-06-26 18:49           ` Rob Herring
2017-06-29 12:35         ` Linus Walleij
2017-06-29 12:35           ` Linus Walleij
2017-06-21 11:59 ` [PATCH V4 2/7] dt-bindings: pinctrl: add imx7ulp pinctrl binding doc Dong Aisheng
2017-06-21 11:59   ` Dong Aisheng
     [not found]   ` <1498046395-30001-3-git-send-email-aisheng.dong-3arQi8VN3Tc@public.gmane.org>
2017-06-26 18:02     ` Rob Herring
2017-06-26 18:02       ` Rob Herring
2017-06-21 11:59 ` [PATCH V4 3/7] pinctrl: imx: switch to use the generic pinmux property Dong Aisheng
2017-06-21 11:59   ` Dong Aisheng
2017-07-12 13:57   ` A.s. Dong
2017-07-12 13:57     ` A.s. Dong
2017-07-13  8:43   ` Shawn Guo
2017-07-13  8:43     ` Shawn Guo
2017-06-21 11:59 ` [PATCH V4 4/7] pinctrl: imx: add imx7ulp driver Dong Aisheng
2017-06-21 11:59   ` Dong Aisheng
2017-06-21 11:59 ` [PATCH V4 5/7] pinctrl: imx: remove gpio_request_enable and gpio_disable_free Dong Aisheng
2017-06-21 11:59   ` Dong Aisheng
2017-06-27  3:47   ` Stefan Agner
2017-06-27  3:47     ` Stefan Agner
2017-06-27  5:27     ` A.s. Dong
2017-06-27  5:27       ` A.s. Dong
2017-06-21 11:59 ` [PATCH V4 6/7] pinctrl: imx: make imx_pmx_ops.gpio_set_direction platform specific callbacks Dong Aisheng
2017-06-21 11:59   ` Dong Aisheng
2017-06-27  3:53   ` Stefan Agner
2017-06-27  3:53     ` Stefan Agner
2017-06-21 11:59 ` [PATCH V4 7/7] pinctrl: pinctrl-imx7ulp: add gpio_set_direction support Dong Aisheng
2017-06-21 11:59   ` Dong Aisheng
2017-07-12 13:59   ` A.s. Dong
2017-07-12 13:59     ` A.s. Dong
2017-07-13  8:46   ` Shawn Guo
2017-07-13  8:46     ` Shawn Guo
2017-07-03 10:36 ` A.s. Dong [this message]
2017-07-03 10:36   ` [PATCH V4 0/7] pinctrl: imx: add imx7ulp pinctrl support A.s. Dong
2017-07-12 11:59   ` Linus Walleij
2017-07-12 11:59     ` Linus Walleij
2017-07-12 13:54     ` A.s. Dong
2017-07-12 13:54       ` A.s. Dong

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=AM3PR04MB306A0A86603EF133C37852480D60@AM3PR04MB306.eurprd04.prod.outlook.com \
    --to=aisheng.dong@nxp.com \
    --cc=fugang.duan@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=ping.bai@nxp.com \
    --cc=shawnguo@kernel.org \
    --cc=stefan@agner.ch \
    /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.