diff for duplicates of <20130730201006.GD12562@lukather> diff --git a/a/1.txt b/N1/1.txt index ae4ac23..97731cd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,14 +22,14 @@ On Tue, Jul 30, 2013 at 11:07:21PM +0400, Sergei Shtylyov wrote: > > #size-cells = <0>; > > #gpio-cells = <3>; > >+ -> >+ uart0_pins_a: uart0 at 0 { +> >+ uart0_pins_a: uart0@0 { > > Why have address part of the node name if there's not "reg" property? It allows to easily differentiate distinct pin groups for the same IP. A second group of pin that can be muxed to uart0 would be defined as -uart0_pins_b: uart0 at 1. +uart0_pins_b: uart0@1. I could have used any other construct, like uart0-0 and uart0-1, I just find that it fits more in the usual DT constructs. @@ -47,10 +47,3 @@ Maxime Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 836 bytes -Desc: Digital signature -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130730/10421948/attachment.sig> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..6590868 --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iQIcBAEBAgAGBQJR+B2eAAoJEBx+YmzsjxAgyXsP/08RQZcK7mUiLsAsmdNzcRSU +U33wHzXuSNUPBWERx6vPc//ZipN8esnBbJj60JwRhf4XA6Xny6WArvpO5rLxzRdN +xwOJ6f4WNAEYGpWLdNB9ssmy9Tw3KDCn0birRIgkmdF6Q4ghQKXfPnNq4w0eS4EZ +4in8NyZrxAeQpBVphzJcUfg//Xy/NWML751ksfmZlEcukZrxkf0YaCVemH18A19z +dS7t+taH4QeZ9PKWl7DQUnCPo5LGv5IApE6qY7LBFU9g0LxjOc7B6sXjaK7TNClh +z1vWqnBrB6pkJLttEwcOlFnWYmxnFtJd29S1Ln+rUdP0nfGab7gZ58+I2ordVGT7 +BTLxlNrXJlkrdnRZ1pmfjDYP1Ns0PGLH6/fDhIg9Ex1IOh8bhO/kTzPvBCHA/anu +96NPOiYeyEYhLmM4NHrEiLUZlsv5TykY8Xd/4qOWIASiRFj7Am9LVzODEq8+29b0 +yKAoUjClnTsK16k9N+rYdi4S7OgNqTlyQq3Kx+6pbsluq+F9Y9FIlfbCPHJZaTXr +7VNTzStt3gGPQvlGLXelSFhmksWK1yVVi8lOjacEZIyqKcY9mWARajU8hNaMxLqP +7zk9rLz6nmgz82VRaDBPNbdGoL39Z8x24HHWIRmUJx36J8l0vbdAlwYRNwabUGcM +HHWlwOTR3FdZUN2FjUSa +=ziIp +-----END PGP SIGNATURE----- diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..3237378 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,2 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: Digital signature diff --git a/a/content_digest b/N1/content_digest index 2c6fa60..8cc6e45 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,18 @@ "ref\01375196394-21138-1-git-send-email-maxime.ripard@free-electrons.com\0" "ref\01375196394-21138-9-git-send-email-maxime.ripard@free-electrons.com\0" "ref\051F80EE9.30801@cogentembedded.com\0" - "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0" - "Subject\0[PATCH 08/10] ARM: sun7i: DT: Add UART muxing options to the DTSI\0" + "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "Subject\0Re: [PATCH 08/10] ARM: sun7i: DT: Add UART muxing options to the DTSI\0" "Date\0Tue, 30 Jul 2013 22:10:06 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + Emilio Lopez <emilio@elopez.com.ar> + linux-kernel@vger.kernel.org + linux-sunxi@googlegroups.com + kevin.z.m.zh@gmail.com + sunny@allwinnertech.com + " shuge@allwinnertech.com\0" + "\01:1\0" "b\0" "Hi Sergei,\n" "\n" @@ -31,14 +38,14 @@ "> > \t\t\t#size-cells = <0>;\n" "> > \t\t\t#gpio-cells = <3>;\n" "> >+\n" - "> >+\t\t\tuart0_pins_a: uart0 at 0 {\n" + "> >+\t\t\tuart0_pins_a: uart0@0 {\n" "> \n" "> Why have address part of the node name if there's not \"reg\" property?\n" "\n" "It allows to easily differentiate distinct pin groups for the same IP.\n" "\n" "A second group of pin that can be muxed to uart0 would be defined as\n" - "uart0_pins_b: uart0 at 1.\n" + "uart0_pins_b: uart0@1.\n" "\n" "I could have used any other construct, like uart0-0 and uart0-1, I just\n" "find that it fits more in the usual DT constructs.\n" @@ -55,13 +62,27 @@ "-- \n" "Maxime Ripard, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - "http://free-electrons.com\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 836 bytes\n" - "Desc: Digital signature\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130730/10421948/attachment.sig> + http://free-electrons.com + "\01:2\0" + "fn\0signature.asc\0" + "d\0Digital signature\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1.4.12 (GNU/Linux)\n" + "\n" + "iQIcBAEBAgAGBQJR+B2eAAoJEBx+YmzsjxAgyXsP/08RQZcK7mUiLsAsmdNzcRSU\n" + "U33wHzXuSNUPBWERx6vPc//ZipN8esnBbJj60JwRhf4XA6Xny6WArvpO5rLxzRdN\n" + "xwOJ6f4WNAEYGpWLdNB9ssmy9Tw3KDCn0birRIgkmdF6Q4ghQKXfPnNq4w0eS4EZ\n" + "4in8NyZrxAeQpBVphzJcUfg//Xy/NWML751ksfmZlEcukZrxkf0YaCVemH18A19z\n" + "dS7t+taH4QeZ9PKWl7DQUnCPo5LGv5IApE6qY7LBFU9g0LxjOc7B6sXjaK7TNClh\n" + "z1vWqnBrB6pkJLttEwcOlFnWYmxnFtJd29S1Ln+rUdP0nfGab7gZ58+I2ordVGT7\n" + "BTLxlNrXJlkrdnRZ1pmfjDYP1Ns0PGLH6/fDhIg9Ex1IOh8bhO/kTzPvBCHA/anu\n" + "96NPOiYeyEYhLmM4NHrEiLUZlsv5TykY8Xd/4qOWIASiRFj7Am9LVzODEq8+29b0\n" + "yKAoUjClnTsK16k9N+rYdi4S7OgNqTlyQq3Kx+6pbsluq+F9Y9FIlfbCPHJZaTXr\n" + "7VNTzStt3gGPQvlGLXelSFhmksWK1yVVi8lOjacEZIyqKcY9mWARajU8hNaMxLqP\n" + "7zk9rLz6nmgz82VRaDBPNbdGoL39Z8x24HHWIRmUJx36J8l0vbdAlwYRNwabUGcM\n" + "HHWlwOTR3FdZUN2FjUSa\n" + "=ziIp\n" + "-----END PGP SIGNATURE-----\n" -0fc7a3f1af4ee3e6018a985f39260e260cea884cb3ed75162585ef9d1adb1c42 +bf8f9919760b62b4265ee33ed429f1786d41e018ceec2a01e294ab0cc99c5061
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.