From: Guru Das Srinagesh <gurus@codeaurora.org>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: "Kate Stewart" <kstewart@linuxfoundation.org>,
"Daniel Vetter" <daniel@ffwll.ch>,
linux-fbdev@vger.kernel.org, "David Airlie" <airlied@linux.ie>,
"Wesley W. Terpstra" <wesley@sifive.com>,
"Michael Turquette" <mturquette@baylibre.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Kamil Debski" <kamil@wypas.org>,
dri-devel@lists.freedesktop.org,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Atish Patra" <atish.patra@wdc.com>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Benjamin Gaignard" <benjamin.gaignard@linaro.org>,
linux-riscv@lists.infradead.org,
"Lee Jones" <lee.jones@linaro.org>,
linux-clk@vger.kernel.org,
"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
"Alexandre Torgue" <alexandre.torgue@st.com>,
"Daniel Thompson" <daniel.thompson@linaro.org>,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Axel Lin" <axel.lin@ingics.com>, "Arnd Bergmann" <arnd@arndb.de>
Subject: Re: [PATCH v10 00/12] Convert PWM period and duty cycle to u64
Date: Mon, 30 Mar 2020 12:15:07 -0700 [thread overview]
Message-ID: <20200330191506.GA29534@codeaurora.org> (raw)
In-Reply-To: <20200321114703.GB4672@kadam>
On Sat, Mar 21, 2020 at 02:47:03PM +0300, Dan Carpenter wrote:
> This is a giant CC list.
Yes, this is because I received feedback [1] on an earlier patchset
directing me to add the reviewers of patches to the cover letter as
well so that they get some context for the patch.
> There was one version where you CC'd me on patch 6/12 but after that you
Yes, that would be v9 [2].
> just CC'd me on the cover page. Something is messed up in your scripts
> because Cc'ing me on just the cover is pointless.
Sorry about that - was initially adding reviewers only to the final
email being sent out instead of listing them in the commit message
directly, which I now realize is untenable and have subsequently fixed.
[1] https://www.spinics.net/lists/linux-pwm/msg11735.html
[2] https://www.spinics.net/lists/linux-pwm/msg11852.html
Thank you.
Guru Das.
next prev parent reply other threads:[~2020-03-30 19:15 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-19 20:50 [PATCH v10 00/12] Convert PWM period and duty cycle to u64 Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 01/12] drm/i915: Use 64-bit division macro Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 02/12] hwmon: pwm-fan: " Guru Das Srinagesh
2020-03-19 21:12 ` Guenter Roeck
2020-03-20 1:13 ` Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 03/12] ir-rx51: " Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 04/12] pwm: clps711x: Cast period to u32 before use as divisor Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 05/12] pwm: pwm-imx-tpm: Use 64-bit division macro Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 06/12] pwm: imx27: Use 64-bit division macro and function Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 07/12] pwm: sifive: Use 64-bit division macro Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 08/12] pwm: stm32-lp: Use %llu format specifier for period Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 09/12] pwm: sun4i: Use 64-bit division function Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 10/12] backlight: pwm_bl: " Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 11/12] clk: pwm: Assign u64 divisor to unsigned int before use Guru Das Srinagesh
2020-03-19 20:50 ` [PATCH v10 12/12] pwm: core: Convert period and duty cycle to u64 Guru Das Srinagesh
2020-03-21 11:47 ` [PATCH v10 00/12] Convert PWM " Dan Carpenter
2020-03-30 19:15 ` Guru Das Srinagesh [this message]
2020-03-30 20:26 ` Daniel Thompson
2020-03-30 21:00 ` Guru Das Srinagesh
2020-03-31 13:48 ` Daniel Thompson
2020-03-31 19:59 ` Guru Das Srinagesh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200330191506.GA29534@codeaurora.org \
--to=gurus@codeaurora.org \
--cc=airlied@linux.ie \
--cc=alexandre.torgue@st.com \
--cc=arnd@arndb.de \
--cc=atish.patra@wdc.com \
--cc=axel.lin@ingics.com \
--cc=benjamin.gaignard@linaro.org \
--cc=dan.carpenter@oracle.com \
--cc=daniel.thompson@linaro.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=joonas.lahtinen@linux.intel.com \
--cc=kamil@wypas.org \
--cc=kstewart@linuxfoundation.org \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=mchehab@kernel.org \
--cc=mturquette@baylibre.com \
--cc=thierry.reding@gmail.com \
--cc=ville.syrjala@linux.intel.com \
--cc=wesley@sifive.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox