mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Allow registration of default inversed polarity PWMs
@ 2015-01-05  1:12 Tim Kryger
  2015-01-05  1:12 ` [PATCH 1/2] drivers: pwm: core: Add pwmchip_add_inversed Tim Kryger
  2015-01-05  1:12 ` [PATCH 2/2] drivers: pwm: bcm-kona: Dont set polarity in probe Tim Kryger
  0 siblings, 2 replies; 5+ messages in thread
From: Tim Kryger @ 2015-01-05  1:12 UTC (permalink / raw)
  To: Thierry Reding, Scott Branden, Arun Ramamurthy, Jonathan Richardson
  Cc: Tim Kryger, Ray Jui, Linux PWM, LKML, Broadcom Kernel Feedback

This series alters the PWM core to allow the registration of controllers
that begin with inversed polarity output.  It also modifies the Broadcom
Kona driver to take advantage of this new call.

Arun Ramamurthy (1):
  drivers: pwm: bcm-kona: Dont set polarity in probe

Tim Kryger (1):
  drivers: pwm: core: Add pwmchip_add_inversed

 drivers/pwm/core.c         | 36 ++++++++++++++++++++++++++++--------
 drivers/pwm/pwm-bcm-kona.c |  9 +++------
 include/linux/pwm.h        |  6 ++++++
 3 files changed, 37 insertions(+), 14 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-13 20:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-05  1:12 [PATCH 0/2] Allow registration of default inversed polarity PWMs Tim Kryger
2015-01-05  1:12 ` [PATCH 1/2] drivers: pwm: core: Add pwmchip_add_inversed Tim Kryger
2015-01-06 21:16   ` Jonathan Richardson
2015-01-13 20:44   ` Scott Branden
2015-01-05  1:12 ` [PATCH 2/2] drivers: pwm: bcm-kona: Dont set polarity in probe Tim Kryger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome