diff for duplicates of <20180420080313.18796-12-hch@lst.de> diff --git a/a/content_digest b/N1/content_digest index f8436f6..c08953c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,6 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 11/22] microblaze: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:02 +0200\0" - "To\0\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -350,4 +349,4 @@ "-- \n" 2.17.0 -a725489d4ee282c3d07efbca4ceb676a06a6b7c7def4cbcdd3d01effcd357ef1 +d4854b975deaaa461f24f4676aa8aa0fd3a9225120f5f3229e4a62842b7bec28
diff --git a/a/content_digest b/N2/content_digest index f8436f6..681ef06 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 11/22] microblaze: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:02 +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> @@ -350,4 +350,4 @@ "-- \n" 2.17.0 -a725489d4ee282c3d07efbca4ceb676a06a6b7c7def4cbcdd3d01effcd357ef1 +4b54a60364bd577d769eb3e15c78a151bc5cb2614f82bc3fbf0950869576e26e
diff --git a/a/1.txt b/N3/1.txt index dcef2cb..57b2b3d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -5,7 +5,7 @@ sync_{single,sg}_for_{cpu,device} which were marked untestested and do not match the usually very well tested {un,}map_{single,sg} implementations. -Signed-off-by: Christoph Hellwig <hch@lst.de> +Signed-off-by: Christoph Hellwig <hch at lst.de> --- arch/microblaze/Kconfig | 4 + arch/microblaze/include/asm/Kbuild | 1 + @@ -59,7 +59,7 @@ index add50c1373bf..000000000000 -/* - * Implements the generic device dma API for microblaze and the pci - * -- * Copyright (C) 2009-2010 Michal Simek <monstr@monstr.eu> +- * Copyright (C) 2009-2010 Michal Simek <monstr at monstr.eu> - * Copyright (C) 2009-2010 PetaLogix - * - * This file is subject to the terms and conditions of the GNU General diff --git a/a/content_digest b/N3/content_digest index f8436f6..19874b9 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 11/22] microblaze: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:02 +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" @@ -29,7 +12,7 @@ "do not match the usually very well tested {un,}map_{single,sg}\n" "implementations.\n" "\n" - "Signed-off-by: Christoph Hellwig <hch@lst.de>\n" + "Signed-off-by: Christoph Hellwig <hch at lst.de>\n" "---\n" " arch/microblaze/Kconfig | 4 +\n" " arch/microblaze/include/asm/Kbuild | 1 +\n" @@ -83,7 +66,7 @@ "-/*\n" "- * Implements the generic device dma API for microblaze and the pci\n" "- *\n" - "- * Copyright (C) 2009-2010 Michal Simek <monstr@monstr.eu>\n" + "- * Copyright (C) 2009-2010 Michal Simek <monstr at monstr.eu>\n" "- * Copyright (C) 2009-2010 PetaLogix\n" "- *\n" "- * This file is subject to the terms and conditions of the GNU General\n" @@ -350,4 +333,4 @@ "-- \n" 2.17.0 -a725489d4ee282c3d07efbca4ceb676a06a6b7c7def4cbcdd3d01effcd357ef1 +143d1ead3f06f4a1aed479a4a4fe6aa52be426481b0d758ff87980e0f4a58e10
diff --git a/a/1.txt b/N4/1.txt index dcef2cb..2e002ea 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -201,7 +201,7 @@ index 3145e7dc8ab1..71032cf64669 100644 - * is given to the CPU - */ - -- if (direction == DMA_FROM_DEVICE) +- if (direction = DMA_FROM_DEVICE) - __dma_sync(dma_handle, size, direction); -} - @@ -215,7 +215,7 @@ index 3145e7dc8ab1..71032cf64669 100644 - * supposed to write to the relevant region - */ - -- if (direction == DMA_TO_DEVICE) +- if (direction = DMA_TO_DEVICE) - __dma_sync(dma_handle, size, direction); -} - @@ -228,7 +228,7 @@ index 3145e7dc8ab1..71032cf64669 100644 - int i; - - /* FIXME this part of code is untested */ -- if (direction == DMA_FROM_DEVICE) +- if (direction = DMA_FROM_DEVICE) - for_each_sg(sgl, sg, nents, i) - __dma_sync(sg->dma_address, sg->length, direction); -} @@ -242,7 +242,7 @@ index 3145e7dc8ab1..71032cf64669 100644 - int i; - - /* FIXME this part of code is untested */ -- if (direction == DMA_TO_DEVICE) +- if (direction = DMA_TO_DEVICE) - for_each_sg(sgl, sg, nents, i) - __dma_sync(sg->dma_address, sg->length, direction); -} diff --git a/a/content_digest b/N4/content_digest index f8436f6..b815014 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 11/22] microblaze: use generic dma_noncoherent_ops\0" - "Date\0Fri, 20 Apr 2018 10:03:02 +0200\0" - "To\0\0" + "Date\0Fri, 20 Apr 2018 08:03:02 +0000\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -225,7 +224,7 @@ "-\t * is given to the CPU\n" "-\t */\n" "-\n" - "-\tif (direction == DMA_FROM_DEVICE)\n" + "-\tif (direction = DMA_FROM_DEVICE)\n" "-\t\t__dma_sync(dma_handle, size, direction);\n" "-}\n" "-\n" @@ -239,7 +238,7 @@ "-\t * supposed to write to the relevant region\n" "-\t */\n" "-\n" - "-\tif (direction == DMA_TO_DEVICE)\n" + "-\tif (direction = DMA_TO_DEVICE)\n" "-\t\t__dma_sync(dma_handle, size, direction);\n" "-}\n" "-\n" @@ -252,7 +251,7 @@ "-\tint i;\n" "-\n" "-\t/* FIXME this part of code is untested */\n" - "-\tif (direction == DMA_FROM_DEVICE)\n" + "-\tif (direction = DMA_FROM_DEVICE)\n" "-\t\tfor_each_sg(sgl, sg, nents, i)\n" "-\t\t\t__dma_sync(sg->dma_address, sg->length, direction);\n" "-}\n" @@ -266,7 +265,7 @@ "-\tint i;\n" "-\n" "-\t/* FIXME this part of code is untested */\n" - "-\tif (direction == DMA_TO_DEVICE)\n" + "-\tif (direction = DMA_TO_DEVICE)\n" "-\t\tfor_each_sg(sgl, sg, nents, i)\n" "-\t\t\t__dma_sync(sg->dma_address, sg->length, direction);\n" "-}\n" @@ -350,4 +349,4 @@ "-- \n" 2.17.0 -a725489d4ee282c3d07efbca4ceb676a06a6b7c7def4cbcdd3d01effcd357ef1 +49f88a894f605993921a748574ee983e3521fbd805e1d2538f3f8dfbed4cfe3c
diff --git a/a/content_digest b/N5/content_digest index f8436f6..7017c63 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 11/22] microblaze: use generic dma_noncoherent_ops\0" + "Subject\0[OpenRISC] [PATCH 11/22] microblaze: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:02 +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" @@ -350,4 +333,4 @@ "-- \n" 2.17.0 -a725489d4ee282c3d07efbca4ceb676a06a6b7c7def4cbcdd3d01effcd357ef1 +8babf2bf94a79d9e5a7f1cdab7dcd16bd5e68b70746cc0b87ebd56b2f72dab17
diff --git a/a/content_digest b/N6/content_digest index f8436f6..3116e3c 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 11/22] microblaze: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:02 +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" @@ -350,4 +333,4 @@ "-- \n" 2.17.0 -a725489d4ee282c3d07efbca4ceb676a06a6b7c7def4cbcdd3d01effcd357ef1 +c1f31bb2a23def99b858c9c8f9cb49ff4b8dae40eb490e9aab1aad8011d39f57
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.