diff for duplicates of <20170528162320.6b763006@kernel.org> diff --git a/a/content_digest b/N1/content_digest index b575cc6..2a5efd8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,9 @@ "ref\01495711034-28410-1-git-send-email-eugen.hristev@microchip.com\0" "ref\01495711034-28410-5-git-send-email-eugen.hristev@microchip.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" - "Subject\0Re: [PATCH v3 4/4] iio: adc: at91-sama5d2_adc: add hw trigger and buffer support\0" + "From\0jic23@kernel.org (Jonathan Cameron)\0" + "Subject\0[PATCH v3 4/4] iio: adc: at91-sama5d2_adc: add hw trigger and buffer support\0" "Date\0Sun, 28 May 2017 16:23:20 +0100\0" - "To\0Eugen Hristev <eugen.hristev@microchip.com>\0" - "Cc\0<nicolas.ferre@microchip.com>" - <alexandre.belloni@microchip.com> - <linux-iio@vger.kernel.org> - <lars@metafoo.de> - <linux-arm-kernel@lists.infradead.org> - <devicetree@vger.kernel.org> - <linux-kernel@vger.kernel.org> - " <ludovic.desroches@microchip.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, 25 May 2017 14:17:14 +0300\n" @@ -412,4 +404,4 @@ "> \t\t readl_relaxed(st->base + AT91_SAMA5D2_VERSION));\n" > -2c4c1efb67d21b62c581520beb0cfac2f5a524d29dde82ab9f765cebf2acaf0e +e1ba816519978134d14a630e2ca3970973ea70c48d25095f9e4e0b5f1c290c1e
diff --git a/a/1.txt b/N2/1.txt index bc4bf39..034f409 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,11 +1,11 @@ On Thu, 25 May 2017 14:17:14 +0300 -Eugen Hristev <eugen.hristev@microchip.com> wrote: +Eugen Hristev <eugen.hristev-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org> wrote: > Added support for the external hardware trigger on pin ADTRG, > integrated the three possible edges into the driver > and created buffer management for data retrieval > -> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> +> Signed-off-by: Eugen Hristev <eugen.hristev-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org> Looking pretty good, a few tiny nitpicks and suggestions inline. Main questions now are around the bindings I think and what the @@ -394,4 +394,9 @@ the software triggered capture. > + > dev_info(&pdev->dev, "version: %x\n", > readl_relaxed(st->base + AT91_SAMA5D2_VERSION)); -> +> + +-- +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 b575cc6..0b6b536 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,28 @@ "ref\01495711034-28410-1-git-send-email-eugen.hristev@microchip.com\0" "ref\01495711034-28410-5-git-send-email-eugen.hristev@microchip.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" + "ref\01495711034-28410-5-git-send-email-eugen.hristev-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org\0" + "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v3 4/4] iio: adc: at91-sama5d2_adc: add hw trigger and buffer support\0" "Date\0Sun, 28 May 2017 16:23:20 +0100\0" - "To\0Eugen Hristev <eugen.hristev@microchip.com>\0" - "Cc\0<nicolas.ferre@microchip.com>" - <alexandre.belloni@microchip.com> - <linux-iio@vger.kernel.org> - <lars@metafoo.de> - <linux-arm-kernel@lists.infradead.org> - <devicetree@vger.kernel.org> - <linux-kernel@vger.kernel.org> - " <ludovic.desroches@microchip.com>\0" + "To\0Eugen Hristev <eugen.hristev-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>\0" + "Cc\0nicolas.ferre-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org" + alexandre.belloni-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org + linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " ludovic.desroches-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org\0" "\00:1\0" "b\0" "On Thu, 25 May 2017 14:17:14 +0300\n" - "Eugen Hristev <eugen.hristev@microchip.com> wrote:\n" + "Eugen Hristev <eugen.hristev-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org> wrote:\n" "\n" "> Added support for the external hardware trigger on pin ADTRG,\n" "> integrated the three possible edges into the driver\n" "> and created buffer management for data retrieval\n" "> \n" - "> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>\n" + "> Signed-off-by: Eugen Hristev <eugen.hristev-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>\n" "Looking pretty good, a few tiny nitpicks and suggestions inline.\n" "\n" "Main questions now are around the bindings I think and what the\n" @@ -410,6 +411,11 @@ "> +\n" "> \tdev_info(&pdev->dev, \"version: %x\\n\",\n" "> \t\t readl_relaxed(st->base + AT91_SAMA5D2_VERSION));\n" - > + "> \n" + "\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 -2c4c1efb67d21b62c581520beb0cfac2f5a524d29dde82ab9f765cebf2acaf0e +bba0a296c46c12dbe388c930f781833face0e12e9d9690fe832c42b21abde7cb
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.