diff for duplicates of <5233B471.40603@ti.com> diff --git a/a/1.txt b/N1/1.txt index 84135a6..5522e6f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ On 09/12/2013 04:58 AM, Sekhar Nori wrote: Ok, here is the final version with all comments fixed, please apply this one: --->8--- -From: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org> +From: Joel Fernandes <joelf@ti.com> Subject: [PATCH v4] ARM: EDMA: Fix clearing of unused list for DT DMA resources HWMOD removal for MMC is breaking edma_start as the events are being manually @@ -19,10 +19,10 @@ This patch fixes the issue, by reading the "dmas" property from the DT node if it exists and clearing the bits in the unused channel list. For this purpose we use the of_* helpers to parse the arguments in the dmas phandle list. -Reviewed-by: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org> -Reported-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org> -Cc: Pantel Antoniou <panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org> -Signed-off-by: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org> +Reviewed-by: Sekhar Nori <nsekhar@ti.com> +Reported-by: Balaji T K <balajitk@ti.com> +Cc: Pantel Antoniou <panto@antoniou-consulting.com> +Signed-off-by: Joel Fernandes <joelf@ti.com> --- Changes since v1, in v2 and v3: - Reduced indentation of non-of case by returning from of-case diff --git a/a/content_digest b/N1/content_digest index da411ba..c6d2b1a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,9 @@ "ref\01378839171-14455-1-git-send-email-joelf@ti.com\0" "ref\05231903F.7080301@ti.com\0" - "ref\05231903F.7080301-l0cyMroinI0@public.gmane.org\0" - "From\0Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>\0" - "Subject\0Re: [PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources\0" + "From\0joelf@ti.com (Joel Fernandes)\0" + "Subject\0[PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources\0" "Date\0Fri, 13 Sep 2013 19:57:21 -0500\0" - "To\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\0" - "Cc\0Linux DaVinci Kernel List <davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>" - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> - Linux MMC List <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Koen Kooi <koen-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org> - Jyri Sarah <jsarha-l0cyMroinI0@public.gmane.org> - Linux Kernel Mailing List <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Dan Williams <djbw-b10kYP2dOMg@public.gmane.org> - Linux OMAP List <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " Linux ARM Kernel List <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 09/12/2013 04:58 AM, Sekhar Nori wrote:\n" @@ -28,7 +17,7 @@ "Ok, here is the final version with all comments fixed, please apply this one:\n" "\n" "--->8---\n" - "From: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>\n" + "From: Joel Fernandes <joelf@ti.com>\n" "Subject: [PATCH v4] ARM: EDMA: Fix clearing of unused list for DT DMA resources\n" "\n" "HWMOD removal for MMC is breaking edma_start as the events are being manually\n" @@ -38,10 +27,10 @@ "it exists and clearing the bits in the unused channel list. For this purpose\n" "we use the of_* helpers to parse the arguments in the dmas phandle list.\n" "\n" - "Reviewed-by: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\n" - "Reported-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org>\n" - "Cc: Pantel Antoniou <panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org>\n" - "Signed-off-by: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>\n" + "Reviewed-by: Sekhar Nori <nsekhar@ti.com>\n" + "Reported-by: Balaji T K <balajitk@ti.com>\n" + "Cc: Pantel Antoniou <panto@antoniou-consulting.com>\n" + "Signed-off-by: Joel Fernandes <joelf@ti.com>\n" "---\n" "Changes since v1, in v2 and v3:\n" "- Reduced indentation of non-of case by returning from of-case\n" @@ -97,4 +86,4 @@ "-- \n" 1.8.1.2 -44f2255603fabf91cd9d5feadac681ea4b2eaac25de21a95a644cefd99e90e16 +4c69eed5c0ab36c8507403fca5ed93bc115db620b915f28d14b658efdbe8f6be
diff --git a/a/1.txt b/N2/1.txt index 84135a6..5522e6f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -9,7 +9,7 @@ On 09/12/2013 04:58 AM, Sekhar Nori wrote: Ok, here is the final version with all comments fixed, please apply this one: --->8--- -From: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org> +From: Joel Fernandes <joelf@ti.com> Subject: [PATCH v4] ARM: EDMA: Fix clearing of unused list for DT DMA resources HWMOD removal for MMC is breaking edma_start as the events are being manually @@ -19,10 +19,10 @@ This patch fixes the issue, by reading the "dmas" property from the DT node if it exists and clearing the bits in the unused channel list. For this purpose we use the of_* helpers to parse the arguments in the dmas phandle list. -Reviewed-by: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org> -Reported-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org> -Cc: Pantel Antoniou <panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org> -Signed-off-by: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org> +Reviewed-by: Sekhar Nori <nsekhar@ti.com> +Reported-by: Balaji T K <balajitk@ti.com> +Cc: Pantel Antoniou <panto@antoniou-consulting.com> +Signed-off-by: Joel Fernandes <joelf@ti.com> --- Changes since v1, in v2 and v3: - Reduced indentation of non-of case by returning from of-case diff --git a/a/content_digest b/N2/content_digest index da411ba..74255b6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,19 @@ "ref\01378839171-14455-1-git-send-email-joelf@ti.com\0" "ref\05231903F.7080301@ti.com\0" - "ref\05231903F.7080301-l0cyMroinI0@public.gmane.org\0" - "From\0Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>\0" + "From\0Joel Fernandes <joelf@ti.com>\0" "Subject\0Re: [PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources\0" "Date\0Fri, 13 Sep 2013 19:57:21 -0500\0" - "To\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\0" - "Cc\0Linux DaVinci Kernel List <davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>" - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> - Linux MMC List <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Koen Kooi <koen-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org> - Jyri Sarah <jsarha-l0cyMroinI0@public.gmane.org> - Linux Kernel Mailing List <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Dan Williams <djbw-b10kYP2dOMg@public.gmane.org> - Linux OMAP List <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " Linux ARM Kernel List <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" + "To\0Sekhar Nori <nsekhar@ti.com>\0" + "Cc\0Vinod Koul <vinod.koul@intel.com>" + Dan Williams <djbw@fb.com> + Russell King <linux@arm.linux.org.uk> + Jyri Sarah <jsarha@ti.com> + Koen Kooi <koen@beagleboard.org> + Linux OMAP List <linux-omap@vger.kernel.org> + Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org> + Linux DaVinci Kernel List <davinci-linux-open-source@linux.davincidsp.com> + Linux Kernel Mailing List <linux-kernel@vger.kernel.org> + " Linux MMC List <linux-mmc@vger.kernel.org>\0" "\00:1\0" "b\0" "On 09/12/2013 04:58 AM, Sekhar Nori wrote:\n" @@ -28,7 +27,7 @@ "Ok, here is the final version with all comments fixed, please apply this one:\n" "\n" "--->8---\n" - "From: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>\n" + "From: Joel Fernandes <joelf@ti.com>\n" "Subject: [PATCH v4] ARM: EDMA: Fix clearing of unused list for DT DMA resources\n" "\n" "HWMOD removal for MMC is breaking edma_start as the events are being manually\n" @@ -38,10 +37,10 @@ "it exists and clearing the bits in the unused channel list. For this purpose\n" "we use the of_* helpers to parse the arguments in the dmas phandle list.\n" "\n" - "Reviewed-by: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\n" - "Reported-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org>\n" - "Cc: Pantel Antoniou <panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org>\n" - "Signed-off-by: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>\n" + "Reviewed-by: Sekhar Nori <nsekhar@ti.com>\n" + "Reported-by: Balaji T K <balajitk@ti.com>\n" + "Cc: Pantel Antoniou <panto@antoniou-consulting.com>\n" + "Signed-off-by: Joel Fernandes <joelf@ti.com>\n" "---\n" "Changes since v1, in v2 and v3:\n" "- Reduced indentation of non-of case by returning from of-case\n" @@ -97,4 +96,4 @@ "-- \n" 1.8.1.2 -44f2255603fabf91cd9d5feadac681ea4b2eaac25de21a95a644cefd99e90e16 +19ba1a0d00ff863ad64e9fbb594af420088955c1c191e677e6f609664dae96c8
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.