devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Billy Tsai <billy_tsai@aspeedtech.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: "lee.jones@linaro.org" <lee.jones@linaro.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"joel@jms.id.au" <joel@jms.id.au>,
	"andrew@aj.id.au" <andrew@aj.id.au>,
	"thierry.reding@gmail.com" <thierry.reding@gmail.com>,
	"p.zabel@pengutronix.de" <p.zabel@pengutronix.de>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-aspeed@lists.ozlabs.org" <linux-aspeed@lists.ozlabs.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-pwm@vger.kernel.org" <linux-pwm@vger.kernel.org>,
	BMC-SW <BMC-SW@aspeedtech.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>
Subject: Re: [v5 2/2] pwm: Add Aspeed ast2600 PWM support
Date: Mon, 17 May 2021 02:53:44 +0000	[thread overview]
Message-ID: <7A439233-C5FF-4BCA-8A5C-945EB847F487@aspeedtech.com> (raw)
In-Reply-To: <20210515151827.amiqh6j6brv44jif@pengutronix.de>

Hello,

On 2021/5/15, 11:57 PM,Uwe Kleine-Königwrote:

	>	> +	div_h = DIV_ROUND_DOWN_ULL(div_h,
	>	> +				   (FIELD_MAX(PWM_ASPEED_CTRL_CLK_DIV_L) + 1));
	>	> +	div_h = DIV_ROUND_DOWN_ULL(div_h, NSEC_PER_SEC);

	> As a division is an expensive operation you can better first multiply
	> NSEC_PER_SEC and FIELD_MAX(PWM_ASPEED_CTRL_CLK_DIV_L) + 1 and divide by
	> the result.

When I multiply NSEC_PER_SEC and FIELD_MAX(PWM_ASPEED_CTRL_CLK_DIV_L) + 1 the result will overflow
for 32-bits and the divisor type of do_div is 32-bits so I need to do div twice to avoid the issue.
Can you give me some suggests?

Thanks


  reply	other threads:[~2021-05-17  2:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-14  2:48 [v5 0/2] Support pwm driver for aspeed ast26xx Billy Tsai
2021-05-14  2:48 ` [v5 1/2] dt-bindings: Add bindings for aspeed pwm-tach Billy Tsai
2021-05-14  2:48 ` [v5 2/2] pwm: Add Aspeed ast2600 PWM support Billy Tsai
2021-05-15 15:18   ` Uwe Kleine-König
2021-05-17  2:53     ` Billy Tsai [this message]
2021-05-17  6:06       ` Uwe Kleine-König
2021-05-17  6:23         ` Billy Tsai
2021-05-17  6:35           ` Uwe Kleine-König
2021-05-17  7:12             ` Billy Tsai
2021-05-17 17:10               ` Uwe Kleine-König

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=7A439233-C5FF-4BCA-8A5C-945EB847F487@aspeedtech.com \
    --to=billy_tsai@aspeedtech.com \
    --cc=BMC-SW@aspeedtech.com \
    --cc=andrew@aj.id.au \
    --cc=devicetree@vger.kernel.org \
    --cc=joel@jms.id.au \
    --cc=kernel@pengutronix.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).