commit | 5bc5d99f1f836858820ad8e9a412bb103bb0d88b | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@gmail.com> | Mon Jun 15 16:08:28 2020 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Wed Jun 17 20:42:09 2020 +0200 |
tree | b438d6b38415f035a6b2ae3bc5e3296104dd77f8 | |
parent | 1689dcd433aaa0d32dec3fdb4bd166a0d38f4bbf [diff] |
pwm: iqs620a: Use 64-bit division The PWM framework is going to change the PWM period and duty cycles to be 64-bit unsigned integers. To avoid build errors on platforms that do not natively support 64-bit division, use explicity 64-bit division. Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>