From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guru Das Srinagesh Subject: Re: [PATCH v10 02/12] hwmon: pwm-fan: Use 64-bit division macro Date: Thu, 19 Mar 2020 18:13:38 -0700 Message-ID: <20200320011338.GA12892@codeaurora.org> References: <4c99e36b-4705-a6a2-0769-301b5e9b5006@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4c99e36b-4705-a6a2-0769-301b5e9b5006@roeck-us.net> Sender: linux-kernel-owner@vger.kernel.org To: Guenter Roeck Cc: linux-pwm@vger.kernel.org, Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Subbaraman Narayanamurthy , linux-kernel@vger.kernel.org, Kamil Debski , Bartlomiej Zolnierkiewicz , Jean Delvare , Liam Girdwood , Mark Brown , linux-hwmon@vger.kernel.org List-Id: linux-pwm@vger.kernel.org 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 > > Cc: Bartlomiej Zolnierkiewicz > > Cc: Jean Delvare > > Cc: Guenter Roeck > > Cc: Liam Girdwood > > Cc: Mark Brown > > Cc: linux-hwmon@vger.kernel.org > > > > Signed-off-by: Guru Das Srinagesh > > 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.