From: Guru Das Srinagesh <gurus@codeaurora.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: linux-pwm@vger.kernel.org,
"Thierry Reding" <thierry.reding@gmail.com>,
"Uwe Kleine-König" <uwe@kleine-koenig.org>,
"Subbaraman Narayanamurthy" <subbaram@codeaurora.org>,
linux-kernel@vger.kernel.org, "Kamil Debski" <kamil@wypas.org>,
"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
"Jean Delvare" <jdelvare@suse.com>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Mark Brown" <broonie@kernel.org>,
linux-hwmon@vger.kernel.org
Subject: Re: [PATCH v10 02/12] hwmon: pwm-fan: Use 64-bit division macro
Date: Thu, 19 Mar 2020 18:13:38 -0700 [thread overview]
Message-ID: <20200320011338.GA12892@codeaurora.org> (raw)
In-Reply-To: <4c99e36b-4705-a6a2-0769-301b5e9b5006@roeck-us.net>
On Thu, Mar 19, 2020 at 02:12:02PM -0700, Guenter Roeck wrote:
> On 3/19/20 1:50 PM, Guru Das Srinagesh wrote:
> > Since the PWM framework is switching struct pwm_args.period's datatype
> > to u64, prepare for this transition by using DIV_ROUND_UP_ULL to handle
> > a 64-bit dividend.
> >
> > Cc: Kamil Debski <kamil@wypas.org>
> > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > Cc: Jean Delvare <jdelvare@suse.com>
> > Cc: Guenter Roeck <linux@roeck-us.net>
> > Cc: Liam Girdwood <lgirdwood@gmail.com>
> > Cc: Mark Brown <broonie@kernel.org>
> > Cc: linux-hwmon@vger.kernel.org
> >
> > Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org>
>
> https://patchwork.kernel.org/patch/11430549/
>
> includes my previous Ack. v9 included it, in v10 it is dropped.
> I don't see a change in the patch. Please explain.
Sorry, I missed adding the Acked-by and Reviewed-by tags for the all the
patches that have received them in this v10 patchset. I will add them
back and re-push.
next prev parent reply other threads:[~2020-03-20 1:13 UTC|newest]
Thread overview: 47+ 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 ` [Intel-gfx] " Guru Das Srinagesh
2020-03-19 20:50 ` Guru Das Srinagesh
2020-03-19 20:50 ` 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 ` [Intel-gfx] " Guru Das Srinagesh
2020-03-19 20:50 ` 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 [this message]
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 ` 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 ` Guru Das Srinagesh
2020-03-19 20:50 ` 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-21 11:47 ` [Intel-gfx] " Dan Carpenter
2020-03-21 11:47 ` Dan Carpenter
2020-03-21 11:47 ` Dan Carpenter
2020-03-30 19:15 ` Guru Das Srinagesh
2020-03-30 19:15 ` [Intel-gfx] " Guru Das Srinagesh
2020-03-30 19:15 ` Guru Das Srinagesh
2020-03-30 19:15 ` Guru Das Srinagesh
2020-03-30 20:26 ` Daniel Thompson
2020-03-30 20:26 ` [Intel-gfx] " Daniel Thompson
2020-03-30 20:26 ` Daniel Thompson
2020-03-30 20:26 ` Daniel Thompson
2020-03-30 21:00 ` Guru Das Srinagesh
2020-03-30 21:00 ` [Intel-gfx] " Guru Das Srinagesh
2020-03-30 21:00 ` Guru Das Srinagesh
2020-03-30 21:00 ` Guru Das Srinagesh
2020-03-31 13:48 ` Daniel Thompson
2020-03-31 13:48 ` [Intel-gfx] " Daniel Thompson
2020-03-31 13:48 ` Daniel Thompson
2020-03-31 13:48 ` Daniel Thompson
2020-03-31 19:59 ` Guru Das Srinagesh
2020-03-31 19:59 ` [Intel-gfx] " Guru Das Srinagesh
2020-03-31 19:59 ` Guru Das Srinagesh
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=20200320011338.GA12892@codeaurora.org \
--to=gurus@codeaurora.org \
--cc=b.zolnierkie@samsung.com \
--cc=broonie@kernel.org \
--cc=jdelvare@suse.com \
--cc=kamil@wypas.org \
--cc=lgirdwood@gmail.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=subbaram@codeaurora.org \
--cc=thierry.reding@gmail.com \
--cc=uwe@kleine-koenig.org \
/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 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.