lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 11 Sep 2015 19:01:51 +0100
From:	Lee Jones <lee.jones@...aro.org>
To:	Peter Griffin <peter.griffin@...aro.org>
Cc:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	srinivas.kandagatla@...il.com, maxime.coquelin@...com,
	patrice.chotard@...com, devicetree@...r.kernel.org,
	Erwan Le Ray <erwan.leray@...com>,
	Fabrice Gasnier <fabrice.gasnier@...com>
Subject: Re: [PATCH 04/11] ARM: DT: STiH407: Add serial3 pinctrl configuration

On Fri, 11 Sep 2015, Peter Griffin wrote:

> Add missing serial 3 pinctrl config. This can be used
> on b2206 HVK, where it defaults to PIO31[3] & PIO31[4],
> alternate 1.
> 
> Signed-off-by: Erwan Le Ray <erwan.leray@...com>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@...com>
> Acked-by: Carmelo Amoroso <carmelo.amoroso@...com>
> Acked-by: Patrice Chotard <patrice.chotard@...com>
> Signed-off-by: Patrice Chotard <patrice.chotard@...com>
> Signed-off-by: Peter Griffin <peter.griffin@...aro.org>

Eek!

For the patch: Acked-by: Lee Jones <lee.jones@...aro.org>

> ---
>  arch/arm/boot/dts/stih407-pinctrl.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> index bb3b0c7..6c81f35 100644
> --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> @@ -809,6 +809,15 @@
>  					};
>  				};
>  			};
> +
> +			serial3 {
> +				pinctrl_serial3: serial3-0 {
> +					st,pins {
> +						tx = <&pio31 3 ALT1 OUT>;
> +						rx = <&pio31 4 ALT1 IN>;
> +					};
> +				};
> +			};
>  		};
>  
>  		pin-controller-flash {

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ