All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] pwm: lpc32xx: fixes in the LPC32xx PWM driver
@ 2015-10-13  0:20 Vladimir Zapolskiy
  2015-10-13  0:20 ` [PATCH 1/4] pwm: lpc32xx: correct number of PWM channels from 2 to 1 Vladimir Zapolskiy
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vladimir Zapolskiy @ 2015-10-13  0:20 UTC (permalink / raw)
  To: Thierry Reding, Alexandre Pereira da Silva; +Cc: linux-pwm

The changeset fixes a number of issues within current implementation
of LPC32xx PWM controller driver, namely
- the SoC has two independent PWM controllers with one channel each,
- runtime warnings from common clock framework,
- overflow in duty cycle calculation may result in disabled PWM,
- unsupported period values are silently accepted.

Vladimir Zapolskiy (4):
  pwm: lpc32xx: correct number of PWM channels from 2 to 1
  pwm: lpc32xx: fix warnings from common clock framework
  pwm: lpc32xx: fix and simplify duty cycle and period calculations
  pwm: lpc32xx: return ERANGE, if requested period is not supported

 drivers/pwm/pwm-lpc32xx.c | 59 ++++++++++++++++++-----------------------------
 1 file changed, 22 insertions(+), 37 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-11-08  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13  0:20 [PATCH 0/4] pwm: lpc32xx: fixes in the LPC32xx PWM driver Vladimir Zapolskiy
2015-10-13  0:20 ` [PATCH 1/4] pwm: lpc32xx: correct number of PWM channels from 2 to 1 Vladimir Zapolskiy
2015-10-13  0:20 ` [PATCH 2/4] pwm: lpc32xx: fix warnings from common clock framework Vladimir Zapolskiy
2015-10-13  0:20 ` [PATCH 3/4] pwm: lpc32xx: fix and simplify duty cycle and period calculations Vladimir Zapolskiy
2015-10-13  0:20 ` [PATCH 4/4] pwm: lpc32xx: return ERANGE, if requested period is not supported Vladimir Zapolskiy
2015-11-08  6:48 ` [PATCH 0/4] pwm: lpc32xx: fixes in the LPC32xx PWM driver Vladimir Zapolskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.