diff for duplicates of <564706ED.70102@gmail.com> diff --git a/a/1.txt b/N1/1.txt index e252ca2..165c5d2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,15 +3,15 @@ On 05.11.2015 17:18, Anton Bondarenko wrote: > On 05.11.2015 09:59, Sascha Hauer wrote: >> On Sun, Nov 01, 2015 at 03:41:41PM +0100, Anton Bondarenko wrote: ->>> From: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> +>>> From: Anton Bondarenko <anton_bondarenko@mentor.com> >>> >>> If SPI device supports DMA mode, but DMA controller is not yet >>> available due to e.g. a delay in the corresponding kernel module >>> initialization, retry to initialize SPI driver later on instead of >>> falling back into PIO only mode. >>> ->>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> ->>> Signed-off-by: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> +>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> +>>> Signed-off-by: Anton Bondarenko <anton_bondarenko@mentor.com> >> >> Ok, so 6/7 is only part of the deferral story. Maybe squash the two >> patches into one? @@ -42,7 +42,3 @@ On 05.11.2015 17:18, Anton Bondarenko wrote: Does anyone has other comments regarding this commit? Regards, Anton --- -To unsubscribe from this list: send the line "unsubscribe linux-spi" 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/N1/content_digest index fca5502..9c448aa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,18 +2,10 @@ "ref\01446388901-6073-8-git-send-email-anton.bondarenko.sama@gmail.com\0" "ref\020151105085926.GK8526@pengutronix.de\0" "ref\0563B8157.9030104@gmail.com\0" - "ref\0563B8157.9030104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" - "From\0Anton Bondarenko <anton.bondarenko.sama-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH v3 7/7] spi: imx: defer spi initialization, if DMA engine is pending\0" + "From\0anton.bondarenko.sama@gmail.com (Anton Bondarenko)\0" + "Subject\0[PATCH v3 7/7] spi: imx: defer spi initialization, if DMA engine is pending\0" "Date\0Sat, 14 Nov 2015 11:03:25 +0100\0" - "To\0Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" - "Cc\0broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" - b38343-KZfg59tc24xl57MIdRCFDg@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org - " jiada_wang-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -21,15 +13,15 @@ "On 05.11.2015 17:18, Anton Bondarenko wrote:\n" "> On 05.11.2015 09:59, Sascha Hauer wrote:\n" ">> On Sun, Nov 01, 2015 at 03:41:41PM +0100, Anton Bondarenko wrote:\n" - ">>> From: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n" + ">>> From: Anton Bondarenko <anton_bondarenko@mentor.com>\n" ">>>\n" ">>> If SPI device supports DMA mode, but DMA controller is not yet\n" ">>> available due to e.g. a delay in the corresponding kernel module\n" ">>> initialization, retry to initialize SPI driver later on instead of\n" ">>> falling back into PIO only mode.\n" ">>>\n" - ">>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n" - ">>> Signed-off-by: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n" + ">>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\n" + ">>> Signed-off-by: Anton Bondarenko <anton_bondarenko@mentor.com>\n" ">>\n" ">> Ok, so 6/7 is only part of the deferral story. Maybe squash the two\n" ">> patches into one?\n" @@ -59,10 +51,6 @@ "\n" "Does anyone has other comments regarding this commit?\n" "\n" - "Regards, Anton\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-spi\" 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 + Regards, Anton -92b79451069e2aa2d84cf53253d4138e9938d468d823942fce3dda92b92ea9c2 +4e1abc54243a33b5c000276ce5e11791d8cba5c7145ad8549fc8cbdf8936d876
diff --git a/a/1.txt b/N2/1.txt index e252ca2..165c5d2 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,15 +3,15 @@ On 05.11.2015 17:18, Anton Bondarenko wrote: > On 05.11.2015 09:59, Sascha Hauer wrote: >> On Sun, Nov 01, 2015 at 03:41:41PM +0100, Anton Bondarenko wrote: ->>> From: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> +>>> From: Anton Bondarenko <anton_bondarenko@mentor.com> >>> >>> If SPI device supports DMA mode, but DMA controller is not yet >>> available due to e.g. a delay in the corresponding kernel module >>> initialization, retry to initialize SPI driver later on instead of >>> falling back into PIO only mode. >>> ->>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> ->>> Signed-off-by: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> +>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> +>>> Signed-off-by: Anton Bondarenko <anton_bondarenko@mentor.com> >> >> Ok, so 6/7 is only part of the deferral story. Maybe squash the two >> patches into one? @@ -42,7 +42,3 @@ On 05.11.2015 17:18, Anton Bondarenko wrote: Does anyone has other comments regarding this commit? Regards, Anton --- -To unsubscribe from this list: send the line "unsubscribe linux-spi" 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 fca5502..b64fff9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,18 +2,17 @@ "ref\01446388901-6073-8-git-send-email-anton.bondarenko.sama@gmail.com\0" "ref\020151105085926.GK8526@pengutronix.de\0" "ref\0563B8157.9030104@gmail.com\0" - "ref\0563B8157.9030104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" - "From\0Anton Bondarenko <anton.bondarenko.sama-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Anton Bondarenko <anton.bondarenko.sama@gmail.com>\0" "Subject\0Re: [PATCH v3 7/7] spi: imx: defer spi initialization, if DMA engine is pending\0" "Date\0Sat, 14 Nov 2015 11:03:25 +0100\0" - "To\0Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" - "Cc\0broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" - b38343-KZfg59tc24xl57MIdRCFDg@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org - " jiada_wang-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org\0" + "To\0Sascha Hauer <s.hauer@pengutronix.de>\0" + "Cc\0broonie@kernel.org" + b38343@freescale.com + linux-kernel@vger.kernel.org + linux-spi@vger.kernel.org + linux-arm-kernel@lists.infradead.org + vladimir_zapolskiy@mentor.com + " jiada_wang@mentor.com\0" "\00:1\0" "b\0" "\n" @@ -21,15 +20,15 @@ "On 05.11.2015 17:18, Anton Bondarenko wrote:\n" "> On 05.11.2015 09:59, Sascha Hauer wrote:\n" ">> On Sun, Nov 01, 2015 at 03:41:41PM +0100, Anton Bondarenko wrote:\n" - ">>> From: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n" + ">>> From: Anton Bondarenko <anton_bondarenko@mentor.com>\n" ">>>\n" ">>> If SPI device supports DMA mode, but DMA controller is not yet\n" ">>> available due to e.g. a delay in the corresponding kernel module\n" ">>> initialization, retry to initialize SPI driver later on instead of\n" ">>> falling back into PIO only mode.\n" ">>>\n" - ">>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n" - ">>> Signed-off-by: Anton Bondarenko <anton_bondarenko-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n" + ">>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\n" + ">>> Signed-off-by: Anton Bondarenko <anton_bondarenko@mentor.com>\n" ">>\n" ">> Ok, so 6/7 is only part of the deferral story. Maybe squash the two\n" ">> patches into one?\n" @@ -59,10 +58,6 @@ "\n" "Does anyone has other comments regarding this commit?\n" "\n" - "Regards, Anton\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-spi\" 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 + Regards, Anton -92b79451069e2aa2d84cf53253d4138e9938d468d823942fce3dda92b92ea9c2 +3c6fe77f1a716dbafdb5523f98452aede6bce8b7dfbcce7ead20f30e93769cef
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.