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:	Thu, 16 Apr 2015 11:30:39 +0200
From:	Alexandre Belloni <alexandre.belloni@...e-electrons.com>
To:	Gaël PORTAY <g.portay@...rkiz.com>
Cc:	Nicolas Ferre <nicolas.ferre@...el.com>,
	Boris Brezillon <boris.brezillon@...e-electrons.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 1/2] ARM: at91/dt: sam9x5: add pinctrl for pwm0

On 13/04/2015 at 14:56:13 +0200, Gaël PORTAY wrote :
> Defines the pinctrl configurations for PWM0.
> 
> Signed-off-by: Gaël PORTAY <g.portay@...rkiz.com>
Acked-by: Alexandre Belloni <alexandre.belloni@...e-electrons.com>

> ---
>  arch/arm/boot/dts/at91sam9x5.dtsi | 46 +++++++++++++++++++++++++++++++++++++++
>  1 file changed, 46 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index d221179..98977ad 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -694,6 +694,52 @@
>  					};
>  				};
>  
> +				pwm0 {
> +					pinctrl_pwm0_pwm0_0: pwm0_pwm0-0 {
> +						atmel,pins =
> +							<AT91_PIOB 11 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> +					};
> +					pinctrl_pwm0_pwm0_1: pwm0_pwm0-1 {
> +						atmel,pins =
> +							<AT91_PIOC 10 AT91_PERIPH_C AT91_PINCTRL_NONE>;
> +					};
> +					pinctrl_pwm0_pwm0_2: pwm0_pwm0-2 {
> +						atmel,pins =
> +							<AT91_PIOC 18 AT91_PERIPH_C AT91_PINCTRL_NONE>;
> +					};
> +
> +					pinctrl_pwm0_pwm1_0: pwm0_pwm1-0 {
> +						atmel,pins =
> +							<AT91_PIOB 12 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> +					};
> +					pinctrl_pwm0_pwm1_1: pwm0_pwm1-1 {
> +						atmel,pins =
> +							<AT91_PIOC 11 AT91_PERIPH_C AT91_PINCTRL_NONE>;
> +					};
> +					pinctrl_pwm0_pwm1_2: pwm0_pwm1-2 {
> +						atmel,pins =
> +							<AT91_PIOC 19 AT91_PERIPH_C AT91_PINCTRL_NONE>;
> +					};
> +
> +					pinctrl_pwm0_pwm2_0: pwm0_pwm2-0 {
> +						atmel,pins =
> +							<AT91_PIOB 13 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> +					};
> +					pinctrl_pwm0_pwm2_1: pwm0_pwm2-1 {
> +						atmel,pins =
> +							<AT91_PIOC 20 AT91_PERIPH_C AT91_PINCTRL_NONE>;
> +					};
> +
> +					pinctrl_pwm0_pwm3_0: pwm0_pwm3-0 {
> +						atmel,pins =
> +							<AT91_PIOB 14 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> +					};
> +					pinctrl_pwm0_pwm3_1: pwm0_pwm3-1 {
> +						atmel,pins =
> +							<AT91_PIOC 21 AT91_PERIPH_C AT91_PINCTRL_NONE>;
> +					};
> +				};
> +
>  				tcb0 {
>  					pinctrl_tcb0_tclk0: tcb0_tclk0-0 {
>  						atmel,pins = <AT91_PIOA 24 AT91_PERIPH_A AT91_PINCTRL_NONE>;
> -- 
> 1.9.1
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
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