commit | 5bd0b9011da836dad1a00d92ebead7eaa87f5fe3 | [log] [tgz] |
---|---|---|
author | Guru Das Srinagesh <gurus@codeaurora.org> | Tue Jun 02 15:31:08 2020 -0700 |
committer | Thierry Reding <thierry.reding@gmail.com> | Tue Jun 16 11:16:08 2020 +0200 |
tree | bdf36c1489656d30d9e788914324e0edc5b8adca | |
parent | f3e4b14144a928c097e2d526f6dcd6ba0f5eba8a [diff] |
pwm: clps711x: Use 64-bit division macro Since the PWM framework is switching struct pwm_args.period's datatype to u64, prepare for this transition by using DIV64_U64_ROUND_CLOSEST to handle a 64-bit divisor. Cc: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>