diff for duplicates of <5371AD84.4070600@ti.com> diff --git a/a/1.txt b/N1/1.txt index 2dfdfa1..ee67470 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,10 +4,10 @@ On Monday 12 May 2014 07:48 PM, Sebastian Hesselbarth wrote: > 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 + @@ -55,7 +55,7 @@ On Monday 12 May 2014 07:48 PM, Sebastian Hesselbarth 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 @@ -129,7 +129,7 @@ On Monday 12 May 2014 07:48 PM, Sebastian Hesselbarth wrote: > > 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>; @@ -137,9 +137,9 @@ On Monday 12 May 2014 07:48 PM, Sebastian Hesselbarth wrote: > #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 @@ -192,7 +192,7 @@ Kishon >>> +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 84d990a..31f6c2f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,19 +2,10 @@ "ref\01399886217-20474-2-git-send-email-antoine.tenart@free-electrons.com\0" "ref\05370C2B6.8030908@ti.com\0" "ref\05370D84A.9030405@gmail.com\0" - "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" - "Subject\0Re: [PATCH v2 1/6] phy: add a driver for the Berlin SATA PHY\0" + "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" + "Subject\0[PATCH v2 1/6] phy: add a driver for the Berlin SATA PHY\0" "Date\0Tue, 13 May 2014 10:58:36 +0530\0" - "To\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.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" "Hi,\n" @@ -23,10 +14,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\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\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" @@ -74,7 +65,7 @@ ">>> + *\n" ">>> + * Copyright (C) 2014 Marvell Technology Group Ltd.\n" ">>> + *\n" - ">>> + * Antoine T\303\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" @@ -148,7 +139,7 @@ "> \n" "> You want the PHY (provider) node look like this:\n" "> \n" - "> sata_phy: phy@f7e900a0 {\n" + "> sata_phy: phy at f7e900a0 {\n" "> compatible = \"marvell,berlin-sata-phy\";\n" "> reg = <0xf7e900a0 0x10>;\n" "> #address-cells = <1>;\n" @@ -156,9 +147,9 @@ "> #phy-cells = <1>;\n" "> status = \"okay\";\n" "> \n" - "> sata_phy0: phy@0 { reg = <0>; };\n" + "> sata_phy0: phy at 0 { reg = <0>; };\n" "> \n" - "> sata_phy1: phy@1 { reg = <1>; };\n" + "> sata_phy1: phy at 1 { reg = <1>; };\n" "> };\n" "> \n" "> and parse the number of individual PHYs with\n" @@ -211,7 +202,7 @@ ">>> +module_platform_driver(phy_berlin_sata_driver);\n" ">>> +\n" ">>> +MODULE_DESCRIPTION(\"Marvell Berlin SATA PHY driver\");\n" - ">>> +MODULE_AUTHOR(\"Antoine T\303\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" @@ -221,4 +212,4 @@ ">>\n" > -6f073b187b99afd83f5f8089745fb15c9ef2acff56b9d84a4669e1cd1083e418 +bf7e4c2abb7c9b71d592a81bc172f7f96d3d193e280623317521a3507501c20f
diff --git a/a/content_digest b/N2/content_digest index 84d990a..c8804f7 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,13 +8,13 @@ "To\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.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" + "Cc\0<alexandre.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" "\00:1\0" "b\0" "Hi,\n" @@ -221,4 +221,4 @@ ">>\n" > -6f073b187b99afd83f5f8089745fb15c9ef2acff56b9d84a4669e1cd1083e418 +1e917fc2fced3f95511788afacb8500536faee416147fc27e7b6aef5eeaa43f7
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.