diff for duplicates of <587C586C.6070003@ti.com> diff --git a/a/1.txt b/N1/1.txt index efc486b..cdcdd29 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ Hi Joao, On Friday 13 January 2017 10:19 PM, Joao Pinto wrote: -> Às 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu: +> =C0s 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu: >> Split pcie-designware.c into pcie-designware-host.c that contains >> the host specific parts of the driver and pcie-designware.c that >> contains the parts used by both host driver and endpoint driver. @@ -9,8 +9,10 @@ On Friday 13 January 2017 10:19 PM, Joao Pinto wrote: >> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> >> --- >> drivers/pci/dwc/Makefile | 2 +- ->> drivers/pci/dwc/pcie-designware-host.c | 619 ++++++++++++++++++++++++++++++++ ->> drivers/pci/dwc/pcie-designware.c | 613 +------------------------------ +>> drivers/pci/dwc/pcie-designware-host.c | 619 +++++++++++++++++++++++++= ++++++++ +>> drivers/pci/dwc/pcie-designware.c | 613 +------------------------= +------ >> drivers/pci/dwc/pcie-designware.h | 8 + >> 4 files changed, 634 insertions(+), 608 deletions(-) >> create mode 100644 drivers/pci/dwc/pcie-designware-host.c @@ -20,9 +22,11 @@ On Friday 13 January 2017 10:19 PM, Joao Pinto wrote: >> --- a/drivers/pci/dwc/Makefile >> +++ b/drivers/pci/dwc/Makefile >> @@ -1,4 +1,4 @@ -> +> = + > (snip...) -> +> = + >> -static void dw_pcie_prog_outbound_atu(struct dw_pcie *pci, int index, >> - int type, u64 cpu_addr, u64 pci_addr, >> - u32 size) @@ -30,16 +34,26 @@ On Friday 13 January 2017 10:19 PM, Joao Pinto wrote: >> + u64 cpu_addr, u64 pci_addr, u32 size) >> { >> u32 retries, val; ->> ->> @@ -186,220 +151,6 @@ static void dw_pcie_prog_outbound_atu(struct dw_pcie *pci, int index, +>> = + +>> @@ -186,220 +151,6 @@ static void dw_pcie_prog_outbound_atu(struct dw_pc= +ie *pci, int index, >> dev_err(pci->dev, "iATU is not being enabled\n"); >> } -> -> Kishon, iATU only makes sense in The Root Complex (host), so it should be inside +> = + +> Kishon, iATU only makes sense in The Root Complex (host), so it should be= + inside > the pcie-designware-host. -That is not true. Outbound ATU should be programmed to access host side buffers +That is not true. Outbound ATU should be programmed to access host side buf= +fers and inbound ATU should be programmed for the host to access EP mem space. Thanks Kishon + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index fafc300..f4b45d4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,23 +8,23 @@ Bjorn Helgaas <bhelgaas@google.com> Jingoo Han <jingoohan1@gmail.com> " Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0linux-pci@vger.kernel.org" + "Cc\0devicetree@vger.kernel.org" + linux-samsung-soc@vger.kernel.org linux-doc@vger.kernel.org + linux-pci@vger.kernel.org + nsekhar@ti.com linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - linux-omap@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-samsung-soc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org linux-arm-kernel@axis.com linux-arm-msm@vger.kernel.org - " nsekhar@ti.com\0" + linux-omap@vger.kernel.org + linuxppc-dev@lists.ozlabs.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Joao,\n" "\n" "On Friday 13 January 2017 10:19 PM, Joao Pinto wrote:\n" - "> \303\200s 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu:\n" + "> =C0s 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu:\n" ">> Split pcie-designware.c into pcie-designware-host.c that contains\n" ">> the host specific parts of the driver and pcie-designware.c that\n" ">> contains the parts used by both host driver and endpoint driver.\n" @@ -32,8 +32,10 @@ ">> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>\n" ">> ---\n" ">> drivers/pci/dwc/Makefile | 2 +-\n" - ">> drivers/pci/dwc/pcie-designware-host.c | 619 ++++++++++++++++++++++++++++++++\n" - ">> drivers/pci/dwc/pcie-designware.c | 613 +------------------------------\n" + ">> drivers/pci/dwc/pcie-designware-host.c | 619 +++++++++++++++++++++++++=\n" + "+++++++\n" + ">> drivers/pci/dwc/pcie-designware.c | 613 +------------------------=\n" + "------\n" ">> drivers/pci/dwc/pcie-designware.h | 8 +\n" ">> 4 files changed, 634 insertions(+), 608 deletions(-)\n" ">> create mode 100644 drivers/pci/dwc/pcie-designware-host.c\n" @@ -43,9 +45,11 @@ ">> --- a/drivers/pci/dwc/Makefile\n" ">> +++ b/drivers/pci/dwc/Makefile\n" ">> @@ -1,4 +1,4 @@\n" - "> \n" + "> =\n" + "\n" "> (snip...)\n" - "> \n" + "> =\n" + "\n" ">> -static void dw_pcie_prog_outbound_atu(struct dw_pcie *pci, int index,\n" ">> -\t\t\t\t int type, u64 cpu_addr, u64 pci_addr,\n" ">> -\t\t\t\t u32 size)\n" @@ -53,18 +57,28 @@ ">> +\t\t\t u64 cpu_addr, u64 pci_addr, u32 size)\n" ">> {\n" ">> \tu32 retries, val;\n" - ">> \n" - ">> @@ -186,220 +151,6 @@ static void dw_pcie_prog_outbound_atu(struct dw_pcie *pci, int index,\n" + ">> =\n" + "\n" + ">> @@ -186,220 +151,6 @@ static void dw_pcie_prog_outbound_atu(struct dw_pc=\n" + "ie *pci, int index,\n" ">> \tdev_err(pci->dev, \"iATU is not being enabled\\n\");\n" ">> }\n" - "> \n" - "> Kishon, iATU only makes sense in The Root Complex (host), so it should be inside\n" + "> =\n" + "\n" + "> Kishon, iATU only makes sense in The Root Complex (host), so it should be=\n" + " inside\n" "> the pcie-designware-host.\n" "\n" - "That is not true. Outbound ATU should be programmed to access host side buffers\n" + "That is not true. Outbound ATU should be programmed to access host side buf=\n" + "fers\n" "and inbound ATU should be programmed for the host to access EP mem space.\n" "\n" "Thanks\n" - Kishon + "Kishon\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -361bfbd0910fedfdc2c3006c04d17649d97e4f42836be583ddc7977878c1c129 +d7fd5c8f3d845dbdb5f9a88094b64def5f59ab7dfa44a70a115ab4baa36873b3
diff --git a/a/content_digest b/N2/content_digest index fafc300..630dc7f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,17 +8,17 @@ Bjorn Helgaas <bhelgaas@google.com> Jingoo Han <jingoohan1@gmail.com> " Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0linux-pci@vger.kernel.org" - linux-doc@vger.kernel.org - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - linux-omap@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-samsung-soc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-arm-kernel@axis.com - linux-arm-msm@vger.kernel.org - " nsekhar@ti.com\0" + "Cc\0<linux-pci@vger.kernel.org>" + <linux-doc@vger.kernel.org> + <linux-kernel@vger.kernel.org> + <devicetree@vger.kernel.org> + <linux-omap@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + <linux-samsung-soc@vger.kernel.org> + <linuxppc-dev@lists.ozlabs.org> + <linux-arm-kernel@axis.com> + <linux-arm-msm@vger.kernel.org> + " <nsekhar@ti.com>\0" "\00:1\0" "b\0" "Hi Joao,\n" @@ -67,4 +67,4 @@ "Thanks\n" Kishon -361bfbd0910fedfdc2c3006c04d17649d97e4f42836be583ddc7977878c1c129 +c21bb5619cd2f8750ed51e1a46daf00f6d22703185aebd1f9b22656ccd87c525
diff --git a/a/1.txt b/N3/1.txt index efc486b..26a2512 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,7 +1,7 @@ Hi Joao, On Friday 13 January 2017 10:19 PM, Joao Pinto wrote: -> Às 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu: +> ?s 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu: >> Split pcie-designware.c into pcie-designware-host.c that contains >> the host specific parts of the driver and pcie-designware.c that >> contains the parts used by both host driver and endpoint driver. diff --git a/a/content_digest b/N3/content_digest index fafc300..f06c900 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,30 +1,16 @@ "ref\01484216786-17292-1-git-send-email-kishon@ti.com\0" "ref\01484216786-17292-12-git-send-email-kishon@ti.com\0" "ref\04a89fb45-af84-d660-5ef0-12227b141cda@synopsys.com\0" - "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" - "Subject\0Re: [PATCH 11/37] PCI: dwc: Split pcie-designware.c into host and core files\0" + "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" + "Subject\0[PATCH 11/37] PCI: dwc: Split pcie-designware.c into host and core files\0" "Date\0Mon, 16 Jan 2017 10:51:48 +0530\0" - "To\0Joao Pinto <Joao.Pinto@synopsys.com>" - Bjorn Helgaas <bhelgaas@google.com> - Jingoo Han <jingoohan1@gmail.com> - " Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0linux-pci@vger.kernel.org" - linux-doc@vger.kernel.org - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - linux-omap@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-samsung-soc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-arm-kernel@axis.com - linux-arm-msm@vger.kernel.org - " nsekhar@ti.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Joao,\n" "\n" "On Friday 13 January 2017 10:19 PM, Joao Pinto wrote:\n" - "> \303\200s 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu:\n" + "> ?s 10:26 AM de 1/12/2017, Kishon Vijay Abraham I escreveu:\n" ">> Split pcie-designware.c into pcie-designware-host.c that contains\n" ">> the host specific parts of the driver and pcie-designware.c that\n" ">> contains the parts used by both host driver and endpoint driver.\n" @@ -67,4 +53,4 @@ "Thanks\n" Kishon -361bfbd0910fedfdc2c3006c04d17649d97e4f42836be583ddc7977878c1c129 +a55b25c82421b55b5a30fc6321ee906677351c82cae1d1aa3fc0f2be6a3a9f22
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.