diff for duplicates of <20160825073555.GC7776@lukather> diff --git a/N1/1.1.hdr b/N1/1.1.hdr new file mode 100644 index 0000000..368ea2d --- /dev/null +++ b/N1/1.1.hdr @@ -0,0 +1,3 @@ +Content-Type: text/plain; charset=iso-8859-1 +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable diff --git a/N1/1.1.txt b/N1/1.1.txt new file mode 100644 index 0000000..c478bab --- /dev/null +++ b/N1/1.1.txt @@ -0,0 +1,145 @@ +On Thu, Aug 25, 2016 at 07:57:33AM +0800, Icenowy Zheng wrote: +> +> +> 25.08.2016, 03:32, "Maxime Ripard" <maxime.ripard@free-electrons.com>: +> > Hi, +> > +> > On Tue, Aug 23, 2016 at 02:44:50PM +0800, Icenowy Zheng wrote: +> >> The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features +> >> volume buttons, micro-usb otg, headphone connector and a power button. +> >> +> >> On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there +> >> is also a accompanied board which has a Goodix GT9271 soldered. +> >> +> >> As this board is desired to create tablets with a Home key dealed by +> >> GT9271, a LED is present at the front panel at the position of the +> >> Home key. +> >> +> >> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> +> >> --- +> >> arch/arm/boot/dts/Makefile | 1 + +> >> arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++ +> >> 2 files changed, 88 insertions(+) +> >> create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +> >> +> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile +> >> index faacd52..d1812a0 100644 +> >> --- a/arch/arm/boot/dts/Makefile +> >> +++ b/arch/arm/boot/dts/Makefile +> >> @@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ +> >> sun8i-a23-q8-tablet.dtb \ +> >> sun8i-a33-et-q8-v1.6.dtb \ +> >> sun8i-a33-ga10h-v1.1.dtb \ +> >> + sun8i-a33-inet-d978-rev2.dtb \ +> >> sun8i-a33-ippo-q8h-v1.2.dtb \ +> >> sun8i-a33-q8-tablet.dtb \ +> >> sun8i-a33-sinlinx-sina33.dtb \ +> >> diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +> >> new file mode 100644 +> >> index 0000000..78823d8 +> >> --- /dev/null +> >> +++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +> >> @@ -0,0 +1,87 @@ +> >> +/* +> >> + * Copyright 2015 Hans de Goede <hdegoede@redhat.com> +> > +> > I guess you are the author too :) +> > +> >> + * +> >> + * This file is dual-licensed: you can use it either under the terms +> >> + * of the GPL or the X11 license, at your option. Note that this dual +> >> + * licensing only applies to this file, and not this project as a +> >> + * whole. +> >> + * +> >> + * a) This file is free software; you can redistribute it and/or +> >> + * modify it under the terms of the GNU General Public License as +> >> + * published by the Free Software Foundation; either version 2 of the +> >> + * License, or (at your option) any later version. +> >> + * +> >> + * This file is distributed in the hope that it will be useful, +> >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of +> >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +> >> + * GNU General Public License for more details. +> >> + * +> >> + * Or, alternatively, +> >> + * +> >> + * b) Permission is hereby granted, free of charge, to any person +> >> + * obtaining a copy of this software and associated documentation +> >> + * files (the "Software"), to deal in the Software without +> >> + * restriction, including without limitation the rights to use, +> >> + * copy, modify, merge, publish, distribute, sublicense, and/or +> >> + * sell copies of the Software, and to permit persons to whom the +> >> + * Software is furnished to do so, subject to the following +> >> + * conditions: +> >> + * +> >> + * The above copyright notice and this permission notice shall be +> >> + * included in all copies or substantial portions of the Software. +> >> + * +> >> + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> >> + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +> >> + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +> >> + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +> >> + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +> >> + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +> >> + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +> >> + * OTHER DEALINGS IN THE SOFTWARE. +> >> + */ +> >> + +> >> +/dts-v1/; +> >> +#include "sun8i-a33.dtsi" +> >> +#include "sun8i-reference-design-tablet.dtsi" +> >> + +> >> +/ { +> >> + model = "INet-D978 Rev 02"; +> >> + compatible = "primux,inet-d978-rev2", "allwinner,sun8i-a33"; +> >> + +> >> + leds { +> >> + compatible = "gpio-leds"; +> >> + pinctrl-names = "default"; +> >> + pinctrl-0 = <&led_pin_d978>; +> >> + +> >> + home { +> >> + label = "d978:home"; +> > +> > This is not the proper format for the led labels. +> > +> > It's supposed to be <board>:<color>:<function> +> +> Thanks. +> So I'd use "d978:blue:home". +> +> > +> >> + gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */ +> >> + }; +> >> + }; +> >> +}; +> >> + +> >> +&mmc1_pins_a { +> >> + allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; +> >> +}; +> >> + +> >> +&mmc1 { +> >> + pinctrl-names = "default"; +> >> + pinctrl-0 = <&mmc1_pins_a>; +> >> + vmmc-supply = <®_dldo1>; +> >> + bus-width = <4>; +> >> + non-removable; +> >> + status = "okay"; +> >> + +> >> + rtl8723bs: sdio_wifi@1 { +> >> + reg = <1>; +> >> + }; +> > +> > Don't you need an alias to this node to have the MAC address set? +> +> It seems that rtl8723bs come with an eFUSE. + +Ok, good to know. + +Thanks! +Maxime + +-- +Maxime Ripard, Free Electrons +Embedded Linux and Kernel engineering +http://free-electrons.com diff --git a/N1/1.2.bin b/N1/1.2.bin new file mode 100644 index 0000000..bada47a --- /dev/null +++ b/N1/1.2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAEBAgAGBQJXvp/bAAoJEBx+YmzsjxAgHF4P/1FOhPMHotVViqu/kAqo0zT1 +2UtHwJhGwlwBglt5yk1v4oZuqV2UI++nVcS+unj+P+IiirhdI8Pr0+vF+2nnjSLb +SmHkdk/5EiyehrLUKgHkjWvK0oH5JSvywnRPO01okhTMg2RPnplvQyl5g77yHIP0 +JlA0N26cPzk7Cp+fBGfmxfbP9+Q5TcjLlj3GDUejk4q0eScIIb9KLueChey3RqHJ +xO/4QmHK8jdj5kgK/sQIPCUqZsHcEe65Ivc4oQNJQgFVJ4uTl+ZGuAFCSRgqcmwA +BVd81fLsMySe+AZG9jZUzp+3ha+TS2uhdgacsBMNU5yJ3P4Lt6rS2Kxdnk7723/F +inn5yNG1HwD8AUyciqCZyG/RwH3UMfFcVrHdT5hkEjwM9kT/OyANAalY5VWpqG8q +qiYNUkcC4EvafD7qZO7PimNMhLOltoyaLDN89CqcVrM+ALFBr4XQJ0bI7GJafmVJ +oeH5AJo6F5fC5O7FxnSF/vVIP5m2DM8GOiimDG4dTAbtzhWyEJA8s/ZuevRPGEER +tf+4znm27OkImg/Wt8Y6H/grtPpPVULRhLpt1Y6kDr0G1bB6BFBzUuQNU13fOSw2 +nDEKj6CLYuHJZiakC6CwEaD80FaEhW1NVBcJoVKGh4buhl4JraiXXDk2JmJIZ5sx +FdfBZ6Br9iwFJW/fYg4y +=ZvBP +-----END PGP SIGNATURE----- diff --git a/N1/1.2.hdr b/N1/1.2.hdr new file mode 100644 index 0000000..5e5352c --- /dev/null +++ b/N1/1.2.hdr @@ -0,0 +1 @@ +Content-Type: application/pgp-signature; name="signature.asc" diff --git a/a/1.txt b/a/1.txt deleted file mode 100644 index a2298b4..0000000 --- a/a/1.txt +++ /dev/null @@ -1,152 +0,0 @@ -On Thu, Aug 25, 2016 at 07:57:33AM +0800, Icenowy Zheng wrote: -> -> -> 25.08.2016, 03:32, "Maxime Ripard" <maxime.ripard@free-electrons.com>: -> > Hi, -> > -> > On Tue, Aug 23, 2016 at 02:44:50PM +0800, Icenowy Zheng wrote: -> >> ?The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features -> >> ?volume buttons, micro-usb otg, headphone connector and a power button. -> >> -> >> ?On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there -> >> ?is also a accompanied board which has a Goodix GT9271 soldered. -> >> -> >> ?As this board is desired to create tablets with a Home key dealed by -> >> ?GT9271, a LED is present at the front panel at the position of the -> >> ?Home key. -> >> -> >> ?Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> -> >> ?--- -> >> ??arch/arm/boot/dts/Makefile | 1 + -> >> ??arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++ -> >> ??2 files changed, 88 insertions(+) -> >> ??create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts -> >> -> >> ?diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile -> >> ?index faacd52..d1812a0 100644 -> >> ?--- a/arch/arm/boot/dts/Makefile -> >> ?+++ b/arch/arm/boot/dts/Makefile -> >> ?@@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ -> >> ??????????sun8i-a23-q8-tablet.dtb \ -> >> ??????????sun8i-a33-et-q8-v1.6.dtb \ -> >> ??????????sun8i-a33-ga10h-v1.1.dtb \ -> >> ?+ sun8i-a33-inet-d978-rev2.dtb \ -> >> ??????????sun8i-a33-ippo-q8h-v1.2.dtb \ -> >> ??????????sun8i-a33-q8-tablet.dtb \ -> >> ??????????sun8i-a33-sinlinx-sina33.dtb \ -> >> ?diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts -> >> ?new file mode 100644 -> >> ?index 0000000..78823d8 -> >> ?--- /dev/null -> >> ?+++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts -> >> ?@@ -0,0 +1,87 @@ -> >> ?+/* -> >> ?+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com> -> > -> > I guess you are the author too :) -> > -> >> ?+ * -> >> ?+ * This file is dual-licensed: you can use it either under the terms -> >> ?+ * of the GPL or the X11 license, at your option. Note that this dual -> >> ?+ * licensing only applies to this file, and not this project as a -> >> ?+ * whole. -> >> ?+ * -> >> ?+ * a) This file is free software; you can redistribute it and/or -> >> ?+ * modify it under the terms of the GNU General Public License as -> >> ?+ * published by the Free Software Foundation; either version 2 of the -> >> ?+ * License, or (at your option) any later version. -> >> ?+ * -> >> ?+ * This file is distributed in the hope that it will be useful, -> >> ?+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -> >> ?+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -> >> ?+ * GNU General Public License for more details. -> >> ?+ * -> >> ?+ * Or, alternatively, -> >> ?+ * -> >> ?+ * b) Permission is hereby granted, free of charge, to any person -> >> ?+ * obtaining a copy of this software and associated documentation -> >> ?+ * files (the "Software"), to deal in the Software without -> >> ?+ * restriction, including without limitation the rights to use, -> >> ?+ * copy, modify, merge, publish, distribute, sublicense, and/or -> >> ?+ * sell copies of the Software, and to permit persons to whom the -> >> ?+ * Software is furnished to do so, subject to the following -> >> ?+ * conditions: -> >> ?+ * -> >> ?+ * The above copyright notice and this permission notice shall be -> >> ?+ * included in all copies or substantial portions of the Software. -> >> ?+ * -> >> ?+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -> >> ?+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -> >> ?+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -> >> ?+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -> >> ?+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -> >> ?+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -> >> ?+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -> >> ?+ * OTHER DEALINGS IN THE SOFTWARE. -> >> ?+ */ -> >> ?+ -> >> ?+/dts-v1/; -> >> ?+#include "sun8i-a33.dtsi" -> >> ?+#include "sun8i-reference-design-tablet.dtsi" -> >> ?+ -> >> ?+/ { -> >> ?+ model = "INet-D978 Rev 02"; -> >> ?+ compatible = "primux,inet-d978-rev2", "allwinner,sun8i-a33"; -> >> ?+ -> >> ?+ leds { -> >> ?+ compatible = "gpio-leds"; -> >> ?+ pinctrl-names = "default"; -> >> ?+ pinctrl-0 = <&led_pin_d978>; -> >> ?+ -> >> ?+ home { -> >> ?+ label = "d978:home"; -> > -> > This is not the proper format for the led labels. -> > -> > It's supposed to be <board>:<color>:<function> -> -> Thanks. -> So I'd use "d978:blue:home". -> -> > -> >> ?+ gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */ -> >> ?+ }; -> >> ?+ }; -> >> ?+}; -> >> ?+ -> >> ?+&mmc1_pins_a { -> >> ?+ allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; -> >> ?+}; -> >> ?+ -> >> ?+&mmc1 { -> >> ?+ pinctrl-names = "default"; -> >> ?+ pinctrl-0 = <&mmc1_pins_a>; -> >> ?+ vmmc-supply = <®_dldo1>; -> >> ?+ bus-width = <4>; -> >> ?+ non-removable; -> >> ?+ status = "okay"; -> >> ?+ -> >> ?+ rtl8723bs: sdio_wifi at 1 { -> >> ?+ reg = <1>; -> >> ?+ }; -> > -> > Don't you need an alias to this node to have the MAC address set? -> -> It seems that rtl8723bs come with an eFUSE. - -Ok, good to know. - -Thanks! -Maxime - --- -Maxime Ripard, Free Electrons -Embedded Linux and Kernel engineering -http://free-electrons.com --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 819 bytes -Desc: not available -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160825/f4533945/attachment.sig> diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..4b86001 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,4 @@ +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline diff --git a/N1/2.txt b/N1/2.txt new file mode 100644 index 0000000..8133cf0 --- /dev/null +++ b/N1/2.txt @@ -0,0 +1,4 @@ +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index 7b5828f..4740da0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,11 +2,19 @@ "ref\020160823064451.25997-2-icenowy@aosc.xyz\0" "ref\020160824193235.GR8103@lukather\0" "ref\043601472083053@web23m.yandex.ru\0" - "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0" - "Subject\0[PATCH 1/2] ARM: dts: sun8i: Add dts file for inet-d978_rev2 tablets\0" + "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "Subject\0Re: [PATCH 1/2] ARM: dts: sun8i: Add dts file for inet-d978_rev2 tablets\0" "Date\0Thu, 25 Aug 2016 09:35:55 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Icenowy Zheng <icenowy@aosc.xyz>\0" + "Cc\0Mark Rutland <mark.rutland@arm.com>" + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + Russell King <linux@armlinux.org.uk> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + Hans de Goede <hdegoede@redhat.com> + Chen-Yu Tsai <wens@csie.org> + Rob Herring <robh+dt@kernel.org> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" + "\02:1.1\0" "b\0" "On Thu, Aug 25, 2016 at 07:57:33AM +0800, Icenowy Zheng wrote:\n" "> \n" @@ -15,101 +23,101 @@ "> > Hi,\n" "> >\n" "> > On Tue, Aug 23, 2016 at 02:44:50PM +0800, Icenowy Zheng wrote:\n" - "> >> ?The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features\n" - "> >> ?volume buttons, micro-usb otg, headphone connector and a power button.\n" + "> >> \302\240The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features\n" + "> >> \302\240volume buttons, micro-usb otg, headphone connector and a power button.\n" "> >>\n" - "> >> ?On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there\n" - "> >> ?is also a accompanied board which has a Goodix GT9271 soldered.\n" + "> >> \302\240On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there\n" + "> >> \302\240is also a accompanied board which has a Goodix GT9271 soldered.\n" "> >>\n" - "> >> ?As this board is desired to create tablets with a Home key dealed by\n" - "> >> ?GT9271, a LED is present at the front panel at the position of the\n" - "> >> ?Home key.\n" + "> >> \302\240As this board is desired to create tablets with a Home key dealed by\n" + "> >> \302\240GT9271, a LED is present at the front panel at the position of the\n" + "> >> \302\240Home key.\n" "> >>\n" - "> >> ?Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>\n" - "> >> ?---\n" - "> >> ??arch/arm/boot/dts/Makefile | 1 +\n" - "> >> ??arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++\n" - "> >> ??2 files changed, 88 insertions(+)\n" - "> >> ??create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" + "> >> \302\240Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>\n" + "> >> \302\240---\n" + "> >> \302\240\302\240arch/arm/boot/dts/Makefile | 1 +\n" + "> >> \302\240\302\240arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++\n" + "> >> \302\240\302\2402 files changed, 88 insertions(+)\n" + "> >> \302\240\302\240create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" "> >>\n" - "> >> ?diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile\n" - "> >> ?index faacd52..d1812a0 100644\n" - "> >> ?--- a/arch/arm/boot/dts/Makefile\n" - "> >> ?+++ b/arch/arm/boot/dts/Makefile\n" - "> >> ?@@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \\\n" - "> >> ??????????sun8i-a23-q8-tablet.dtb \\\n" - "> >> ??????????sun8i-a33-et-q8-v1.6.dtb \\\n" - "> >> ??????????sun8i-a33-ga10h-v1.1.dtb \\\n" - "> >> ?+ sun8i-a33-inet-d978-rev2.dtb \\\n" - "> >> ??????????sun8i-a33-ippo-q8h-v1.2.dtb \\\n" - "> >> ??????????sun8i-a33-q8-tablet.dtb \\\n" - "> >> ??????????sun8i-a33-sinlinx-sina33.dtb \\\n" - "> >> ?diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" - "> >> ?new file mode 100644\n" - "> >> ?index 0000000..78823d8\n" - "> >> ?--- /dev/null\n" - "> >> ?+++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" - "> >> ?@@ -0,0 +1,87 @@\n" - "> >> ?+/*\n" - "> >> ?+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com>\n" + "> >> \302\240diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile\n" + "> >> \302\240index faacd52..d1812a0 100644\n" + "> >> \302\240--- a/arch/arm/boot/dts/Makefile\n" + "> >> \302\240+++ b/arch/arm/boot/dts/Makefile\n" + "> >> \302\240@@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a23-q8-tablet.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-et-q8-v1.6.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-ga10h-v1.1.dtb \\\n" + "> >> \302\240+ sun8i-a33-inet-d978-rev2.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-ippo-q8h-v1.2.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-q8-tablet.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-sinlinx-sina33.dtb \\\n" + "> >> \302\240diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" + "> >> \302\240new file mode 100644\n" + "> >> \302\240index 0000000..78823d8\n" + "> >> \302\240--- /dev/null\n" + "> >> \302\240+++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" + "> >> \302\240@@ -0,0 +1,87 @@\n" + "> >> \302\240+/*\n" + "> >> \302\240+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com>\n" "> >\n" "> > I guess you are the author too :)\n" "> >\n" - "> >> ?+ *\n" - "> >> ?+ * This file is dual-licensed: you can use it either under the terms\n" - "> >> ?+ * of the GPL or the X11 license, at your option. Note that this dual\n" - "> >> ?+ * licensing only applies to this file, and not this project as a\n" - "> >> ?+ * whole.\n" - "> >> ?+ *\n" - "> >> ?+ * a) This file is free software; you can redistribute it and/or\n" - "> >> ?+ * modify it under the terms of the GNU General Public License as\n" - "> >> ?+ * published by the Free Software Foundation; either version 2 of the\n" - "> >> ?+ * License, or (at your option) any later version.\n" - "> >> ?+ *\n" - "> >> ?+ * This file is distributed in the hope that it will be useful,\n" - "> >> ?+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\n" - "> >> ?+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" - "> >> ?+ * GNU General Public License for more details.\n" - "> >> ?+ *\n" - "> >> ?+ * Or, alternatively,\n" - "> >> ?+ *\n" - "> >> ?+ * b) Permission is hereby granted, free of charge, to any person\n" - "> >> ?+ * obtaining a copy of this software and associated documentation\n" - "> >> ?+ * files (the \"Software\"), to deal in the Software without\n" - "> >> ?+ * restriction, including without limitation the rights to use,\n" - "> >> ?+ * copy, modify, merge, publish, distribute, sublicense, and/or\n" - "> >> ?+ * sell copies of the Software, and to permit persons to whom the\n" - "> >> ?+ * Software is furnished to do so, subject to the following\n" - "> >> ?+ * conditions:\n" - "> >> ?+ *\n" - "> >> ?+ * The above copyright notice and this permission notice shall be\n" - "> >> ?+ * included in all copies or substantial portions of the Software.\n" - "> >> ?+ *\n" - "> >> ?+ * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n" - "> >> ?+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n" - "> >> ?+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n" - "> >> ?+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n" - "> >> ?+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n" - "> >> ?+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n" - "> >> ?+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n" - "> >> ?+ * OTHER DEALINGS IN THE SOFTWARE.\n" - "> >> ?+ */\n" - "> >> ?+\n" - "> >> ?+/dts-v1/;\n" - "> >> ?+#include \"sun8i-a33.dtsi\"\n" - "> >> ?+#include \"sun8i-reference-design-tablet.dtsi\"\n" - "> >> ?+\n" - "> >> ?+/ {\n" - "> >> ?+ model = \"INet-D978 Rev 02\";\n" - "> >> ?+ compatible = \"primux,inet-d978-rev2\", \"allwinner,sun8i-a33\";\n" - "> >> ?+\n" - "> >> ?+ leds {\n" - "> >> ?+ compatible = \"gpio-leds\";\n" - "> >> ?+ pinctrl-names = \"default\";\n" - "> >> ?+ pinctrl-0 = <&led_pin_d978>;\n" - "> >> ?+\n" - "> >> ?+ home {\n" - "> >> ?+ label = \"d978:home\";\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * This file is dual-licensed: you can use it either under the terms\n" + "> >> \302\240+ * of the GPL or the X11 license, at your option. Note that this dual\n" + "> >> \302\240+ * licensing only applies to this file, and not this project as a\n" + "> >> \302\240+ * whole.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * a) This file is free software; you can redistribute it and/or\n" + "> >> \302\240+ * modify it under the terms of the GNU General Public License as\n" + "> >> \302\240+ * published by the Free Software Foundation; either version 2 of the\n" + "> >> \302\240+ * License, or (at your option) any later version.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * This file is distributed in the hope that it will be useful,\n" + "> >> \302\240+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\n" + "> >> \302\240+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" + "> >> \302\240+ * GNU General Public License for more details.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * Or, alternatively,\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * b) Permission is hereby granted, free of charge, to any person\n" + "> >> \302\240+ * obtaining a copy of this software and associated documentation\n" + "> >> \302\240+ * files (the \"Software\"), to deal in the Software without\n" + "> >> \302\240+ * restriction, including without limitation the rights to use,\n" + "> >> \302\240+ * copy, modify, merge, publish, distribute, sublicense, and/or\n" + "> >> \302\240+ * sell copies of the Software, and to permit persons to whom the\n" + "> >> \302\240+ * Software is furnished to do so, subject to the following\n" + "> >> \302\240+ * conditions:\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * The above copyright notice and this permission notice shall be\n" + "> >> \302\240+ * included in all copies or substantial portions of the Software.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n" + "> >> \302\240+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n" + "> >> \302\240+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n" + "> >> \302\240+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n" + "> >> \302\240+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n" + "> >> \302\240+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n" + "> >> \302\240+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n" + "> >> \302\240+ * OTHER DEALINGS IN THE SOFTWARE.\n" + "> >> \302\240+ */\n" + "> >> \302\240+\n" + "> >> \302\240+/dts-v1/;\n" + "> >> \302\240+#include \"sun8i-a33.dtsi\"\n" + "> >> \302\240+#include \"sun8i-reference-design-tablet.dtsi\"\n" + "> >> \302\240+\n" + "> >> \302\240+/ {\n" + "> >> \302\240+ model = \"INet-D978 Rev 02\";\n" + "> >> \302\240+ compatible = \"primux,inet-d978-rev2\", \"allwinner,sun8i-a33\";\n" + "> >> \302\240+\n" + "> >> \302\240+ leds {\n" + "> >> \302\240+ compatible = \"gpio-leds\";\n" + "> >> \302\240+ pinctrl-names = \"default\";\n" + "> >> \302\240+ pinctrl-0 = <&led_pin_d978>;\n" + "> >> \302\240+\n" + "> >> \302\240+ home {\n" + "> >> \302\240+ label = \"d978:home\";\n" "> >\n" "> > This is not the proper format for the led labels.\n" "> >\n" @@ -119,26 +127,26 @@ "> So I'd use \"d978:blue:home\".\n" "> \n" "> >\n" - "> >> ?+ gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */\n" - "> >> ?+ };\n" - "> >> ?+ };\n" - "> >> ?+};\n" - "> >> ?+\n" - "> >> ?+&mmc1_pins_a {\n" - "> >> ?+ allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n" - "> >> ?+};\n" - "> >> ?+\n" - "> >> ?+&mmc1 {\n" - "> >> ?+ pinctrl-names = \"default\";\n" - "> >> ?+ pinctrl-0 = <&mmc1_pins_a>;\n" - "> >> ?+ vmmc-supply = <®_dldo1>;\n" - "> >> ?+ bus-width = <4>;\n" - "> >> ?+ non-removable;\n" - "> >> ?+ status = \"okay\";\n" - "> >> ?+\n" - "> >> ?+ rtl8723bs: sdio_wifi at 1 {\n" - "> >> ?+ reg = <1>;\n" - "> >> ?+ };\n" + "> >> \302\240+ gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */\n" + "> >> \302\240+ };\n" + "> >> \302\240+ };\n" + "> >> \302\240+};\n" + "> >> \302\240+\n" + "> >> \302\240+&mmc1_pins_a {\n" + "> >> \302\240+ allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n" + "> >> \302\240+};\n" + "> >> \302\240+\n" + "> >> \302\240+&mmc1 {\n" + "> >> \302\240+ pinctrl-names = \"default\";\n" + "> >> \302\240+ pinctrl-0 = <&mmc1_pins_a>;\n" + "> >> \302\240+ vmmc-supply = <®_dldo1>;\n" + "> >> \302\240+ bus-width = <4>;\n" + "> >> \302\240+ non-removable;\n" + "> >> \302\240+ status = \"okay\";\n" + "> >> \302\240+\n" + "> >> \302\240+ rtl8723bs: sdio_wifi@1 {\n" + "> >> \302\240+ reg = <1>;\n" + "> >> \302\240+ };\n" "> >\n" "> > Don't you need an alias to this node to have the MAC address set?\n" "> \n" @@ -152,13 +160,32 @@ "-- \n" "Maxime Ripard, Free Electrons\n" "Embedded Linux and Kernel 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: 819 bytes\n" - "Desc: not available\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160825/f4533945/attachment.sig> + http://free-electrons.com + "\02:1.2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1\n" + "\n" + "iQIcBAEBAgAGBQJXvp/bAAoJEBx+YmzsjxAgHF4P/1FOhPMHotVViqu/kAqo0zT1\n" + "2UtHwJhGwlwBglt5yk1v4oZuqV2UI++nVcS+unj+P+IiirhdI8Pr0+vF+2nnjSLb\n" + "SmHkdk/5EiyehrLUKgHkjWvK0oH5JSvywnRPO01okhTMg2RPnplvQyl5g77yHIP0\n" + "JlA0N26cPzk7Cp+fBGfmxfbP9+Q5TcjLlj3GDUejk4q0eScIIb9KLueChey3RqHJ\n" + "xO/4QmHK8jdj5kgK/sQIPCUqZsHcEe65Ivc4oQNJQgFVJ4uTl+ZGuAFCSRgqcmwA\n" + "BVd81fLsMySe+AZG9jZUzp+3ha+TS2uhdgacsBMNU5yJ3P4Lt6rS2Kxdnk7723/F\n" + "inn5yNG1HwD8AUyciqCZyG/RwH3UMfFcVrHdT5hkEjwM9kT/OyANAalY5VWpqG8q\n" + "qiYNUkcC4EvafD7qZO7PimNMhLOltoyaLDN89CqcVrM+ALFBr4XQJ0bI7GJafmVJ\n" + "oeH5AJo6F5fC5O7FxnSF/vVIP5m2DM8GOiimDG4dTAbtzhWyEJA8s/ZuevRPGEER\n" + "tf+4znm27OkImg/Wt8Y6H/grtPpPVULRhLpt1Y6kDr0G1bB6BFBzUuQNU13fOSw2\n" + "nDEKj6CLYuHJZiakC6CwEaD80FaEhW1NVBcJoVKGh4buhl4JraiXXDk2JmJIZ5sx\n" + "FdfBZ6Br9iwFJW/fYg4y\n" + "=ZvBP\n" + "-----END PGP SIGNATURE-----\n" + "\01:2\0" + "b\0" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -e43dffddf634e76dec174a4b45b43afd10c84a15b3fd5839575de309ff0466ed +2cdbcdd3dd4d363b2387a229b5ecad997a453a10cf0333db6fb9890d215976d8
diff --git a/a/1.txt b/N2/1.txt index a2298b4..c478bab 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,101 +5,101 @@ On Thu, Aug 25, 2016 at 07:57:33AM +0800, Icenowy Zheng wrote: > > Hi, > > > > On Tue, Aug 23, 2016 at 02:44:50PM +0800, Icenowy Zheng wrote: -> >> ?The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features -> >> ?volume buttons, micro-usb otg, headphone connector and a power button. +> >> The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features +> >> volume buttons, micro-usb otg, headphone connector and a power button. > >> -> >> ?On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there -> >> ?is also a accompanied board which has a Goodix GT9271 soldered. +> >> On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there +> >> is also a accompanied board which has a Goodix GT9271 soldered. > >> -> >> ?As this board is desired to create tablets with a Home key dealed by -> >> ?GT9271, a LED is present at the front panel at the position of the -> >> ?Home key. +> >> As this board is desired to create tablets with a Home key dealed by +> >> GT9271, a LED is present at the front panel at the position of the +> >> Home key. > >> -> >> ?Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> -> >> ?--- -> >> ??arch/arm/boot/dts/Makefile | 1 + -> >> ??arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++ -> >> ??2 files changed, 88 insertions(+) -> >> ??create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +> >> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> +> >> --- +> >> arch/arm/boot/dts/Makefile | 1 + +> >> arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++ +> >> 2 files changed, 88 insertions(+) +> >> create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts > >> -> >> ?diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile -> >> ?index faacd52..d1812a0 100644 -> >> ?--- a/arch/arm/boot/dts/Makefile -> >> ?+++ b/arch/arm/boot/dts/Makefile -> >> ?@@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ -> >> ??????????sun8i-a23-q8-tablet.dtb \ -> >> ??????????sun8i-a33-et-q8-v1.6.dtb \ -> >> ??????????sun8i-a33-ga10h-v1.1.dtb \ -> >> ?+ sun8i-a33-inet-d978-rev2.dtb \ -> >> ??????????sun8i-a33-ippo-q8h-v1.2.dtb \ -> >> ??????????sun8i-a33-q8-tablet.dtb \ -> >> ??????????sun8i-a33-sinlinx-sina33.dtb \ -> >> ?diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts -> >> ?new file mode 100644 -> >> ?index 0000000..78823d8 -> >> ?--- /dev/null -> >> ?+++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts -> >> ?@@ -0,0 +1,87 @@ -> >> ?+/* -> >> ?+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com> +> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile +> >> index faacd52..d1812a0 100644 +> >> --- a/arch/arm/boot/dts/Makefile +> >> +++ b/arch/arm/boot/dts/Makefile +> >> @@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ +> >> sun8i-a23-q8-tablet.dtb \ +> >> sun8i-a33-et-q8-v1.6.dtb \ +> >> sun8i-a33-ga10h-v1.1.dtb \ +> >> + sun8i-a33-inet-d978-rev2.dtb \ +> >> sun8i-a33-ippo-q8h-v1.2.dtb \ +> >> sun8i-a33-q8-tablet.dtb \ +> >> sun8i-a33-sinlinx-sina33.dtb \ +> >> diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +> >> new file mode 100644 +> >> index 0000000..78823d8 +> >> --- /dev/null +> >> +++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +> >> @@ -0,0 +1,87 @@ +> >> +/* +> >> + * Copyright 2015 Hans de Goede <hdegoede@redhat.com> > > > > I guess you are the author too :) > > -> >> ?+ * -> >> ?+ * This file is dual-licensed: you can use it either under the terms -> >> ?+ * of the GPL or the X11 license, at your option. Note that this dual -> >> ?+ * licensing only applies to this file, and not this project as a -> >> ?+ * whole. -> >> ?+ * -> >> ?+ * a) This file is free software; you can redistribute it and/or -> >> ?+ * modify it under the terms of the GNU General Public License as -> >> ?+ * published by the Free Software Foundation; either version 2 of the -> >> ?+ * License, or (at your option) any later version. -> >> ?+ * -> >> ?+ * This file is distributed in the hope that it will be useful, -> >> ?+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -> >> ?+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -> >> ?+ * GNU General Public License for more details. -> >> ?+ * -> >> ?+ * Or, alternatively, -> >> ?+ * -> >> ?+ * b) Permission is hereby granted, free of charge, to any person -> >> ?+ * obtaining a copy of this software and associated documentation -> >> ?+ * files (the "Software"), to deal in the Software without -> >> ?+ * restriction, including without limitation the rights to use, -> >> ?+ * copy, modify, merge, publish, distribute, sublicense, and/or -> >> ?+ * sell copies of the Software, and to permit persons to whom the -> >> ?+ * Software is furnished to do so, subject to the following -> >> ?+ * conditions: -> >> ?+ * -> >> ?+ * The above copyright notice and this permission notice shall be -> >> ?+ * included in all copies or substantial portions of the Software. -> >> ?+ * -> >> ?+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -> >> ?+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -> >> ?+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -> >> ?+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -> >> ?+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -> >> ?+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -> >> ?+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -> >> ?+ * OTHER DEALINGS IN THE SOFTWARE. -> >> ?+ */ -> >> ?+ -> >> ?+/dts-v1/; -> >> ?+#include "sun8i-a33.dtsi" -> >> ?+#include "sun8i-reference-design-tablet.dtsi" -> >> ?+ -> >> ?+/ { -> >> ?+ model = "INet-D978 Rev 02"; -> >> ?+ compatible = "primux,inet-d978-rev2", "allwinner,sun8i-a33"; -> >> ?+ -> >> ?+ leds { -> >> ?+ compatible = "gpio-leds"; -> >> ?+ pinctrl-names = "default"; -> >> ?+ pinctrl-0 = <&led_pin_d978>; -> >> ?+ -> >> ?+ home { -> >> ?+ label = "d978:home"; +> >> + * +> >> + * This file is dual-licensed: you can use it either under the terms +> >> + * of the GPL or the X11 license, at your option. Note that this dual +> >> + * licensing only applies to this file, and not this project as a +> >> + * whole. +> >> + * +> >> + * a) This file is free software; you can redistribute it and/or +> >> + * modify it under the terms of the GNU General Public License as +> >> + * published by the Free Software Foundation; either version 2 of the +> >> + * License, or (at your option) any later version. +> >> + * +> >> + * This file is distributed in the hope that it will be useful, +> >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of +> >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +> >> + * GNU General Public License for more details. +> >> + * +> >> + * Or, alternatively, +> >> + * +> >> + * b) Permission is hereby granted, free of charge, to any person +> >> + * obtaining a copy of this software and associated documentation +> >> + * files (the "Software"), to deal in the Software without +> >> + * restriction, including without limitation the rights to use, +> >> + * copy, modify, merge, publish, distribute, sublicense, and/or +> >> + * sell copies of the Software, and to permit persons to whom the +> >> + * Software is furnished to do so, subject to the following +> >> + * conditions: +> >> + * +> >> + * The above copyright notice and this permission notice shall be +> >> + * included in all copies or substantial portions of the Software. +> >> + * +> >> + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> >> + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +> >> + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +> >> + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +> >> + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +> >> + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +> >> + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +> >> + * OTHER DEALINGS IN THE SOFTWARE. +> >> + */ +> >> + +> >> +/dts-v1/; +> >> +#include "sun8i-a33.dtsi" +> >> +#include "sun8i-reference-design-tablet.dtsi" +> >> + +> >> +/ { +> >> + model = "INet-D978 Rev 02"; +> >> + compatible = "primux,inet-d978-rev2", "allwinner,sun8i-a33"; +> >> + +> >> + leds { +> >> + compatible = "gpio-leds"; +> >> + pinctrl-names = "default"; +> >> + pinctrl-0 = <&led_pin_d978>; +> >> + +> >> + home { +> >> + label = "d978:home"; > > > > This is not the proper format for the led labels. > > @@ -109,26 +109,26 @@ On Thu, Aug 25, 2016 at 07:57:33AM +0800, Icenowy Zheng wrote: > So I'd use "d978:blue:home". > > > -> >> ?+ gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */ -> >> ?+ }; -> >> ?+ }; -> >> ?+}; -> >> ?+ -> >> ?+&mmc1_pins_a { -> >> ?+ allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; -> >> ?+}; -> >> ?+ -> >> ?+&mmc1 { -> >> ?+ pinctrl-names = "default"; -> >> ?+ pinctrl-0 = <&mmc1_pins_a>; -> >> ?+ vmmc-supply = <®_dldo1>; -> >> ?+ bus-width = <4>; -> >> ?+ non-removable; -> >> ?+ status = "okay"; -> >> ?+ -> >> ?+ rtl8723bs: sdio_wifi at 1 { -> >> ?+ reg = <1>; -> >> ?+ }; +> >> + gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */ +> >> + }; +> >> + }; +> >> +}; +> >> + +> >> +&mmc1_pins_a { +> >> + allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; +> >> +}; +> >> + +> >> +&mmc1 { +> >> + pinctrl-names = "default"; +> >> + pinctrl-0 = <&mmc1_pins_a>; +> >> + vmmc-supply = <®_dldo1>; +> >> + bus-width = <4>; +> >> + non-removable; +> >> + status = "okay"; +> >> + +> >> + rtl8723bs: sdio_wifi@1 { +> >> + reg = <1>; +> >> + }; > > > > Don't you need an alias to this node to have the MAC address set? > @@ -143,10 +143,3 @@ Maxime Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 819 bytes -Desc: not available -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160825/f4533945/attachment.sig> diff --git a/N2/2.bin b/N2/2.bin new file mode 100644 index 0000000..bada47a --- /dev/null +++ b/N2/2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAEBAgAGBQJXvp/bAAoJEBx+YmzsjxAgHF4P/1FOhPMHotVViqu/kAqo0zT1 +2UtHwJhGwlwBglt5yk1v4oZuqV2UI++nVcS+unj+P+IiirhdI8Pr0+vF+2nnjSLb +SmHkdk/5EiyehrLUKgHkjWvK0oH5JSvywnRPO01okhTMg2RPnplvQyl5g77yHIP0 +JlA0N26cPzk7Cp+fBGfmxfbP9+Q5TcjLlj3GDUejk4q0eScIIb9KLueChey3RqHJ +xO/4QmHK8jdj5kgK/sQIPCUqZsHcEe65Ivc4oQNJQgFVJ4uTl+ZGuAFCSRgqcmwA +BVd81fLsMySe+AZG9jZUzp+3ha+TS2uhdgacsBMNU5yJ3P4Lt6rS2Kxdnk7723/F +inn5yNG1HwD8AUyciqCZyG/RwH3UMfFcVrHdT5hkEjwM9kT/OyANAalY5VWpqG8q +qiYNUkcC4EvafD7qZO7PimNMhLOltoyaLDN89CqcVrM+ALFBr4XQJ0bI7GJafmVJ +oeH5AJo6F5fC5O7FxnSF/vVIP5m2DM8GOiimDG4dTAbtzhWyEJA8s/ZuevRPGEER +tf+4znm27OkImg/Wt8Y6H/grtPpPVULRhLpt1Y6kDr0G1bB6BFBzUuQNU13fOSw2 +nDEKj6CLYuHJZiakC6CwEaD80FaEhW1NVBcJoVKGh4buhl4JraiXXDk2JmJIZ5sx +FdfBZ6Br9iwFJW/fYg4y +=ZvBP +-----END PGP SIGNATURE----- diff --git a/N2/2.hdr b/N2/2.hdr new file mode 100644 index 0000000..5e5352c --- /dev/null +++ b/N2/2.hdr @@ -0,0 +1 @@ +Content-Type: application/pgp-signature; name="signature.asc" diff --git a/a/content_digest b/N2/content_digest index 7b5828f..9fc8b9a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,11 +2,19 @@ "ref\020160823064451.25997-2-icenowy@aosc.xyz\0" "ref\020160824193235.GR8103@lukather\0" "ref\043601472083053@web23m.yandex.ru\0" - "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0" - "Subject\0[PATCH 1/2] ARM: dts: sun8i: Add dts file for inet-d978_rev2 tablets\0" + "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "Subject\0Re: [PATCH 1/2] ARM: dts: sun8i: Add dts file for inet-d978_rev2 tablets\0" "Date\0Thu, 25 Aug 2016 09:35:55 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Icenowy Zheng <icenowy@aosc.xyz>\0" + "Cc\0Russell King <linux@armlinux.org.uk>" + Chen-Yu Tsai <wens@csie.org> + Hans de Goede <hdegoede@redhat.com> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0" + "\01:1\0" "b\0" "On Thu, Aug 25, 2016 at 07:57:33AM +0800, Icenowy Zheng wrote:\n" "> \n" @@ -15,101 +23,101 @@ "> > Hi,\n" "> >\n" "> > On Tue, Aug 23, 2016 at 02:44:50PM +0800, Icenowy Zheng wrote:\n" - "> >> ?The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features\n" - "> >> ?volume buttons, micro-usb otg, headphone connector and a power button.\n" + "> >> \302\240The inet-d978_rev2 is a pcb used in generic A33 based tablets. It features\n" + "> >> \302\240volume buttons, micro-usb otg, headphone connector and a power button.\n" "> >>\n" - "> >> ?On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there\n" - "> >> ?is also a accompanied board which has a Goodix GT9271 soldered.\n" + "> >> \302\240On the board a Realtek RTL8723BS SDIO Wi-Fi module are soldered, and there\n" + "> >> \302\240is also a accompanied board which has a Goodix GT9271 soldered.\n" "> >>\n" - "> >> ?As this board is desired to create tablets with a Home key dealed by\n" - "> >> ?GT9271, a LED is present at the front panel at the position of the\n" - "> >> ?Home key.\n" + "> >> \302\240As this board is desired to create tablets with a Home key dealed by\n" + "> >> \302\240GT9271, a LED is present at the front panel at the position of the\n" + "> >> \302\240Home key.\n" "> >>\n" - "> >> ?Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>\n" - "> >> ?---\n" - "> >> ??arch/arm/boot/dts/Makefile | 1 +\n" - "> >> ??arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++\n" - "> >> ??2 files changed, 88 insertions(+)\n" - "> >> ??create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" + "> >> \302\240Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>\n" + "> >> \302\240---\n" + "> >> \302\240\302\240arch/arm/boot/dts/Makefile | 1 +\n" + "> >> \302\240\302\240arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 87 ++++++++++++++++++++++++++\n" + "> >> \302\240\302\2402 files changed, 88 insertions(+)\n" + "> >> \302\240\302\240create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" "> >>\n" - "> >> ?diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile\n" - "> >> ?index faacd52..d1812a0 100644\n" - "> >> ?--- a/arch/arm/boot/dts/Makefile\n" - "> >> ?+++ b/arch/arm/boot/dts/Makefile\n" - "> >> ?@@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \\\n" - "> >> ??????????sun8i-a23-q8-tablet.dtb \\\n" - "> >> ??????????sun8i-a33-et-q8-v1.6.dtb \\\n" - "> >> ??????????sun8i-a33-ga10h-v1.1.dtb \\\n" - "> >> ?+ sun8i-a33-inet-d978-rev2.dtb \\\n" - "> >> ??????????sun8i-a33-ippo-q8h-v1.2.dtb \\\n" - "> >> ??????????sun8i-a33-q8-tablet.dtb \\\n" - "> >> ??????????sun8i-a33-sinlinx-sina33.dtb \\\n" - "> >> ?diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" - "> >> ?new file mode 100644\n" - "> >> ?index 0000000..78823d8\n" - "> >> ?--- /dev/null\n" - "> >> ?+++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" - "> >> ?@@ -0,0 +1,87 @@\n" - "> >> ?+/*\n" - "> >> ?+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com>\n" + "> >> \302\240diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile\n" + "> >> \302\240index faacd52..d1812a0 100644\n" + "> >> \302\240--- a/arch/arm/boot/dts/Makefile\n" + "> >> \302\240+++ b/arch/arm/boot/dts/Makefile\n" + "> >> \302\240@@ -782,6 +782,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a23-q8-tablet.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-et-q8-v1.6.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-ga10h-v1.1.dtb \\\n" + "> >> \302\240+ sun8i-a33-inet-d978-rev2.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-ippo-q8h-v1.2.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-q8-tablet.dtb \\\n" + "> >> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240sun8i-a33-sinlinx-sina33.dtb \\\n" + "> >> \302\240diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" + "> >> \302\240new file mode 100644\n" + "> >> \302\240index 0000000..78823d8\n" + "> >> \302\240--- /dev/null\n" + "> >> \302\240+++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts\n" + "> >> \302\240@@ -0,0 +1,87 @@\n" + "> >> \302\240+/*\n" + "> >> \302\240+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com>\n" "> >\n" "> > I guess you are the author too :)\n" "> >\n" - "> >> ?+ *\n" - "> >> ?+ * This file is dual-licensed: you can use it either under the terms\n" - "> >> ?+ * of the GPL or the X11 license, at your option. Note that this dual\n" - "> >> ?+ * licensing only applies to this file, and not this project as a\n" - "> >> ?+ * whole.\n" - "> >> ?+ *\n" - "> >> ?+ * a) This file is free software; you can redistribute it and/or\n" - "> >> ?+ * modify it under the terms of the GNU General Public License as\n" - "> >> ?+ * published by the Free Software Foundation; either version 2 of the\n" - "> >> ?+ * License, or (at your option) any later version.\n" - "> >> ?+ *\n" - "> >> ?+ * This file is distributed in the hope that it will be useful,\n" - "> >> ?+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\n" - "> >> ?+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" - "> >> ?+ * GNU General Public License for more details.\n" - "> >> ?+ *\n" - "> >> ?+ * Or, alternatively,\n" - "> >> ?+ *\n" - "> >> ?+ * b) Permission is hereby granted, free of charge, to any person\n" - "> >> ?+ * obtaining a copy of this software and associated documentation\n" - "> >> ?+ * files (the \"Software\"), to deal in the Software without\n" - "> >> ?+ * restriction, including without limitation the rights to use,\n" - "> >> ?+ * copy, modify, merge, publish, distribute, sublicense, and/or\n" - "> >> ?+ * sell copies of the Software, and to permit persons to whom the\n" - "> >> ?+ * Software is furnished to do so, subject to the following\n" - "> >> ?+ * conditions:\n" - "> >> ?+ *\n" - "> >> ?+ * The above copyright notice and this permission notice shall be\n" - "> >> ?+ * included in all copies or substantial portions of the Software.\n" - "> >> ?+ *\n" - "> >> ?+ * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n" - "> >> ?+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n" - "> >> ?+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n" - "> >> ?+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n" - "> >> ?+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n" - "> >> ?+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n" - "> >> ?+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n" - "> >> ?+ * OTHER DEALINGS IN THE SOFTWARE.\n" - "> >> ?+ */\n" - "> >> ?+\n" - "> >> ?+/dts-v1/;\n" - "> >> ?+#include \"sun8i-a33.dtsi\"\n" - "> >> ?+#include \"sun8i-reference-design-tablet.dtsi\"\n" - "> >> ?+\n" - "> >> ?+/ {\n" - "> >> ?+ model = \"INet-D978 Rev 02\";\n" - "> >> ?+ compatible = \"primux,inet-d978-rev2\", \"allwinner,sun8i-a33\";\n" - "> >> ?+\n" - "> >> ?+ leds {\n" - "> >> ?+ compatible = \"gpio-leds\";\n" - "> >> ?+ pinctrl-names = \"default\";\n" - "> >> ?+ pinctrl-0 = <&led_pin_d978>;\n" - "> >> ?+\n" - "> >> ?+ home {\n" - "> >> ?+ label = \"d978:home\";\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * This file is dual-licensed: you can use it either under the terms\n" + "> >> \302\240+ * of the GPL or the X11 license, at your option. Note that this dual\n" + "> >> \302\240+ * licensing only applies to this file, and not this project as a\n" + "> >> \302\240+ * whole.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * a) This file is free software; you can redistribute it and/or\n" + "> >> \302\240+ * modify it under the terms of the GNU General Public License as\n" + "> >> \302\240+ * published by the Free Software Foundation; either version 2 of the\n" + "> >> \302\240+ * License, or (at your option) any later version.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * This file is distributed in the hope that it will be useful,\n" + "> >> \302\240+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\n" + "> >> \302\240+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" + "> >> \302\240+ * GNU General Public License for more details.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * Or, alternatively,\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * b) Permission is hereby granted, free of charge, to any person\n" + "> >> \302\240+ * obtaining a copy of this software and associated documentation\n" + "> >> \302\240+ * files (the \"Software\"), to deal in the Software without\n" + "> >> \302\240+ * restriction, including without limitation the rights to use,\n" + "> >> \302\240+ * copy, modify, merge, publish, distribute, sublicense, and/or\n" + "> >> \302\240+ * sell copies of the Software, and to permit persons to whom the\n" + "> >> \302\240+ * Software is furnished to do so, subject to the following\n" + "> >> \302\240+ * conditions:\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * The above copyright notice and this permission notice shall be\n" + "> >> \302\240+ * included in all copies or substantial portions of the Software.\n" + "> >> \302\240+ *\n" + "> >> \302\240+ * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n" + "> >> \302\240+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n" + "> >> \302\240+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n" + "> >> \302\240+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n" + "> >> \302\240+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n" + "> >> \302\240+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n" + "> >> \302\240+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n" + "> >> \302\240+ * OTHER DEALINGS IN THE SOFTWARE.\n" + "> >> \302\240+ */\n" + "> >> \302\240+\n" + "> >> \302\240+/dts-v1/;\n" + "> >> \302\240+#include \"sun8i-a33.dtsi\"\n" + "> >> \302\240+#include \"sun8i-reference-design-tablet.dtsi\"\n" + "> >> \302\240+\n" + "> >> \302\240+/ {\n" + "> >> \302\240+ model = \"INet-D978 Rev 02\";\n" + "> >> \302\240+ compatible = \"primux,inet-d978-rev2\", \"allwinner,sun8i-a33\";\n" + "> >> \302\240+\n" + "> >> \302\240+ leds {\n" + "> >> \302\240+ compatible = \"gpio-leds\";\n" + "> >> \302\240+ pinctrl-names = \"default\";\n" + "> >> \302\240+ pinctrl-0 = <&led_pin_d978>;\n" + "> >> \302\240+\n" + "> >> \302\240+ home {\n" + "> >> \302\240+ label = \"d978:home\";\n" "> >\n" "> > This is not the proper format for the led labels.\n" "> >\n" @@ -119,26 +127,26 @@ "> So I'd use \"d978:blue:home\".\n" "> \n" "> >\n" - "> >> ?+ gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */\n" - "> >> ?+ };\n" - "> >> ?+ };\n" - "> >> ?+};\n" - "> >> ?+\n" - "> >> ?+&mmc1_pins_a {\n" - "> >> ?+ allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n" - "> >> ?+};\n" - "> >> ?+\n" - "> >> ?+&mmc1 {\n" - "> >> ?+ pinctrl-names = \"default\";\n" - "> >> ?+ pinctrl-0 = <&mmc1_pins_a>;\n" - "> >> ?+ vmmc-supply = <®_dldo1>;\n" - "> >> ?+ bus-width = <4>;\n" - "> >> ?+ non-removable;\n" - "> >> ?+ status = \"okay\";\n" - "> >> ?+\n" - "> >> ?+ rtl8723bs: sdio_wifi at 1 {\n" - "> >> ?+ reg = <1>;\n" - "> >> ?+ };\n" + "> >> \302\240+ gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */\n" + "> >> \302\240+ };\n" + "> >> \302\240+ };\n" + "> >> \302\240+};\n" + "> >> \302\240+\n" + "> >> \302\240+&mmc1_pins_a {\n" + "> >> \302\240+ allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n" + "> >> \302\240+};\n" + "> >> \302\240+\n" + "> >> \302\240+&mmc1 {\n" + "> >> \302\240+ pinctrl-names = \"default\";\n" + "> >> \302\240+ pinctrl-0 = <&mmc1_pins_a>;\n" + "> >> \302\240+ vmmc-supply = <®_dldo1>;\n" + "> >> \302\240+ bus-width = <4>;\n" + "> >> \302\240+ non-removable;\n" + "> >> \302\240+ status = \"okay\";\n" + "> >> \302\240+\n" + "> >> \302\240+ rtl8723bs: sdio_wifi@1 {\n" + "> >> \302\240+ reg = <1>;\n" + "> >> \302\240+ };\n" "> >\n" "> > Don't you need an alias to this node to have the MAC address set?\n" "> \n" @@ -152,13 +160,26 @@ "-- \n" "Maxime Ripard, Free Electrons\n" "Embedded Linux and Kernel 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: 819 bytes\n" - "Desc: not available\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160825/f4533945/attachment.sig> + http://free-electrons.com + "\01:2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1\n" + "\n" + "iQIcBAEBAgAGBQJXvp/bAAoJEBx+YmzsjxAgHF4P/1FOhPMHotVViqu/kAqo0zT1\n" + "2UtHwJhGwlwBglt5yk1v4oZuqV2UI++nVcS+unj+P+IiirhdI8Pr0+vF+2nnjSLb\n" + "SmHkdk/5EiyehrLUKgHkjWvK0oH5JSvywnRPO01okhTMg2RPnplvQyl5g77yHIP0\n" + "JlA0N26cPzk7Cp+fBGfmxfbP9+Q5TcjLlj3GDUejk4q0eScIIb9KLueChey3RqHJ\n" + "xO/4QmHK8jdj5kgK/sQIPCUqZsHcEe65Ivc4oQNJQgFVJ4uTl+ZGuAFCSRgqcmwA\n" + "BVd81fLsMySe+AZG9jZUzp+3ha+TS2uhdgacsBMNU5yJ3P4Lt6rS2Kxdnk7723/F\n" + "inn5yNG1HwD8AUyciqCZyG/RwH3UMfFcVrHdT5hkEjwM9kT/OyANAalY5VWpqG8q\n" + "qiYNUkcC4EvafD7qZO7PimNMhLOltoyaLDN89CqcVrM+ALFBr4XQJ0bI7GJafmVJ\n" + "oeH5AJo6F5fC5O7FxnSF/vVIP5m2DM8GOiimDG4dTAbtzhWyEJA8s/ZuevRPGEER\n" + "tf+4znm27OkImg/Wt8Y6H/grtPpPVULRhLpt1Y6kDr0G1bB6BFBzUuQNU13fOSw2\n" + "nDEKj6CLYuHJZiakC6CwEaD80FaEhW1NVBcJoVKGh4buhl4JraiXXDk2JmJIZ5sx\n" + "FdfBZ6Br9iwFJW/fYg4y\n" + "=ZvBP\n" + "-----END PGP SIGNATURE-----\n" -e43dffddf634e76dec174a4b45b43afd10c84a15b3fd5839575de309ff0466ed +ca2b12a032c11fa659d81901259cb37107d8b023fee61cc1b28e791d08ddd65c
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.