From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753003AbbIKSAU (ORCPT ); Fri, 11 Sep 2015 14:00:20 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:35679 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752659AbbIKSAR (ORCPT ); Fri, 11 Sep 2015 14:00:17 -0400 Date: Fri, 11 Sep 2015 19:00:13 +0100 From: Lee Jones To: Peter Griffin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, devicetree@vger.kernel.org, Nebil BEN MEFTEH Subject: Re: [PATCH 08/11] ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller Message-ID: <20150911180013.GJ18779@x1> References: <1441991194-11948-1-git-send-email-peter.griffin@linaro.org> <1441991194-11948-9-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1441991194-11948-9-git-send-email-peter.griffin@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Sep 2015, Peter Griffin wrote: > This patch adds the missing SD pinctrl config > for mmc/sd controller 0. This is required to enable the > B2144A daughter board that exposes this controller as a sd > slot. > > Signed-off-by: Nebil BEN MEFTEH > Signed-off-by: Nebil BEN MEFTEH Duplicate. > Acked-by: Giuseppe Cavallaro > Acked-by: Patrice Chotard > Signed-off-by: Patrice Chotard Same as before -- and for all the other patches. Contrary to what I said before, the Ack is probably more correct here, as I would _guess_ that Nebil wrote the patch, so his SoB should stay, the Patrice added it to the internal tree. Convert this to an Ack now, as he's not in the upstream delivery path. > Signed-off-by: Peter Griffin > --- > arch/arm/boot/dts/stih407-pinctrl.dtsi | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi > index 798d901..3cd7e2a 100644 > --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi > +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi > @@ -883,6 +883,21 @@ > emmc_d7 = <&pio41 7 ALT1 BIDIR_PU>; > }; > }; > + pinctrl_sd0: sd0-0 { > + st,pins { > + sd_clk = <&pio40 6 ALT1 BIDIR>; > + sd_cmd = <&pio40 7 ALT1 BIDIR_PU>; > + sd_dat0 = <&pio41 0 ALT1 BIDIR_PU>; > + sd_dat1 = <&pio41 1 ALT1 BIDIR_PU>; > + sd_dat2 = <&pio41 2 ALT1 BIDIR_PU>; > + sd_dat3 = <&pio41 3 ALT1 BIDIR_PU>; > + sd_led = <&pio42 0 ALT2 OUT>; > + sd_pwren = <&pio42 2 ALT2 OUT>; > + sd_vsel = <&pio42 3 ALT2 OUT>; > + sd_cd = <&pio42 4 ALT2 IN>; > + sd_wp = <&pio42 5 ALT2 IN>; > + }; > + }; > }; > > fsm { -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Fri, 11 Sep 2015 19:00:13 +0100 Subject: [PATCH 08/11] ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller In-Reply-To: <1441991194-11948-9-git-send-email-peter.griffin@linaro.org> References: <1441991194-11948-1-git-send-email-peter.griffin@linaro.org> <1441991194-11948-9-git-send-email-peter.griffin@linaro.org> Message-ID: <20150911180013.GJ18779@x1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 11 Sep 2015, Peter Griffin wrote: > This patch adds the missing SD pinctrl config > for mmc/sd controller 0. This is required to enable the > B2144A daughter board that exposes this controller as a sd > slot. > > Signed-off-by: Nebil BEN MEFTEH > Signed-off-by: Nebil BEN MEFTEH Duplicate. > Acked-by: Giuseppe Cavallaro > Acked-by: Patrice Chotard > Signed-off-by: Patrice Chotard Same as before -- and for all the other patches. Contrary to what I said before, the Ack is probably more correct here, as I would _guess_ that Nebil wrote the patch, so his SoB should stay, the Patrice added it to the internal tree. Convert this to an Ack now, as he's not in the upstream delivery path. > Signed-off-by: Peter Griffin > --- > arch/arm/boot/dts/stih407-pinctrl.dtsi | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi > index 798d901..3cd7e2a 100644 > --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi > +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi > @@ -883,6 +883,21 @@ > emmc_d7 = <&pio41 7 ALT1 BIDIR_PU>; > }; > }; > + pinctrl_sd0: sd0-0 { > + st,pins { > + sd_clk = <&pio40 6 ALT1 BIDIR>; > + sd_cmd = <&pio40 7 ALT1 BIDIR_PU>; > + sd_dat0 = <&pio41 0 ALT1 BIDIR_PU>; > + sd_dat1 = <&pio41 1 ALT1 BIDIR_PU>; > + sd_dat2 = <&pio41 2 ALT1 BIDIR_PU>; > + sd_dat3 = <&pio41 3 ALT1 BIDIR_PU>; > + sd_led = <&pio42 0 ALT2 OUT>; > + sd_pwren = <&pio42 2 ALT2 OUT>; > + sd_vsel = <&pio42 3 ALT2 OUT>; > + sd_cd = <&pio42 4 ALT2 IN>; > + sd_wp = <&pio42 5 ALT2 IN>; > + }; > + }; > }; > > fsm { -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog