All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: "jianqun.xu" <jay.xu@rock-chips.com>
Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	jwerner@chromium.org, broonie@kernel.org,
	catalin.marinas@arm.com, will.deacon@arm.com,
	sboyd@codeaurora.org, linus.walleij@linaro.org,
	sjoerd.simons@collabora.co.uk, huangtao@rock-chips.com,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl
Date: Wed, 17 Feb 2016 07:47:45 +0100	[thread overview]
Message-ID: <19942952.P4nUQKPo3g@phil> (raw)
In-Reply-To: <1455673992-16469-5-git-send-email-jay.xu@rock-chips.com>

Hi Jianqun,

Am Mittwoch, 17. Februar 2016, 09:53:10 schrieb jianqun.xu:
> From: Xu Jianqun <jay.xu@rock-chips.com>
> 
> Add devicetree bindings for pinctrl found on rk3399
> processors from rockchip.
> 
> Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
> ---
>  Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
> b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt index
> 0cd701b..c68b955 100644
> --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
> @@ -22,7 +22,7 @@ Required properties for iomux controller:
>    - compatible: one of "rockchip,rk2928-pinctrl",
> "rockchip,rk3066a-pinctrl" "rockchip,rk3066b-pinctrl",
> "rockchip,rk3188-pinctrl"
>  		       "rockchip,rk3228-pinctrl", "rockchip,rk3288-pinctrl"
> -		       "rockchip,rk3368-pinctrl"
> +		       "rockchip,rk3368-pinctrl", "rockchip,rk3399-pinctrl"
>    - rockchip,grf: phandle referencing a syscon providing the
>  	 "general register files"

that is already contained in David's core pinctrl patch that already got 
applied to the pinctrl tree.


Heiko

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl
Date: Wed, 17 Feb 2016 07:47:45 +0100	[thread overview]
Message-ID: <19942952.P4nUQKPo3g@phil> (raw)
In-Reply-To: <1455673992-16469-5-git-send-email-jay.xu@rock-chips.com>

Hi Jianqun,

Am Mittwoch, 17. Februar 2016, 09:53:10 schrieb jianqun.xu:
> From: Xu Jianqun <jay.xu@rock-chips.com>
> 
> Add devicetree bindings for pinctrl found on rk3399
> processors from rockchip.
> 
> Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
> ---
>  Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
> b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt index
> 0cd701b..c68b955 100644
> --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
> @@ -22,7 +22,7 @@ Required properties for iomux controller:
>    - compatible: one of "rockchip,rk2928-pinctrl",
> "rockchip,rk3066a-pinctrl" "rockchip,rk3066b-pinctrl",
> "rockchip,rk3188-pinctrl"
>  		       "rockchip,rk3228-pinctrl", "rockchip,rk3288-pinctrl"
> -		       "rockchip,rk3368-pinctrl"
> +		       "rockchip,rk3368-pinctrl", "rockchip,rk3399-pinctrl"
>    - rockchip,grf: phandle referencing a syscon providing the
>  	 "general register files"

that is already contained in David's core pinctrl patch that already got 
applied to the pinctrl tree.


Heiko

  reply	other threads:[~2016-02-17  6:47 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-17  1:53 [PATCH 0/6] Add core dtsi for rk3399 from Rockchip jianqun.xu
2016-02-17  1:53 ` jianqun.xu
2016-02-17  1:53 ` jianqun.xu
     [not found] ` <1455673992-16469-1-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-17  1:53   ` [PATCH 1/6] clk: rockchip: add dt-binding header for rk3399 jianqun.xu
2016-02-17  1:53     ` jianqun.xu
2016-02-17  1:53     ` jianqun.xu
2016-02-17  1:53   ` [PATCH 2/6] spi: rockchip: add bindings for rk3399 spi jianqun.xu
2016-02-17  1:53     ` jianqun.xu
2016-02-17  1:53     ` jianqun.xu
2016-02-18 14:37     ` Rob Herring
2016-02-18 14:37       ` Rob Herring
2016-02-17  2:01   ` [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 jianqun.xu
2016-02-17  2:01     ` jianqun.xu
2016-02-17  2:01     ` jianqun.xu
     [not found]     ` <1455674476-16655-1-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-17  7:00       ` Heiko Stuebner
2016-02-17  7:00         ` Heiko Stuebner
2016-02-17  7:00         ` Heiko Stuebner
2016-02-18  1:43         ` Jianqun Xu
2016-02-18  1:43           ` Jianqun Xu
2016-02-18  1:43           ` Jianqun Xu
     [not found]           ` <56C521C9.4050906-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-18  2:18             ` Shawn Lin
2016-02-17 11:27       ` Marc Zyngier
2016-02-17 11:27         ` Marc Zyngier
2016-02-17 11:27         ` Marc Zyngier
2016-02-17 11:46       ` Mark Rutland
2016-02-17 11:46         ` Mark Rutland
2016-02-17 11:46         ` Mark Rutland
2016-02-18  1:07         ` Jianqun Xu
2016-02-18  1:07           ` Jianqun Xu
2016-02-18  1:07           ` Jianqun Xu
2016-02-17  1:53 ` [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s jianqun.xu
2016-02-17  1:53   ` jianqun.xu
     [not found]   ` <1455673992-16469-4-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-17 11:03     ` Mark Brown
2016-02-17 11:03       ` Mark Brown
2016-02-17 11:03       ` Mark Brown
     [not found]       ` <20160217110306.GJ7544-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2016-02-18 14:37         ` Rob Herring
2016-02-18 14:37           ` Rob Herring
2016-02-18 14:37           ` Rob Herring
2016-02-18 14:59           ` Mark Brown
2016-02-18 14:59             ` Mark Brown
2016-02-18 14:59             ` Mark Brown
2016-02-22 20:12             ` Rob Herring
2016-02-18 14:36   ` Rob Herring
2016-02-18 14:36     ` Rob Herring
2016-02-17  1:53 ` [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl jianqun.xu
2016-02-17  1:53   ` jianqun.xu
2016-02-17  6:47   ` Heiko Stuebner [this message]
2016-02-17  6:47     ` Heiko Stuebner
2016-02-17  7:23     ` Jianqun Xu
2016-02-17  7:23       ` Jianqun Xu
2016-02-17  7:23       ` Jianqun Xu
2016-02-17  1:54 ` [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller jianqun.xu
2016-02-17  1:54   ` jianqun.xu
2016-02-18 14:36   ` Rob Herring
2016-02-18 14:36     ` Rob Herring
2016-02-19  0:48     ` Jianqun Xu
2016-02-19  0:48       ` Jianqun Xu
2016-02-19  0:48       ` Jianqun Xu
     [not found]       ` <56C6664F.8070600-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-19  0:53         ` Heiko Stuebner
2016-02-19  0:53           ` Heiko Stuebner
2016-02-19  0:53           ` Heiko Stuebner
2016-02-19  1:05           ` Jianqun Xu
2016-02-19  1:05             ` Jianqun Xu
2016-02-19  1:05             ` Jianqun Xu
2016-02-17  2:04 ` [PATCH 1/6] clk: rockchip: add dt-binding header for rk3399 jianqun.xu
2016-02-17  2:04   ` jianqun.xu

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=19942952.P4nUQKPo3g@phil \
    --to=heiko@sntech.de \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=huangtao@rock-chips.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jay.xu@rock-chips.com \
    --cc=jwerner@chromium.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=sjoerd.simons@collabora.co.uk \
    --cc=will.deacon@arm.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.