diff for duplicates of <cover.1589330178.git.gurus@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 307d6bb..544f56a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -128,3 +128,9 @@ Guru Das Srinagesh (11): -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index e7d77a3..a9593aa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,19 +4,19 @@ "To\0linux-pwm@vger.kernel.org" Thierry Reding <thierry.reding@gmail.com> " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>\0" - "Cc\0Subbaraman Narayanamurthy <subbaram@codeaurora.org>" + "Cc\0linux-arm-kernel@lists.infradead.org" + Guru Das Srinagesh <gurus@codeaurora.org> + Daniel Thompson <daniel.thompson@linaro.org> + Arnd Bergmann <arnd@arndb.de> David Collins <collinsd@codeaurora.org> - linux-kernel@vger.kernel.org - Joe Perches <joe@perches.com> Stephen Boyd <sboyd@kernel.org> - Lee Jones <lee.jones@linaro.org> - Arnd Bergmann <arnd@arndb.de> + linux-kernel@vger.kernel.org Geert Uytterhoeven <geert@linux-m68k.org> - Guenter Roeck <linux@roeck-us.net> - Daniel Thompson <daniel.thompson@linaro.org> Dan Carpenter <dan.carpenter@oracle.com> - linux-arm-kernel@lists.infradead.org - " Guru Das Srinagesh <gurus@codeaurora.org>\0" + Joe Perches <joe@perches.com> + Subbaraman Narayanamurthy <subbaram@codeaurora.org> + Lee Jones <lee.jones@linaro.org> + " Guenter Roeck <linux@roeck-us.net>\0" "\00:1\0" "b\0" "Because period and duty cycle are defined in the PWM framework structs as ints\n" @@ -148,6 +148,12 @@ "\n" "-- \n" "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n" - a Linux Foundation Collaborative Project + "a Linux Foundation Collaborative Project\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -44d489fef33f0ee1aa4e0b06d9dedbd23d3d478217e8c8e6a5638763358aa542 +afb9b52610603b32cffac655d9160862416e602ccc690c22139ab13d26c5995c
diff --git a/a/1.txt b/N2/1.txt index 307d6bb..30cd5a4 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,3 +1,15 @@ +[REQUEST] + +As the patch series stands currently, only 4 out of 11 patches remain +unreviewed. All the other patches have either an Acked-by or a Reviewed-by tag. +Could these remaining patches in the series be reviewed as well? + - 04/11 + - 05/11 + - 06/11 + - 11/11 + +[COVER LETTER] + Because period and duty cycle are defined in the PWM framework structs as ints with units of nanoseconds, the maximum time duration that can be set is limited to ~2.147 seconds. Consequently, applications desiring to set greater time @@ -128,3 +140,9 @@ Guru Das Srinagesh (11): -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N2/content_digest index e7d77a3..ab1a0d9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,24 +1,36 @@ "From\0Guru Das Srinagesh <gurus@codeaurora.org>\0" "Subject\0[RESEND PATCH v14 00/11] Convert PWM period and duty cycle to u64\0" - "Date\0Tue, 12 May 2020 17:39:33 -0700\0" + "Date\0Wed, 20 May 2020 15:55:53 -0700\0" "To\0linux-pwm@vger.kernel.org" Thierry Reding <thierry.reding@gmail.com> " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>\0" - "Cc\0Subbaraman Narayanamurthy <subbaram@codeaurora.org>" + "Cc\0linux-arm-kernel@lists.infradead.org" + Guru Das Srinagesh <gurus@codeaurora.org> + Daniel Thompson <daniel.thompson@linaro.org> + Arnd Bergmann <arnd@arndb.de> David Collins <collinsd@codeaurora.org> - linux-kernel@vger.kernel.org - Joe Perches <joe@perches.com> Stephen Boyd <sboyd@kernel.org> - Lee Jones <lee.jones@linaro.org> - Arnd Bergmann <arnd@arndb.de> + linux-kernel@vger.kernel.org Geert Uytterhoeven <geert@linux-m68k.org> - Guenter Roeck <linux@roeck-us.net> - Daniel Thompson <daniel.thompson@linaro.org> Dan Carpenter <dan.carpenter@oracle.com> - linux-arm-kernel@lists.infradead.org - " Guru Das Srinagesh <gurus@codeaurora.org>\0" + Joe Perches <joe@perches.com> + Subbaraman Narayanamurthy <subbaram@codeaurora.org> + Lee Jones <lee.jones@linaro.org> + " Guenter Roeck <linux@roeck-us.net>\0" "\00:1\0" "b\0" + "[REQUEST]\n" + "\n" + "As the patch series stands currently, only 4 out of 11 patches remain\n" + "unreviewed. All the other patches have either an Acked-by or a Reviewed-by tag.\n" + "Could these remaining patches in the series be reviewed as well?\n" + " - 04/11\n" + " - 05/11\n" + " - 06/11\n" + " - 11/11\n" + "\n" + "[COVER LETTER]\n" + "\n" "Because period and duty cycle are defined in the PWM framework structs as ints\n" "with units of nanoseconds, the maximum time duration that can be set is limited\n" "to ~2.147 seconds. Consequently, applications desiring to set greater time\n" @@ -148,6 +160,12 @@ "\n" "-- \n" "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n" - a Linux Foundation Collaborative Project + "a Linux Foundation Collaborative Project\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -44d489fef33f0ee1aa4e0b06d9dedbd23d3d478217e8c8e6a5638763358aa542 +8be9e54df232a32133288737cd2ae0cd2b67437b08c5a3aeabe4006c49c9bebe
diff --git a/a/1.txt b/N3/1.txt index 307d6bb..110c2fc 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,3 +1,15 @@ +[REQUEST] + +As the patch series stands currently, only 4 out of 11 patches remain +unreviewed. All the other patches have either an Acked-by or a Reviewed-by tag. +Could these remaining patches in the series be reviewed as well? + - 04/11 + - 05/11 + - 06/11 + - 11/11 + +[COVER LETTER] + Because period and duty cycle are defined in the PWM framework structs as ints with units of nanoseconds, the maximum time duration that can be set is limited to ~2.147 seconds. Consequently, applications desiring to set greater time diff --git a/a/content_digest b/N3/content_digest index e7d77a3..467103a 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,6 +1,6 @@ "From\0Guru Das Srinagesh <gurus@codeaurora.org>\0" "Subject\0[RESEND PATCH v14 00/11] Convert PWM period and duty cycle to u64\0" - "Date\0Tue, 12 May 2020 17:39:33 -0700\0" + "Date\0Wed, 20 May 2020 15:55:53 -0700\0" "To\0linux-pwm@vger.kernel.org" Thierry Reding <thierry.reding@gmail.com> " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>\0" @@ -19,6 +19,18 @@ " Guru Das Srinagesh <gurus@codeaurora.org>\0" "\00:1\0" "b\0" + "[REQUEST]\n" + "\n" + "As the patch series stands currently, only 4 out of 11 patches remain\n" + "unreviewed. All the other patches have either an Acked-by or a Reviewed-by tag.\n" + "Could these remaining patches in the series be reviewed as well?\n" + " - 04/11\n" + " - 05/11\n" + " - 06/11\n" + " - 11/11\n" + "\n" + "[COVER LETTER]\n" + "\n" "Because period and duty cycle are defined in the PWM framework structs as ints\n" "with units of nanoseconds, the maximum time duration that can be set is limited\n" "to ~2.147 seconds. Consequently, applications desiring to set greater time\n" @@ -150,4 +162,4 @@ "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n" a Linux Foundation Collaborative Project -44d489fef33f0ee1aa4e0b06d9dedbd23d3d478217e8c8e6a5638763358aa542 +e16cd1536aa8070ffaf26a66665c235c6970d99d29c5132a8b0594b6148f844f
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.