diff for duplicates of <20160225163245.GI8120@localhost> diff --git a/a/1.txt b/N1/1.txt index feb071e..2cd8bff 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi Joao, -On Wed, Feb 17, 2016 at 05:46:19PM +0000, Joao Pinto wrote: +On Wed, Feb 17, 2016@05:46:19PM +0000, Joao Pinto wrote: > The "wait for link" routine was centralised and so all drivers using it > (dra7xx, exynos, imx6 and spear13xx) were updated to include the new > function. The keystone driver was not updated because it had some custom @@ -9,7 +9,7 @@ On Wed, Feb 17, 2016 at 05:46:19PM +0000, Joao Pinto wrote: > A simple module (pcie-designware-plat) was created to contain the > specific platform init code for pcie-designware. > -> Signed-off-by: Joao Pinto <jpinto@synopsys.com> +> Signed-off-by: Joao Pinto <jpinto at synopsys.com> This seems to have a couple things mashed together that should be split apart: @@ -90,7 +90,7 @@ I'll untangle them and post a v10 for your approval. > + > +Example configuration: > + -> + pcie: pcie@0xdffff000 { +> + pcie: pcie at 0xdffff000 { > + compatible = "snps,dw-pcie"; > + reg = <0xdffff000 0x1000>, /* Controller registers */ > + <0xd0000000 0x2000>; /* PCI config space */ @@ -243,7 +243,7 @@ I'll untangle them and post a v10 for your approval. > + * > + * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) > + * -> + * Authors: Joao Pinto <jpinto@synopsys.com> +> + * Authors: Joao Pinto <jpinto at synopsys.com> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -378,7 +378,7 @@ I'll untangle them and post a v10 for your approval. > + > +module_platform_driver(dw_plat_pcie_driver); > + -> +MODULE_AUTHOR("Joao Pinto <Joao.Pinto@synopsys.com>"); +> +MODULE_AUTHOR("Joao Pinto <Joao.Pinto at synopsys.com>"); > +MODULE_DESCRIPTION("Synopsys PCIe host controller glue platform driver"); > +MODULE_LICENSE("GPL v2"); > diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c @@ -508,5 +508,5 @@ I'll untangle them and post a v10 for your approval. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in -> the body of a message to majordomo@vger.kernel.org +> the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 6da8eff..655226f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,14 @@ "ref\0cover.1454952698.git.jpinto@synopsys.com\0" "ref\09069117816a5cd9cc3314b6d584c26d457807b8e.1454952698.git.jpinto@synopsys.com\0" - "From\0Bjorn Helgaas <helgaas@kernel.org>\0" - "Subject\0Re: [PATCH RESEND v9 2/2] pcie-designware platform driver\0" + "From\0helgaas@kernel.org (Bjorn Helgaas)\0" + "Subject\0[PATCH RESEND v9 2/2] pcie-designware platform driver\0" "Date\0Thu, 25 Feb 2016 10:32:45 -0600\0" - "To\0Joao Pinto <Joao.Pinto@synopsys.com>\0" - "Cc\0Vineet.Gupta1@synopsys.com" - linux-pci@vger.kernel.org - linux-kernel@vger.kernel.org - linux-snps-arc@lists.infradead.org - CARLOS.PALMINHA@synopsys.com - Alexey.Brodkin@synopsys.com - robh+dt@kernel.org - pawel.moll@arm.com - mark.rutland@arm.com - ijc+devicetree@hellion.org.uk - galak@codeaurora.org - " arnd@arndb.de\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Joao,\n" "\n" - "On Wed, Feb 17, 2016 at 05:46:19PM +0000, Joao Pinto wrote:\n" + "On Wed, Feb 17, 2016@05:46:19PM +0000, Joao Pinto wrote:\n" "> The \"wait for link\" routine was centralised and so all drivers using it\n" "> (dra7xx, exynos, imx6 and spear13xx) were updated to include the new\n" "> function. The keystone driver was not updated because it had some custom\n" @@ -29,7 +17,7 @@ "> A simple module (pcie-designware-plat) was created to contain the \n" "> specific platform init code for pcie-designware.\n" "> \n" - "> Signed-off-by: Joao Pinto <jpinto@synopsys.com>\n" + "> Signed-off-by: Joao Pinto <jpinto at synopsys.com>\n" "\n" "This seems to have a couple things mashed together that should be\n" "split apart:\n" @@ -110,7 +98,7 @@ "> +\n" "> +Example configuration:\n" "> +\n" - "> +\tpcie: pcie@0xdffff000 {\n" + "> +\tpcie: pcie at 0xdffff000 {\n" "> +\t\tcompatible = \"snps,dw-pcie\";\n" "> +\t\treg = <0xdffff000 0x1000>, /* Controller registers */\n" "> +\t\t <0xd0000000 0x2000>; /* PCI config space */\n" @@ -263,7 +251,7 @@ "> + *\n" "> + * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)\n" "> + *\n" - "> + * Authors: Joao Pinto <jpinto@synopsys.com>\n" + "> + * Authors: Joao Pinto <jpinto at synopsys.com>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -398,7 +386,7 @@ "> +\n" "> +module_platform_driver(dw_plat_pcie_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Joao Pinto <Joao.Pinto@synopsys.com>\");\n" + "> +MODULE_AUTHOR(\"Joao Pinto <Joao.Pinto at synopsys.com>\");\n" "> +MODULE_DESCRIPTION(\"Synopsys PCIe host controller glue platform driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" "> diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c\n" @@ -528,7 +516,7 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-pci\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" + "> the body of a message to majordomo at vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -236dcd226161842ff38d30478acc03e8f9994706de467e698e1eff1b9b013d04 +974c527fb9d4bce69da813cdfecabc70f804e1284a7e5eafb9fa65467d059df3
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.