diff for duplicates of <56332427.6000805@ti.com> diff --git a/a/1.txt b/N1/1.txt index 92b0369..b95b80c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ On 10/29/2015 10:28 AM, Peter Ujfalusi wrote: > is adequate here and it will be easier to add support for reserving > channels later on. > -> Signed-off-by: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org> +> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > - map->xbar_out = idr_alloc(&xbar->map_idr, NULL, 0, xbar->dma_requests, > - GFP_KERNEL); > + mutex_lock(&xbar->mutex); @@ -30,8 +30,4 @@ Well, this is obviously wrong... Should have been: > + -- -Péter --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html +P?ter diff --git a/a/content_digest b/N1/content_digest index 0143f2c..082730b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,9 @@ "ref\01446107331-30041-1-git-send-email-peter.ujfalusi@ti.com\0" "ref\01446107331-30041-2-git-send-email-peter.ujfalusi@ti.com\0" - "ref\01446107331-30041-2-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org\0" - "From\0Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/3] dmaengine: ti-dma-crossbar: dra7: Use bitops instead of idr\0" + "From\0peter.ujfalusi@ti.com (Peter Ujfalusi)\0" + "Subject\0[PATCH 1/3] dmaengine: ti-dma-crossbar: dra7: Use bitops instead of idr\0" "Date\0Fri, 30 Oct 2015 10:02:47 +0200\0" - "To\0vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org" - " nsekhar-l0cyMroinI0@public.gmane.org\0" - "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org - " r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "For the record...\n" @@ -23,7 +14,7 @@ "> is adequate here and it will be easier to add support for reserving\n" "> channels later on.\n" "> \n" - "> Signed-off-by: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>\n" + "> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>\n" "> -\tmap->xbar_out = idr_alloc(&xbar->map_idr, NULL, 0, xbar->dma_requests,\n" "> -\t\t\t\t GFP_KERNEL);\n" "> +\tmutex_lock(&xbar->mutex);\n" @@ -47,10 +38,6 @@ "> +\n" "\n" "-- \n" - "P\303\251ter\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + P?ter -5057559ebfc767fdb12f0b2fa1fca29d8d07110223d6a75e87c35ae76d7b0b98 +5c531875628ff601e786925a27e85a42b86bc6cb8e0d87318c19261719e0380c
diff --git a/a/1.txt b/N2/1.txt index 92b0369..f8d552f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -6,7 +6,7 @@ On 10/29/2015 10:28 AM, Peter Ujfalusi wrote: > is adequate here and it will be easier to add support for reserving > channels later on. > -> Signed-off-by: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org> +> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > - map->xbar_out = idr_alloc(&xbar->map_idr, NULL, 0, xbar->dma_requests, > - GFP_KERNEL); > + mutex_lock(&xbar->mutex); @@ -31,7 +31,3 @@ Well, this is obviously wrong... Should have been: -- Péter --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 0143f2c..0021b56 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,18 +1,17 @@ "ref\01446107331-30041-1-git-send-email-peter.ujfalusi@ti.com\0" "ref\01446107331-30041-2-git-send-email-peter.ujfalusi@ti.com\0" - "ref\01446107331-30041-2-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org\0" - "From\0Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>\0" + "From\0Peter Ujfalusi <peter.ujfalusi@ti.com>\0" "Subject\0Re: [PATCH 1/3] dmaengine: ti-dma-crossbar: dra7: Use bitops instead of idr\0" "Date\0Fri, 30 Oct 2015 10:02:47 +0200\0" - "To\0vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org" - " nsekhar-l0cyMroinI0@public.gmane.org\0" - "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org - " r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0" + "To\0<vinod.koul@intel.com>" + " <nsekhar@ti.com>\0" + "Cc\0<linux-arm-kernel@lists.infradead.org>" + <linux-kernel@vger.kernel.org> + <linux-omap@vger.kernel.org> + <dmaengine@vger.kernel.org> + <devicetree@vger.kernel.org> + <tony@atomide.com> + " <r.schwebel@pengutronix.de>\0" "\00:1\0" "b\0" "For the record...\n" @@ -23,7 +22,7 @@ "> is adequate here and it will be easier to add support for reserving\n" "> channels later on.\n" "> \n" - "> Signed-off-by: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>\n" + "> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>\n" "> -\tmap->xbar_out = idr_alloc(&xbar->map_idr, NULL, 0, xbar->dma_requests,\n" "> -\t\t\t\t GFP_KERNEL);\n" "> +\tmutex_lock(&xbar->mutex);\n" @@ -47,10 +46,6 @@ "> +\n" "\n" "-- \n" - "P\303\251ter\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "P\303\251ter" -5057559ebfc767fdb12f0b2fa1fca29d8d07110223d6a75e87c35ae76d7b0b98 +b02f74c6c2766da8e495c25771863047228cebd4a6f63eac29b9c8ad912b7bfa
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.