diff for duplicates of <1425131285-8640-1-git-send-email-codekipper@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ba355c5..7e1fc15 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -From: Marcus Cooper <codekipper@gmail.com> +From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> The Mele I7 is a Allwinner A31 based Android TV box, with 1G RAM, 8GB NAND flash, a RTL8188etv wifi chip, 3 USB Host ports using @@ -8,7 +8,7 @@ a TRS connector for A/V, SPDIF and IrDA. This patch adds basic support for the device, more information can be found here (http://linux-sunxi.org/Mele_I7). -Signed-off-by: Marcus Cooper <codekipper@gmail.com> +Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/sun6i-a31-i7.dts | 150 +++++++++++++++++++++++++++++++++++++ @@ -34,7 +34,7 @@ index 0000000..43fdcd5 +++ b/arch/arm/boot/dts/sun6i-a31-i7.dts @@ -0,0 +1,150 @@ +/* -+ * Copyright 2015 Marcus Cooper <codekipper@gmail.com> ++ * Copyright 2015 Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + * + * 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 @@ -122,7 +122,7 @@ index 0000000..43fdcd5 + phy-mode = "mii"; + status = "okay"; + -+ phy1: ethernet-phy at 1 { ++ phy1: ethernet-phy@1 { + reg = <1>; + }; +}; @@ -144,21 +144,21 @@ index 0000000..43fdcd5 +}; + +&pio { -+ led_pins_i7: led_pins at 0 { ++ led_pins_i7: led_pins@0 { + allwinner,pins = "PH13"; + allwinner,function = "gpio_out"; + allwinner,drive = <SUN4I_PINCTRL_10_MA>; + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; + }; + -+ mmc0_cd_pin_i7: mmc0_cd_pin at 0 { ++ mmc0_cd_pin_i7: mmc0_cd_pin@0 { + allwinner,pins = "PH22"; + allwinner,function = "gpio_in"; + allwinner,drive = <SUN4I_PINCTRL_10_MA>; + allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; + }; + -+ usb1_vbus_pin_i7: usb1_vbus_pin at 0 { ++ usb1_vbus_pin_i7: usb1_vbus_pin@0 { + allwinner,pins = "PC27"; + allwinner,function = "gpio_out"; + allwinner,drive = <SUN4I_PINCTRL_10_MA>; diff --git a/a/content_digest b/N1/content_digest index 7cc0fd1..0e95f87 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,14 @@ - "From\0codekipper@gmail.com (codekipper at gmail.com)\0" + "From\0codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" "Subject\0[PATCH] ARM: sun6i: dt: Add new Mele I7 device\0" "Date\0Sat, 28 Feb 2015 14:48:05 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + " Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" "\00:1\0" "b\0" - "From: Marcus Cooper <codekipper@gmail.com>\n" + "From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "\n" "The Mele I7 is a Allwinner A31 based Android TV box, with 1G RAM,\n" "8GB NAND flash, a RTL8188etv wifi chip, 3 USB Host ports using\n" @@ -14,7 +18,7 @@ "This patch adds basic support for the device, more information can\n" "be found here (http://linux-sunxi.org/Mele_I7).\n" "\n" - "Signed-off-by: Marcus Cooper <codekipper@gmail.com>\n" + "Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "---\n" " arch/arm/boot/dts/Makefile | 1 +\n" " arch/arm/boot/dts/sun6i-a31-i7.dts | 150 +++++++++++++++++++++++++++++++++++++\n" @@ -40,7 +44,7 @@ "+++ b/arch/arm/boot/dts/sun6i-a31-i7.dts\n" "@@ -0,0 +1,150 @@\n" "+/*\n" - "+ * Copyright 2015 Marcus Cooper <codekipper@gmail.com>\n" + "+ * Copyright 2015 Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\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" @@ -128,7 +132,7 @@ "+\tphy-mode = \"mii\";\n" "+\tstatus = \"okay\";\n" "+\n" - "+\tphy1: ethernet-phy at 1 {\n" + "+\tphy1: ethernet-phy@1 {\n" "+\t\treg = <1>;\n" "+\t};\n" "+};\n" @@ -150,21 +154,21 @@ "+};\n" "+\n" "+&pio {\n" - "+\tled_pins_i7: led_pins at 0 {\n" + "+\tled_pins_i7: led_pins@0 {\n" "+\t\tallwinner,pins = \"PH13\";\n" "+\t\tallwinner,function = \"gpio_out\";\n" "+\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" "+\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" "+\t};\n" "+\n" - "+\tmmc0_cd_pin_i7: mmc0_cd_pin at 0 {\n" + "+\tmmc0_cd_pin_i7: mmc0_cd_pin@0 {\n" "+\t\tallwinner,pins = \"PH22\";\n" "+\t\tallwinner,function = \"gpio_in\";\n" "+\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" "+\t\tallwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n" "+\t};\n" "+\n" - "+\tusb1_vbus_pin_i7: usb1_vbus_pin at 0 {\n" + "+\tusb1_vbus_pin_i7: usb1_vbus_pin@0 {\n" "+\t\tallwinner,pins = \"PC27\";\n" "+\t\tallwinner,function = \"gpio_out\";\n" "+\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" @@ -192,4 +196,4 @@ "-- \n" 2.3.1 -d6aad2c5b01eefc8cd3300975671ab1dcc3f06fdbffbb26ffe3bf110901716e9 +411566dd35c8f03af75422bccced413e72335ba66ca419fc58e0d5f6f0728ff5
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.