diff for duplicates of <20181104123430.GD23864@amd> diff --git a/a/1.1.hdr b/a/1.1.hdr deleted file mode 100644 index 5a32186..0000000 --- a/a/1.1.hdr +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: text/plain; charset=us-ascii -Content-Disposition: inline -Content-Transfer-Encoding: quoted-printable diff --git a/a/1.2.bin b/a/1.2.bin deleted file mode 100644 index ebe2e67..0000000 --- a/a/1.2.bin +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEARECAAYFAlve51YACgkQMOfwapXb+vKHgACgvjiaNR9mvQBgmk3t0b2lg6q9 -xV4AoIFiPzQc4fFbefN4LWGpokLZHl0K -=s/mT ------END PGP SIGNATURE----- diff --git a/a/1.2.hdr b/a/1.2.hdr deleted file mode 100644 index 3237378..0000000 --- a/a/1.2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" -Content-Description: Digital signature diff --git a/a/1.1.txt b/N1/1.txt similarity index 86% rename from a/1.1.txt rename to N1/1.txt index e55ddde..1f1144b 100644 --- a/a/1.1.txt +++ b/N1/1.txt @@ -61,7 +61,7 @@ Acked-by: Pavel Machek <pavel@ucw.cz> > - pr_info("PROM DT: Old firmware detected, applying fixes\n"); > - > - /* Add olpc,xo1-battery compatible marker to battery node */ -> - olpc_dt_interpret("\" /battery@0\" find-device" +> - olpc_dt_interpret("\" /battery at 0\" find-device" > - " \" olpc,xo1-battery\" +compatible" > - " device-end"); > - @@ -74,7 +74,7 @@ Acked-by: Pavel Machek <pavel@ucw.cz> > + return; > + > + /* Add olpc,xo1.5-battery compatible marker to battery node */ -> + olpc_dt_interpret("\" /battery@0\" find-device" +> + olpc_dt_interpret("\" /battery at 0\" find-device" > + " \" olpc,xo1.5-battery\" +compatible" > + " device-end"); > + @@ -83,7 +83,7 @@ Acked-by: Pavel Machek <pavel@ucw.cz> > + return; > + > /* XO-1.5: add dcon device */ -> olpc_dt_interpret("\" /pci/display@1\" find-device" +> olpc_dt_interpret("\" /pci/display at 1\" find-device" > " new-device" > " \" dcon\" device-name \" olpc,xo1-dcon\" +compatible" > " finish-device device-end"); @@ -93,7 +93,7 @@ Acked-by: Pavel Machek <pavel@ucw.cz> > + return; > + > /* XO-1: add dcon device, mark RTC as olpc,xo1-rtc */ -> olpc_dt_interpret("\" /pci/display@1,1\" find-device" +> olpc_dt_interpret("\" /pci/display at 1,1\" find-device" > " new-device" > @@ -264,6 +283,11 @@ void __init olpc_dt_fixup(void) > " \" olpc,xo1-rtc\" +compatible" @@ -101,7 +101,7 @@ Acked-by: Pavel Machek <pavel@ucw.cz> > } > + > + /* Add olpc,xo1-battery compatible marker to battery node */ -> + olpc_dt_interpret("\" /battery@0\" find-device" +> + olpc_dt_interpret("\" /battery at 0\" find-device" > + " \" olpc,xo1-battery\" +compatible" > + " device-end"); > } @@ -119,3 +119,10 @@ Acked-by: Pavel Machek <pavel@ucw.cz> -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 181 bytes +Desc: Digital signature +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181104/d2ffb676/attachment.sig> diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index 4b86001..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,4 +0,0 @@ -Content-Type: text/plain; charset="us-ascii" -MIME-Version: 1.0 -Content-Transfer-Encoding: 7bit -Content-Disposition: inline diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index 8d97bc0..0000000 --- a/a/2.txt +++ /dev/null @@ -1,4 +0,0 @@ -_______________________________________________ -devel mailing list -devel@linuxdriverproject.org -http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel diff --git a/a/content_digest b/N1/content_digest index 14d281c..70808c7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,30 +1,10 @@ "ref\020181010172300.317643-1-lkundrak@v3.sk\0" "ref\020181010172300.317643-12-lkundrak@v3.sk\0" - "From\0Pavel Machek <pavel@ucw.cz>\0" - "Subject\0Re: [PATCH 11/15] x86, olpc: Use a correct version when making up a battery node\0" + "From\0pavel@ucw.cz (Pavel Machek)\0" + "Subject\0[PATCH 11/15] x86, olpc: Use a correct version when making up a battery node\0" "Date\0Sun, 4 Nov 2018 13:34:31 +0100\0" - "To\0Lubomir Rintel <lkundrak@v3.sk>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - devel@driverdev.osuosl.org - Eric Miao <eric.y.miao@gmail.com> - James Cameron <quozl@laptop.org> - Geert Uytterhoeven <geert+renesas@glider.be> - linux-pm@vger.kernel.org - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-kernel@vger.kernel.org - Sebastian Reichel <sre@kernel.org> - Rob Herring <robh+dt@kernel.org> - linux-spi@vger.kernel.org - Mark Brown <broonie@kernel.org> - Haojian Zhuang <haojian.zhuang@gmail.com> - Daniel Mack <daniel@zonque.org> - Darren Hart <dvhart@infradead.org> - platform-driver-x86@vger.kernel.org - Robert Jarzmik <robert.jarzmik@free.fr> - Andy Shevchenko <andy@infradead.org> - " linux-arm-kernel@lists.infradead.org\0" - "\02:1.1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "On Wed 2018-10-10 19:22:56, Lubomir Rintel wrote:\n" "> The XO-1 and XO-1.5 batteries apparently differ in an ability to report\n" @@ -89,7 +69,7 @@ "> -\tpr_info(\"PROM DT: Old firmware detected, applying fixes\\n\");\n" "> -\n" "> -\t/* Add olpc,xo1-battery compatible marker to battery node */\n" - "> -\tolpc_dt_interpret(\"\\\" /battery@0\\\" find-device\"\n" + "> -\tolpc_dt_interpret(\"\\\" /battery at 0\\\" find-device\"\n" "> -\t\t\" \\\" olpc,xo1-battery\\\" +compatible\"\n" "> -\t\t\" device-end\");\n" "> -\n" @@ -102,7 +82,7 @@ "> +\t\t\treturn;\n" "> +\n" "> +\t\t/* Add olpc,xo1.5-battery compatible marker to battery node */\n" - "> +\t\tolpc_dt_interpret(\"\\\" /battery@0\\\" find-device\"\n" + "> +\t\tolpc_dt_interpret(\"\\\" /battery at 0\\\" find-device\"\n" "> +\t\t\t\" \\\" olpc,xo1.5-battery\\\" +compatible\"\n" "> +\t\t\t\" device-end\");\n" "> +\n" @@ -111,7 +91,7 @@ "> +\t\t\treturn;\n" "> +\n" "> \t\t/* XO-1.5: add dcon device */\n" - "> \t\tolpc_dt_interpret(\"\\\" /pci/display@1\\\" find-device\"\n" + "> \t\tolpc_dt_interpret(\"\\\" /pci/display at 1\\\" find-device\"\n" "> \t\t\t\" new-device\"\n" "> \t\t\t\" \\\" dcon\\\" device-name \\\" olpc,xo1-dcon\\\" +compatible\"\n" "> \t\t\t\" finish-device device-end\");\n" @@ -121,7 +101,7 @@ "> +\t\t\treturn;\n" "> +\n" "> \t\t/* XO-1: add dcon device, mark RTC as olpc,xo1-rtc */\n" - "> \t\tolpc_dt_interpret(\"\\\" /pci/display@1,1\\\" find-device\"\n" + "> \t\tolpc_dt_interpret(\"\\\" /pci/display at 1,1\\\" find-device\"\n" "> \t\t\t\" new-device\"\n" "> @@ -264,6 +283,11 @@ void __init olpc_dt_fixup(void)\n" "> \t\t\t\" \\\" olpc,xo1-rtc\\\" +compatible\"\n" @@ -129,7 +109,7 @@ "> \t}\n" "> +\n" "> +\t/* Add olpc,xo1-battery compatible marker to battery node */\n" - "> +\tolpc_dt_interpret(\"\\\" /battery@0\\\" find-device\"\n" + "> +\tolpc_dt_interpret(\"\\\" /battery at 0\\\" find-device\"\n" "> +\t\t\" \\\" olpc,xo1-battery\\\" +compatible\"\n" "> +\t\t\" device-end\");\n" "> }\n" @@ -146,23 +126,13 @@ "\n" "-- \n" "(english) http://www.livejournal.com/~pavelmachek\n" - (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html - "\02:1.2\0" - "fn\0signature.asc\0" - "d\0Digital signature\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v1\n" - "\n" - "iEYEARECAAYFAlve51YACgkQMOfwapXb+vKHgACgvjiaNR9mvQBgmk3t0b2lg6q9\n" - "xV4AoIFiPzQc4fFbefN4LWGpokLZHl0K\n" - "=s/mT\n" - "-----END PGP SIGNATURE-----\n" - "\01:2\0" - "b\0" - "_______________________________________________\n" - "devel mailing list\n" - "devel@linuxdriverproject.org\n" - http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel + "(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: signature.asc\n" + "Type: application/pgp-signature\n" + "Size: 181 bytes\n" + "Desc: Digital signature\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181104/d2ffb676/attachment.sig> -33964722d70d6a35426f4abbaf1cf1458188ee43e4ce20666facdc25b986f84f +c5216901bc10e9a3e3f9402c34226e4206c5130d836827234f72cb3aa5165fe7
diff --git a/a/1.1.hdr b/a/1.1.hdr deleted file mode 100644 index 5a32186..0000000 --- a/a/1.1.hdr +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: text/plain; charset=us-ascii -Content-Disposition: inline -Content-Transfer-Encoding: quoted-printable diff --git a/a/1.2.hdr b/a/1.2.hdr deleted file mode 100644 index 3237378..0000000 --- a/a/1.2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" -Content-Description: Digital signature diff --git a/a/1.1.txt b/N2/1.txt similarity index 100% rename from a/1.1.txt rename to N2/1.txt diff --git a/a/1.2.bin b/N2/2.bin similarity index 100% rename from a/1.2.bin rename to N2/2.bin diff --git a/a/2.hdr b/N2/2.hdr index 4b86001..3237378 100644 --- a/a/2.hdr +++ b/N2/2.hdr @@ -1,4 +1,2 @@ -Content-Type: text/plain; charset="us-ascii" -MIME-Version: 1.0 -Content-Transfer-Encoding: 7bit -Content-Disposition: inline +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: Digital signature diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index 8d97bc0..0000000 --- a/a/2.txt +++ /dev/null @@ -1,4 +0,0 @@ -_______________________________________________ -devel mailing list -devel@linuxdriverproject.org -http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel diff --git a/a/content_digest b/N2/content_digest index 14d281c..a99e381 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,27 +4,27 @@ "Subject\0Re: [PATCH 11/15] x86, olpc: Use a correct version when making up a battery node\0" "Date\0Sun, 4 Nov 2018 13:34:31 +0100\0" "To\0Lubomir Rintel <lkundrak@v3.sk>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - devel@driverdev.osuosl.org - Eric Miao <eric.y.miao@gmail.com> - James Cameron <quozl@laptop.org> + "Cc\0Mark Brown <broonie@kernel.org>" Geert Uytterhoeven <geert+renesas@glider.be> - linux-pm@vger.kernel.org + Darren Hart <dvhart@infradead.org> + Andy Shevchenko <andy@infradead.org> Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-kernel@vger.kernel.org + James Cameron <quozl@laptop.org> Sebastian Reichel <sre@kernel.org> Rob Herring <robh+dt@kernel.org> - linux-spi@vger.kernel.org - Mark Brown <broonie@kernel.org> + Mark Rutland <mark.rutland@arm.com> + Eric Miao <eric.y.miao@gmail.com> Haojian Zhuang <haojian.zhuang@gmail.com> Daniel Mack <daniel@zonque.org> - Darren Hart <dvhart@infradead.org> - platform-driver-x86@vger.kernel.org Robert Jarzmik <robert.jarzmik@free.fr> - Andy Shevchenko <andy@infradead.org> - " linux-arm-kernel@lists.infradead.org\0" - "\02:1.1\0" + linux-spi@vger.kernel.org + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + platform-driver-x86@vger.kernel.org + devel@driverdev.osuosl.org + " linux-pm@vger.kernel.org\0" + "\01:1\0" "b\0" "On Wed 2018-10-10 19:22:56, Lubomir Rintel wrote:\n" "> The XO-1 and XO-1.5 batteries apparently differ in an ability to report\n" @@ -147,7 +147,7 @@ "-- \n" "(english) http://www.livejournal.com/~pavelmachek\n" (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html - "\02:1.2\0" + "\01:2\0" "fn\0signature.asc\0" "d\0Digital signature\0" "b\0" @@ -158,11 +158,5 @@ "xV4AoIFiPzQc4fFbefN4LWGpokLZHl0K\n" "=s/mT\n" "-----END PGP SIGNATURE-----\n" - "\01:2\0" - "b\0" - "_______________________________________________\n" - "devel mailing list\n" - "devel@linuxdriverproject.org\n" - http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel -33964722d70d6a35426f4abbaf1cf1458188ee43e4ce20666facdc25b986f84f +42bc0c1f5ba752377d656c271799ddc826e4bf91669398f2cfd49ecf0e703979
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.