diff for duplicates of <20131022232806.GF26694@lunn.ch> diff --git a/a/1.txt b/N1/1.txt index 5e80b16..577f86c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ On Tue, Oct 22, 2013 at 08:56:13PM +0200, Arnaud Ebalard wrote: > > but the device is usable w/o those. > -> Signed-off-by: Arnaud Ebalard <arno@natisbad.org> +> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> > --- > > Changes since v0, based on comments from Andrew: @@ -28,7 +28,7 @@ Hi Arnaud Looks good to me. -Acked-by: Andrew Lunn <andrew@lunn.ch.> +Acked-by: Andrew Lunn <andrew-0NA2p/UHkS4@public.gmane.org> Andrew @@ -60,7 +60,7 @@ Acked-by: Andrew Lunn <andrew@lunn.ch.> > +/* > + * Device Tree file for NETGEAR ReadyNAS 104 > + * -> + * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> +> + * Copyright (C) 2013, Arnaud EBALARD <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License @@ -93,20 +93,20 @@ Acked-by: Andrew Lunn <andrew@lunn.ch.> > + status = "okay"; > + > + /* Connected to FL1009 USB 3.0 controller */ -> + pcie at 1,0 { +> + pcie@1,0 { > + /* Port 0, Lane 0 */ > + status = "okay"; > + }; > + > + /* Connected to Marvell 88SE9215 SATA controller */ -> + pcie at 2,0 { +> + pcie@2,0 { > + /* Port 1, Lane 0 */ > + status = "okay"; > + }; > + }; > + > + internal-regs { -> + serial at 12000 { +> + serial@12000 { > + clock-frequency = <200000000>; > + status = "okay"; > + }; @@ -144,37 +144,37 @@ Acked-by: Andrew Lunn <andrew@lunn.ch.> > + }; > + > + mdio { -> + phy0: ethernet-phy at 0 { +> + phy0: ethernet-phy@0 { > + reg = <0>; > + }; > + -> + phy1: ethernet-phy at 1 { +> + phy1: ethernet-phy@1 { > + reg = <1>; > + }; > + }; > + -> + ethernet at 70000 { +> + ethernet@70000 { > + status = "okay"; > + phy = <&phy0>; > + phy-mode = "rgmii-id"; > + }; > + -> + ethernet at 74000 { +> + ethernet@74000 { > + status = "okay"; > + phy = <&phy1>; > + phy-mode = "rgmii-id"; > + }; > + -> + usb at 50000 { +> + usb@50000 { > + status = "okay"; > + }; > + -> + i2c at 11000 { +> + i2c@11000 { > + compatible = "marvell,mv64xxx-i2c"; > + clock-frequency = <100000>; > + status = "okay"; > + -> + g762: g762 at 3e { +> + g762: g762@3e { > + compatible = "gmt,g762"; > + reg = <0x3e>; > + clocks = <&g762_clk>; /* input clock */ @@ -224,19 +224,19 @@ Acked-by: Andrew Lunn <andrew@lunn.ch.> > + &reset_key_pin>; > + pinctrl-names = "default"; > + -> + button at 1 { +> + button@1 { > + label = "Backup Button"; > + linux,code = <133>; /* KEY_COPY */ > + gpios = <&gpio1 20 1>; > + }; > + -> + button at 2 { +> + button@2 { > + label = "Power Button"; > + linux,code = <116>; /* KEY_POWER */ > + gpios = <&gpio1 30 0>; > + }; > + -> + button at 3 { +> + button@3 { > + label = "Reset Button"; > + linux,code = <0x198>; /* KEY_RESTART */ > + gpios = <&gpio2 1 1>; @@ -252,4 +252,8 @@ Acked-by: Andrew Lunn <andrew@lunn.ch.> > +}; > -- > 1.8.4.rc3 -> +> +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 4e54d34..d8a2a31 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,21 @@ "ref\087fvrtqgmq.fsf@natisbad.org\0" - "From\0andrew@lunn.ch (Andrew Lunn)\0" - "Subject\0[PATCHv1] ARM: mvebu: Add Netgear ReadyNAS 104 board\0" + "ref\087fvrtqgmq.fsf-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org\0" + "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0" + "Subject\0Re: [PATCHv1] ARM: mvebu: Add Netgear ReadyNAS 104 board\0" "Date\0Wed, 23 Oct 2013 01:28:06 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\0" + "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>" + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Tue, Oct 22, 2013 at 08:56:13PM +0200, Arnaud Ebalard wrote:\n" @@ -23,7 +36,7 @@ "> \n" "> but the device is usable w/o those.\n" "> \n" - "> Signed-off-by: Arnaud Ebalard <arno@natisbad.org>\n" + "> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n" "> ---\n" "> \n" "> Changes since v0, based on comments from Andrew:\n" @@ -35,7 +48,7 @@ "\n" "Looks good to me.\n" "\n" - "Acked-by: Andrew Lunn <andrew@lunn.ch.>\n" + "Acked-by: Andrew Lunn <andrew-0NA2p/UHkS4@public.gmane.org>\n" "\n" "\t Andrew\n" "\n" @@ -67,7 +80,7 @@ "> +/*\n" "> + * Device Tree file for NETGEAR ReadyNAS 104\n" "> + *\n" - "> + * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>\n" + "> + * Copyright (C) 2013, Arnaud EBALARD <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or\n" "> + * modify it under the terms of the GNU General Public License\n" @@ -100,20 +113,20 @@ "> +\t\t\tstatus = \"okay\";\n" "> +\n" "> +\t\t\t/* Connected to FL1009 USB 3.0 controller */\n" - "> +\t\t\tpcie at 1,0 {\n" + "> +\t\t\tpcie@1,0 {\n" "> +\t\t\t\t/* Port 0, Lane 0 */\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" "> +\t\t\t/* Connected to Marvell 88SE9215 SATA controller */\n" - "> +\t\t\tpcie at 2,0 {\n" + "> +\t\t\tpcie@2,0 {\n" "> +\t\t\t\t/* Port 1, Lane 0 */\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" "> +\t\tinternal-regs {\n" - "> +\t\t\tserial at 12000 {\n" + "> +\t\t\tserial@12000 {\n" "> +\t\t\t\tclock-frequency = <200000000>;\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" @@ -151,37 +164,37 @@ "> +\t\t\t};\n" "> +\n" "> +\t\t\tmdio {\n" - "> +\t\t\t\tphy0: ethernet-phy at 0 {\n" + "> +\t\t\t\tphy0: ethernet-phy@0 {\n" "> +\t\t\t\t\treg = <0>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tphy1: ethernet-phy at 1 {\n" + "> +\t\t\t\tphy1: ethernet-phy@1 {\n" "> +\t\t\t\t\treg = <1>;\n" "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tethernet at 70000 {\n" + "> +\t\t\tethernet@70000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t\tphy = <&phy0>;\n" "> +\t\t\t\tphy-mode = \"rgmii-id\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tethernet at 74000 {\n" + "> +\t\t\tethernet@74000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t\tphy = <&phy1>;\n" "> +\t\t\t\tphy-mode = \"rgmii-id\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb at 50000 {\n" + "> +\t\t\tusb@50000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\ti2c at 11000 {\n" + "> +\t\t\ti2c@11000 {\n" "> +\t\t\t\tcompatible = \"marvell,mv64xxx-i2c\";\n" "> +\t\t\t\tclock-frequency = <100000>;\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\n" - "> +\t\t\t\tg762: g762 at 3e {\n" + "> +\t\t\t\tg762: g762@3e {\n" "> +\t\t\t\t\tcompatible = \"gmt,g762\";\n" "> +\t\t\t\t\treg = <0x3e>;\n" "> +\t\t\t\t\tclocks = <&g762_clk>; /* input clock */\n" @@ -231,19 +244,19 @@ "> +\t\t\t &reset_key_pin>;\n" "> +\t\tpinctrl-names = \"default\";\n" "> +\n" - "> +\t\tbutton at 1 {\n" + "> +\t\tbutton@1 {\n" "> +\t\t\tlabel = \"Backup Button\";\n" "> +\t\t\tlinux,code = <133>; /* KEY_COPY */\n" "> +\t\t\tgpios = <&gpio1 20 1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tbutton at 2 {\n" + "> +\t\tbutton@2 {\n" "> +\t\t\tlabel = \"Power Button\";\n" "> +\t\t\tlinux,code = <116>; /* KEY_POWER */\n" "> +\t\t\tgpios = <&gpio1 30 0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tbutton at 3 {\n" + "> +\t\tbutton@3 {\n" "> +\t\t\tlabel = \"Reset Button\";\n" "> +\t\t\tlinux,code = <0x198>; /* KEY_RESTART */\n" "> +\t\t\tgpios = <&gpio2 1 1>;\n" @@ -259,6 +272,10 @@ "> +};\n" "> -- \n" "> 1.8.4.rc3\n" - > + "> \n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -487a8b7eac374a5208da8bf8bfef64bd104425244167c0fba2c390b1c894914a +dfa06322b50815a4802c8f5633ef1841e3fccc73e15d9ec461aaf0221b6f6f59
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.