mbox series

[0/1] Convert period and duty cycle to u64

Message ID 1571191899-6150-1-git-send-email-gurus@codeaurora.org
Headers show
Series Convert period and duty cycle to u64 | expand

Message

Guru Das Srinagesh Oct. 16, 2019, 2:11 a.m. UTC
Reworked the change pushed upstream earlier [1] so as to not add an extension
to an obsolete API. With this change, pwm_ops->apply() can be used to set
pwm_state parameters as usual.

[1] https://lore.kernel.org/lkml/20190916140048.GB7488@ulmo/

Guru Das Srinagesh (1):
  pwm: Convert period and duty cycle to u64

 drivers/pwm/core.c  |  4 ++--
 drivers/pwm/sysfs.c | 10 +++++-----
 include/linux/pwm.h | 16 ++++++++--------
 3 files changed, 15 insertions(+), 15 deletions(-)