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] [day] [month] [year] [list]
Date:	Sat, 26 Jan 2013 16:16:45 +0100
From:	Matthias Brugger <matthias.bgg@...il.com>
To:	Benoit Cousson <b-cousson@...com>
Cc:	tony@...mide.com, grant.likely@...retlab.ca, eballetbo@...il.com,
	elezegarcia@...il.com, ebutera@...il.com,
	javier.martinez@...labora.co.uk, linux-omap@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org,
	devicetree-discuss@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm: dts: Add uart1 and uart2 to igep boards.

Hi Benoit,

2012/12/12 Benoit Cousson <b-cousson@...com>:
> Hi Matthias,
>
> On 12/12/2012 04:33 PM, Matthias Brugger wrote:
>> This patch is a follow-up patch for Javier Martinez effort adding initial
>> device tree support to IGEP technology devices. [1]
>>
>> It adds uart1 and uart2 bindings to the generic dtsi for the IGEP boards.
>>
>> [1] http://www.spinics.net/lists/linux-omap/msg83409.html
>>
>> Signed-off-by: Matthias Brugger <matthias.bgg@...il.com>
>> ---
>>  arch/arm/boot/dts/omap3-igep.dtsi |   24 ++++++++++++++++++++++++
>>  1 file changed, 24 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi
>> index 125fe00..c02e3c0 100644
>> --- a/arch/arm/boot/dts/omap3-igep.dtsi
>> +++ b/arch/arm/boot/dts/omap3-igep.dtsi
>> @@ -27,6 +27,20 @@
>>  };
>>
>>  &omap3_pmx_core {
>> +     uart1_pins: pinmux_uart1_pins {
>> +             pinctrl-single,pins = <
>> +                     0x152 0x100     /* uart1_rx.uart1_rx INPUT | MODE0 */
>> +                     0x14c 0         /* uart1_tx.uart1_tx OUTPUT | MODE0 */
>> +             >;
>> +     };
>> +
>> +     uart2_pins: pinmux_uart2_pins {
>> +             pinctrl-single,pins = <
>> +                     0x14a 0x100     /* uart2_rx.uart2_rx INPUT | MODE0 */
>> +                     0x148 0         /* uart2_tx.uart2_tx OUTPUT | MODE0 */
>> +             >;
>> +     };
>> +
>>       uart3_pins: pinmux_uart3_pins {
>>               pinctrl-single,pins = <
>>                       0x16e 0x100     /* uart3_rx.uart3_rx INPUT | MODE0 */
>> @@ -77,6 +91,16 @@
>>       status = "disabled";
>>  };
>>
>> +&uart1 {
>> +       pinctrl-names = "default";
>> +       pinctrl-0 = <&uart1_pins>;
>> +};
>> +
>> +&uart2 {
>> +       pinctrl-names = "default";
>> +       pinctrl-0 = <&uart2_pins>;
>> +};
>> +
>>  &uart3 {
>>         pinctrl-names = "default";
>>         pinctrl-0 = <&uart3_pins>;
>>
>
> That looks good to me. I'll apply it on top of javier's series for 3.9.

Can you pin-point me to the repository where this patches are in right
now? I tried to figure it out these days, but didn't found where to
clone the repository from.

Thanks,
Matthias

>
> Thanks,
> Benoit
>



-- 
---
motzblog.wordpress.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