diff for duplicates of <20130914115011.GA2746@lukather> diff --git a/a/1.txt b/N1/1.txt index 5fd55c1..94facfa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,15 +14,15 @@ On Thu, Sep 12, 2013 at 02:51:25PM +0800, Fan Rong wrote: > #address-cells = <1>; > #size-cells = <0>; > -> - cpu at 0 { -> + cpu0: cpu at 0 { +> - cpu@0 { +> + cpu0: cpu@0 { > compatible = "arm,cortex-a7"; > device_type = "cpu"; > reg = <0>; > }; > -> - cpu at 1 { -> + cpu1: cpu at 1 { +> - cpu@1 { +> + cpu1: cpu@1 { Both these changes don't seem really needed, are they? > compatible = "arm,cortex-a7"; @@ -32,7 +32,7 @@ Both these changes don't seem really needed, are they? > #size-cells = <1>; > ranges; > -> + cc: cpuconfig at 01c25c00 { +> + cc: cpuconfig@01c25c00 { > + compatible = "allwinner,sun7i-cc"; Please use the sun7i-a20 prefix, and I'd prefer cpu-config instead of @@ -45,10 +45,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/20130914/4cf66fd8/attachment.sig> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..0435a5b --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iQIcBAEBAgAGBQJSNE1zAAoJEBx+YmzsjxAgxmYQAKmbHN4RXXyHtzrfstxWohO8 +WXMLkzvcg9eeO02NVRqLphwP4sy26X6XH5pQ02mYmU0QEqTg8JGki/cc1zgpK4hD +YWde618CH8B+s6v0+KmRB4wVEcmz1zZqHQsH/q4kF38ODmOWHG1sYsULgbtG8yr+ +cDBjd3ZrBEtnidw8lD16YEYrKgXNK+RlPC2VZHVIuR21eZMhYDZGGE/9SOA7ICVv +gxKQKx0VWWYl5y7LqpjaZ/HbcGP7WCCp2PQuEh1Q7D68LKId1/RYsrqq3Xzy7rT6 +bZ0SKjME068jkNh+Xvzact7BM3yBcx1/98drK+oNsWljJpxTOr2/YZQwj8O/0SKD +BWkK+Q/El/bkVscLahrTQ3Fj3ME2N7ZJWLid+USEmOUy39nydastQ1ailitD21qy +WQPE3pxvdlyKz0wYUTA4cKiwCiXdlouaYgmc5MeUJVXeYjgtQypkasUeRNlpyjUm +ixUISczHp/6lTtwwjp02iX48sfgsaOBaCJV7KADbVUM859pbv+eHu3XbFFmeJCCc +IN5xTK8zQFtqJ9Slm5WlWchPpV6jtCw4oJI5cw51PEK77jgiKrAZAWBscTglH07x +hTa1POSzWN/f5Ck/HVoITSW6Vi6X8cj/i5FFnCp5HXZIZaoDAi3w0NiyWtP6ypMr +zau/fQDRnNV8ET6tc+/n +=+NMs +-----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 839220c..42b0245 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,20 @@ "ref\01378968687-8200-1-git-send-email-cinifr@gmail.com\0" "ref\01378968687-8200-3-git-send-email-cinifr@gmail.com\0" - "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0" - "Subject\0[PATCH 2/4] Add cpuconfig nodes in dts for smp configure.\0" + "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "Subject\0Re: [PATCH 2/4] Add cpuconfig nodes in dts for smp configure.\0" "Date\0Sat, 14 Sep 2013 13:50:11 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Fan Rong <cinifr@gmail.com>\0" + "Cc\0coosty@163.com" + daniel.lezcano@linaro.org + linux@arm.linux.org.uk + tglx@linutronix.de + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + mark.rutland@arm.com + pawel.moll@arm.co + rob.herring@calxeda.com + " linux-sunxi@googlegroups.com\0" + "\01:1\0" "b\0" "Hi Fan,\n" "\n" @@ -22,15 +32,15 @@ "> \t\t#address-cells = <1>;\n" "> \t\t#size-cells = <0>;\n" "> \n" - "> -\t\tcpu at 0 {\n" - "> +\t\tcpu0: cpu at 0 {\n" + "> -\t\tcpu@0 {\n" + "> +\t\tcpu0: cpu@0 {\n" "> \t\t\tcompatible = \"arm,cortex-a7\";\n" "> \t\t\tdevice_type = \"cpu\";\n" "> \t\t\treg = <0>;\n" "> \t\t};\n" "> \n" - "> -\t\tcpu at 1 {\n" - "> +\t\tcpu1: cpu at 1 {\n" + "> -\t\tcpu@1 {\n" + "> +\t\tcpu1: cpu@1 {\n" "\n" "Both these changes don't seem really needed, are they?\n" "> \t\t\tcompatible = \"arm,cortex-a7\";\n" @@ -40,7 +50,7 @@ "> \t\t#size-cells = <1>;\n" "> \t\tranges;\n" "> \n" - "> +\t\tcc: cpuconfig at 01c25c00 {\n" + "> +\t\tcc: cpuconfig@01c25c00 {\n" "> +\t\t\tcompatible = \"allwinner,sun7i-cc\";\n" "\n" "Please use the sun7i-a20 prefix, and I'd prefer cpu-config instead of\n" @@ -52,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/20130914/4cf66fd8/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" + "iQIcBAEBAgAGBQJSNE1zAAoJEBx+YmzsjxAgxmYQAKmbHN4RXXyHtzrfstxWohO8\n" + "WXMLkzvcg9eeO02NVRqLphwP4sy26X6XH5pQ02mYmU0QEqTg8JGki/cc1zgpK4hD\n" + "YWde618CH8B+s6v0+KmRB4wVEcmz1zZqHQsH/q4kF38ODmOWHG1sYsULgbtG8yr+\n" + "cDBjd3ZrBEtnidw8lD16YEYrKgXNK+RlPC2VZHVIuR21eZMhYDZGGE/9SOA7ICVv\n" + "gxKQKx0VWWYl5y7LqpjaZ/HbcGP7WCCp2PQuEh1Q7D68LKId1/RYsrqq3Xzy7rT6\n" + "bZ0SKjME068jkNh+Xvzact7BM3yBcx1/98drK+oNsWljJpxTOr2/YZQwj8O/0SKD\n" + "BWkK+Q/El/bkVscLahrTQ3Fj3ME2N7ZJWLid+USEmOUy39nydastQ1ailitD21qy\n" + "WQPE3pxvdlyKz0wYUTA4cKiwCiXdlouaYgmc5MeUJVXeYjgtQypkasUeRNlpyjUm\n" + "ixUISczHp/6lTtwwjp02iX48sfgsaOBaCJV7KADbVUM859pbv+eHu3XbFFmeJCCc\n" + "IN5xTK8zQFtqJ9Slm5WlWchPpV6jtCw4oJI5cw51PEK77jgiKrAZAWBscTglH07x\n" + "hTa1POSzWN/f5Ck/HVoITSW6Vi6X8cj/i5FFnCp5HXZIZaoDAi3w0NiyWtP6ypMr\n" + "zau/fQDRnNV8ET6tc+/n\n" + "=+NMs\n" + "-----END PGP SIGNATURE-----\n" -68a9a4b6ef35aae03c8c2c3956cd98636bad11a5a9b7f72823eeb68ba43d36e2 +d4e241adeed4f422d0530b2b128b53ae4bea4012003362b212c401245674a11b
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.