diff for duplicates of <20180420080313.18796-22-hch@lst.de> diff --git a/a/content_digest b/N1/content_digest index 2cf8bd7..7922f2e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,6 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 21/22] sparc: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:12 +0200\0" - "To\0\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -264,4 +263,4 @@ "-- \n" 2.17.0 -ffe422a2328cb20961b14d3753be6b2228060f0cae28b6f8ff099b13bf9e5274 +d178062ebf08fa325321eb15c1ffed7fd54e8cea7493779e59e5cda63a410e06
diff --git a/a/content_digest b/N2/content_digest index 2cf8bd7..9991330 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 21/22] sparc: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:12 +0200\0" - "To\0\0" + "To\0unlisted-recipients:; (no To-header on input)\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -264,4 +264,4 @@ "-- \n" 2.17.0 -ffe422a2328cb20961b14d3753be6b2228060f0cae28b6f8ff099b13bf9e5274 +b02fa89a326df213086e99bb27d98c8b986b2d1dab998028fa05eaeb4e95b08b
diff --git a/a/1.txt b/N3/1.txt index c833855..9310b71 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -4,7 +4,7 @@ This removes the previous sync_single_for_device implementation, which looks bogus given that no syncing is happening in the similar but more important map_single case. -Signed-off-by: Christoph Hellwig <hch@lst.de> +Signed-off-by: Christoph Hellwig <hch at lst.de> --- arch/sparc/Kconfig | 2 + arch/sparc/include/asm/dma-mapping.h | 5 +- diff --git a/a/content_digest b/N3/content_digest index 2cf8bd7..086c297 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,25 +1,8 @@ "ref\020180420080313.18796-1-hch@lst.de\0" - "From\0Christoph Hellwig <hch@lst.de>\0" + "From\0hch@lst.de (Christoph Hellwig)\0" "Subject\0[PATCH 21/22] sparc: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:12 +0200\0" - "To\0\0" - "Cc\0linux-arch@vger.kernel.org" - Michal Simek <monstr@monstr.eu> - Greentime Hu <green.hu@gmail.com> - Vincent Chen <deanbo422@gmail.com> - linux-alpha@vger.kernel.org - linux-snps-arc@lists.infradead.org - linux-arm-kernel@lists.infradead.org - linux-c6x-dev@linux-c6x.org - linux-hexagon@vger.kernel.org - linux-m68k@lists.linux-m68k.org - nios2-dev@lists.rocketboards.org - openrisc@lists.librecores.org - linux-parisc@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - linux-xtensa@linux-xtensa.org - " linux-kernel@vger.kernel.org\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" "Switch to the generic noncoherent direct mapping implementation.\n" @@ -28,7 +11,7 @@ "looks bogus given that no syncing is happening in the similar but more\n" "important map_single case.\n" "\n" - "Signed-off-by: Christoph Hellwig <hch@lst.de>\n" + "Signed-off-by: Christoph Hellwig <hch at lst.de>\n" "---\n" " arch/sparc/Kconfig | 2 +\n" " arch/sparc/include/asm/dma-mapping.h | 5 +-\n" @@ -264,4 +247,4 @@ "-- \n" 2.17.0 -ffe422a2328cb20961b14d3753be6b2228060f0cae28b6f8ff099b13bf9e5274 +b6ebdb74e7b416fa1bf4899cf517d96cdd6b2356457d7a430724956985d300c4
diff --git a/a/1.txt b/N4/1.txt index c833855..bc032c6 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -39,12 +39,12 @@ index 12ae33daf52f..e17566376934 100644 @@ -15,11 +14,11 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { #ifdef CONFIG_SPARC_LEON - if (sparc_cpu_model == sparc_leon) + if (sparc_cpu_model = sparc_leon) - return &pci32_dma_ops; + return &dma_noncoherent_ops; #endif #if defined(CONFIG_SPARC32) && defined(CONFIG_PCI) - if (bus == &pci_bus_type) + if (bus = &pci_bus_type) - return &pci32_dma_ops; + return &dma_noncoherent_ops; #endif diff --git a/a/content_digest b/N4/content_digest index 2cf8bd7..750a286 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,8 +1,7 @@ "ref\020180420080313.18796-1-hch@lst.de\0" "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 21/22] sparc: use generic dma_noncoherent_ops\0" - "Date\0Fri, 20 Apr 2018 10:03:12 +0200\0" - "To\0\0" + "Date\0Fri, 20 Apr 2018 08:03:12 +0000\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -63,12 +62,12 @@ "@@ -15,11 +14,11 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)\n" " {\n" " #ifdef CONFIG_SPARC_LEON\n" - " \tif (sparc_cpu_model == sparc_leon)\n" + " \tif (sparc_cpu_model = sparc_leon)\n" "-\t\treturn &pci32_dma_ops;\n" "+\t\treturn &dma_noncoherent_ops;\n" " #endif\n" " #if defined(CONFIG_SPARC32) && defined(CONFIG_PCI)\n" - " \tif (bus == &pci_bus_type)\n" + " \tif (bus = &pci_bus_type)\n" "-\t\treturn &pci32_dma_ops;\n" "+\t\treturn &dma_noncoherent_ops;\n" " #endif\n" @@ -264,4 +263,4 @@ "-- \n" 2.17.0 -ffe422a2328cb20961b14d3753be6b2228060f0cae28b6f8ff099b13bf9e5274 +986e40897444ab3895b5777c0b05b6be59861c02091b4fa4acc13c6fa5646649
diff --git a/a/content_digest b/N5/content_digest index 2cf8bd7..86b871d 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -1,25 +1,8 @@ "ref\020180420080313.18796-1-hch@lst.de\0" "From\0Christoph Hellwig <hch@lst.de>\0" - "Subject\0[PATCH 21/22] sparc: use generic dma_noncoherent_ops\0" + "Subject\0[OpenRISC] [PATCH 21/22] sparc: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:12 +0200\0" - "To\0\0" - "Cc\0linux-arch@vger.kernel.org" - Michal Simek <monstr@monstr.eu> - Greentime Hu <green.hu@gmail.com> - Vincent Chen <deanbo422@gmail.com> - linux-alpha@vger.kernel.org - linux-snps-arc@lists.infradead.org - linux-arm-kernel@lists.infradead.org - linux-c6x-dev@linux-c6x.org - linux-hexagon@vger.kernel.org - linux-m68k@lists.linux-m68k.org - nios2-dev@lists.rocketboards.org - openrisc@lists.librecores.org - linux-parisc@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - linux-xtensa@linux-xtensa.org - " linux-kernel@vger.kernel.org\0" + "To\0openrisc@lists.librecores.org\0" "\00:1\0" "b\0" "Switch to the generic noncoherent direct mapping implementation.\n" @@ -264,4 +247,4 @@ "-- \n" 2.17.0 -ffe422a2328cb20961b14d3753be6b2228060f0cae28b6f8ff099b13bf9e5274 +96ac03dc121c57691d7039c1e1a1c9b20752599170e509f5bb28434e88df8d4c
diff --git a/a/content_digest b/N6/content_digest index 2cf8bd7..5352a20 100644 --- a/a/content_digest +++ b/N6/content_digest @@ -1,25 +1,8 @@ "ref\020180420080313.18796-1-hch@lst.de\0" - "From\0Christoph Hellwig <hch@lst.de>\0" + "From\0hch@lst.de (Christoph Hellwig)\0" "Subject\0[PATCH 21/22] sparc: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:12 +0200\0" - "To\0\0" - "Cc\0linux-arch@vger.kernel.org" - Michal Simek <monstr@monstr.eu> - Greentime Hu <green.hu@gmail.com> - Vincent Chen <deanbo422@gmail.com> - linux-alpha@vger.kernel.org - linux-snps-arc@lists.infradead.org - linux-arm-kernel@lists.infradead.org - linux-c6x-dev@linux-c6x.org - linux-hexagon@vger.kernel.org - linux-m68k@lists.linux-m68k.org - nios2-dev@lists.rocketboards.org - openrisc@lists.librecores.org - linux-parisc@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - linux-xtensa@linux-xtensa.org - " linux-kernel@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Switch to the generic noncoherent direct mapping implementation.\n" @@ -264,4 +247,4 @@ "-- \n" 2.17.0 -ffe422a2328cb20961b14d3753be6b2228060f0cae28b6f8ff099b13bf9e5274 +b394747729c4dd7fb7f5344c2a6debbc34fc5489ea7a09d7713d3974b6e87267
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.