Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1336105

Re: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl

From Jianqun Xu <jay.xu@rock-chips.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl
Date 2016-02-17 08:30 +0100
Message-ID <r34IG-35g-1@gated-at.bofh.it> (permalink)
References <r2Zzk-7EN-3@gated-at.bofh.it> <r2Zzl-7EN-19@gated-at.bofh.it> <r345Y-2Cy-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



在 17/02/2016 14:47, Heiko Stuebner 写道:
> 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.
>
Sorry very much, I forgot it after a long time of spring holiday
thanks
>
> Heiko
>
>
>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] Add core dtsi for rk3399 from Rockchip "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
  [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
    Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Mark Brown <broonie@kernel.org> - 2016-02-17 12:10 +0100
      Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Rob Herring <robh@kernel.org> - 2016-02-18 15:50 +0100
        Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Mark Brown <broonie@kernel.org> - 2016-02-18 16:10 +0100
    Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100
  [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
    Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock  controller Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100
      Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock  controller Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-19 01:50 +0100
        Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller Heiko Stuebner <heiko@sntech.de> - 2016-02-19 02:00 +0100
          Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock  controller Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-19 02:10 +0100
  [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
    Re: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl Heiko Stuebner <heiko@sntech.de> - 2016-02-17 07:50 +0100
      Re: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-17 08:30 +0100
  [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:10 +0100
    Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Heiko Stuebner <heiko@sntech.de> - 2016-02-17 08:10 +0100
      Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-18 02:50 +0100
    Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Marc Zyngier <marc.zyngier@arm.com> - 2016-02-17 12:30 +0100
    Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Mark Rutland <mark.rutland@arm.com> - 2016-02-17 12:50 +0100
      Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-18 02:10 +0100
  [PATCH 1/6] clk: rockchip: add dt-binding header for rk3399 "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:10 +0100

csiph-web