diff for duplicates of <5370D84A.9030405@gmail.com> diff --git a/a/1.txt b/N1/1.txt index c60c1ee..50ab1d1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ On 05/12/2014 02:46 PM, Kishon Vijay Abraham I wrote: > Hi, > -> On Monday 12 May 2014 02:46 PM, Antoine Ténart wrote: +> On Monday 12 May 2014 02:46 PM, Antoine T?nart wrote: >> The Berlin SoC has a two SATA ports. Add a PHY driver to handle them. >> ->> Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> +>> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com> >> --- >> drivers/phy/Kconfig | 5 ++ >> drivers/phy/Makefile | 1 + @@ -51,7 +51,7 @@ On 05/12/2014 02:46 PM, Kishon Vijay Abraham I wrote: >> + * >> + * Copyright (C) 2014 Marvell Technology Group Ltd. >> + * ->> + * Antoine Ténart <antoine.tenart@free-electrons.com> +>> + * Antoine T?nart <antoine.tenart@free-electrons.com> >> + * >> + * This file is licensed under the terms of the GNU General Public >> + * License version 2. This program is licensed "as is" without any @@ -125,7 +125,7 @@ Just to make sure we get it right: You want the PHY (provider) node look like this: -sata_phy: phy@f7e900a0 { +sata_phy: phy at f7e900a0 { compatible = "marvell,berlin-sata-phy"; reg = <0xf7e900a0 0x10>; #address-cells = <1>; @@ -133,9 +133,9 @@ sata_phy: phy@f7e900a0 { #phy-cells = <1>; status = "okay"; - sata_phy0: phy@0 { reg = <0>; }; + sata_phy0: phy at 0 { reg = <0>; }; - sata_phy1: phy@1 { reg = <1>; }; + sata_phy1: phy at 1 { reg = <1>; }; }; and parse the number of individual PHYs with @@ -183,7 +183,7 @@ Sebastian >> +module_platform_driver(phy_berlin_sata_driver); >> + >> +MODULE_DESCRIPTION("Marvell Berlin SATA PHY driver"); ->> +MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); +>> +MODULE_AUTHOR("Antoine T?nart <antoine.tenart@free-electrons.com>"); >> +MODULE_LICENSE("GPL"); > > GPL v2 as the file header states so? diff --git a/a/content_digest b/N1/content_digest index f9366f4..6dca241 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,19 @@ "ref\01399886217-20474-1-git-send-email-antoine.tenart@free-electrons.com\0" "ref\01399886217-20474-2-git-send-email-antoine.tenart@free-electrons.com\0" "ref\05370C2B6.8030908@ti.com\0" - "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" - "Subject\0Re: [PATCH v2 1/6] phy: add a driver for the Berlin SATA PHY\0" + "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" + "Subject\0[PATCH v2 1/6] phy: add a driver for the Berlin SATA PHY\0" "Date\0Mon, 12 May 2014 16:18:50 +0200\0" - "To\0Kishon Vijay Abraham I <kishon@ti.com>" - " Antoine T\303\251nart <antoine.tenart@free-electrons.com>" - " tj@kernel.org\0" - "Cc\0alexandre.belloni@free-electrons.com" - thomas.petazzoni@free-electrons.com - zmxu@marvell.com - jszhang@marvell.com - linux-arm-kernel@lists.infradead.org - linux-ide@vger.kernel.org - " linux-kernel@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 05/12/2014 02:46 PM, Kishon Vijay Abraham I wrote:\n" "> Hi,\n" ">\n" - "> On Monday 12 May 2014 02:46 PM, Antoine T\303\203\302\251nart wrote:\n" + "> On Monday 12 May 2014 02:46 PM, Antoine T?nart wrote:\n" ">> The Berlin SoC has a two SATA ports. Add a PHY driver to handle them.\n" ">>\n" - ">> Signed-off-by: Antoine T\303\203\302\251nart <antoine.tenart@free-electrons.com>\n" + ">> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>\n" ">> ---\n" ">> drivers/phy/Kconfig | 5 ++\n" ">> drivers/phy/Makefile | 1 +\n" @@ -69,7 +60,7 @@ ">> + *\n" ">> + * Copyright (C) 2014 Marvell Technology Group Ltd.\n" ">> + *\n" - ">> + * Antoine T\303\203\302\251nart <antoine.tenart@free-electrons.com>\n" + ">> + * Antoine T?nart <antoine.tenart@free-electrons.com>\n" ">> + *\n" ">> + * This file is licensed under the terms of the GNU General Public\n" ">> + * License version 2. This program is licensed \"as is\" without any\n" @@ -143,7 +134,7 @@ "\n" "You want the PHY (provider) node look like this:\n" "\n" - "sata_phy: phy@f7e900a0 {\n" + "sata_phy: phy at f7e900a0 {\n" "\tcompatible = \"marvell,berlin-sata-phy\";\n" "\treg = <0xf7e900a0 0x10>;\n" "\t#address-cells = <1>;\n" @@ -151,9 +142,9 @@ "\t#phy-cells = <1>;\n" "\tstatus = \"okay\";\n" "\n" - "\tsata_phy0: phy@0 { reg = <0>; };\n" + "\tsata_phy0: phy at 0 { reg = <0>; };\n" "\n" - "\tsata_phy1: phy@1 { reg = <1>; };\n" + "\tsata_phy1: phy at 1 { reg = <1>; };\n" "};\n" "\n" "and parse the number of individual PHYs with\n" @@ -201,7 +192,7 @@ ">> +module_platform_driver(phy_berlin_sata_driver);\n" ">> +\n" ">> +MODULE_DESCRIPTION(\"Marvell Berlin SATA PHY driver\");\n" - ">> +MODULE_AUTHOR(\"Antoine T\303\203\302\251nart <antoine.tenart@free-electrons.com>\");\n" + ">> +MODULE_AUTHOR(\"Antoine T?nart <antoine.tenart@free-electrons.com>\");\n" ">> +MODULE_LICENSE(\"GPL\");\n" ">\n" "> GPL v2 as the file header states so?\n" @@ -210,4 +201,4 @@ "> Kishon\n" > -233000761d8d8c639a6e5ee55cbb1ac703ff5efdb0b074ea6beaddd00a45b52e +4a2bfc263e479a5418cb7f73599ef2e37fcb37dc25f6546503ba34f92a299bdc
diff --git a/a/1.txt b/N2/1.txt index c60c1ee..a20f51a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,10 +1,10 @@ On 05/12/2014 02:46 PM, Kishon Vijay Abraham I wrote: > Hi, > -> On Monday 12 May 2014 02:46 PM, Antoine Ténart wrote: +> On Monday 12 May 2014 02:46 PM, Antoine Ténart wrote: >> The Berlin SoC has a two SATA ports. Add a PHY driver to handle them. >> ->> Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> +>> Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> >> --- >> drivers/phy/Kconfig | 5 ++ >> drivers/phy/Makefile | 1 + @@ -51,7 +51,7 @@ On 05/12/2014 02:46 PM, Kishon Vijay Abraham I wrote: >> + * >> + * Copyright (C) 2014 Marvell Technology Group Ltd. >> + * ->> + * Antoine Ténart <antoine.tenart@free-electrons.com> +>> + * Antoine Ténart <antoine.tenart@free-electrons.com> >> + * >> + * This file is licensed under the terms of the GNU General Public >> + * License version 2. This program is licensed "as is" without any @@ -183,7 +183,7 @@ Sebastian >> +module_platform_driver(phy_berlin_sata_driver); >> + >> +MODULE_DESCRIPTION("Marvell Berlin SATA PHY driver"); ->> +MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); +>> +MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); >> +MODULE_LICENSE("GPL"); > > GPL v2 as the file header states so? diff --git a/a/content_digest b/N2/content_digest index f9366f4..cb2f582 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -19,10 +19,10 @@ "On 05/12/2014 02:46 PM, Kishon Vijay Abraham I wrote:\n" "> Hi,\n" ">\n" - "> On Monday 12 May 2014 02:46 PM, Antoine T\303\203\302\251nart wrote:\n" + "> On Monday 12 May 2014 02:46 PM, Antoine T\303\251nart wrote:\n" ">> The Berlin SoC has a two SATA ports. Add a PHY driver to handle them.\n" ">>\n" - ">> Signed-off-by: Antoine T\303\203\302\251nart <antoine.tenart@free-electrons.com>\n" + ">> Signed-off-by: Antoine T\303\251nart <antoine.tenart@free-electrons.com>\n" ">> ---\n" ">> drivers/phy/Kconfig | 5 ++\n" ">> drivers/phy/Makefile | 1 +\n" @@ -69,7 +69,7 @@ ">> + *\n" ">> + * Copyright (C) 2014 Marvell Technology Group Ltd.\n" ">> + *\n" - ">> + * Antoine T\303\203\302\251nart <antoine.tenart@free-electrons.com>\n" + ">> + * Antoine T\303\251nart <antoine.tenart@free-electrons.com>\n" ">> + *\n" ">> + * This file is licensed under the terms of the GNU General Public\n" ">> + * License version 2. This program is licensed \"as is\" without any\n" @@ -201,7 +201,7 @@ ">> +module_platform_driver(phy_berlin_sata_driver);\n" ">> +\n" ">> +MODULE_DESCRIPTION(\"Marvell Berlin SATA PHY driver\");\n" - ">> +MODULE_AUTHOR(\"Antoine T\303\203\302\251nart <antoine.tenart@free-electrons.com>\");\n" + ">> +MODULE_AUTHOR(\"Antoine T\303\251nart <antoine.tenart@free-electrons.com>\");\n" ">> +MODULE_LICENSE(\"GPL\");\n" ">\n" "> GPL v2 as the file header states so?\n" @@ -210,4 +210,4 @@ "> Kishon\n" > -233000761d8d8c639a6e5ee55cbb1ac703ff5efdb0b074ea6beaddd00a45b52e +dd2cbd31260a7ecedf79a6dd8c5ec0d59e32eb7480df3bdc9478bd70578df492
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.