mbox series

[0/2] pwm: Miscellaneous fixes for 64-bit support

Message ID 20200615141606.2814208-1-thierry.reding@gmail.com (mailing list archive)
Headers show
Series pwm: Miscellaneous fixes for 64-bit support | expand

Message

Thierry Reding June 15, 2020, 2:16 p.m. UTC
Hi,

this contains a couple of fixes for issues that I ran into after
applying Guru's series to convert PWM period and duty-cycle to 64-bit.

Bartlomiej, can you provide an Acked-by on the first patch so that I can
take it through the PWM tree along with the rest of Guru's series?

Thanks,
Thierry

Thierry Reding (2):
  video: ssd1307fb: Print PWM period using 64-bit format specifier
  pwm: iqs620a: Use 64-bit division

 drivers/pwm/pwm-iqs620a.c       | 7 ++++---
 drivers/video/fbdev/ssd1307fb.c | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)