public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] pwm-pca9685: Bugfixes and prescaler support
@ 2015-07-23 15:19 Clemens Gruber
  2015-07-23 15:19 ` [PATCH v4 1/2] pwm-pca9685: Fix several driver bugs Clemens Gruber
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Clemens Gruber @ 2015-07-23 15:19 UTC (permalink / raw)
  To: linux-pwm; +Cc: linux-kernel, Clemens Gruber, Thierry Reding, Steffen Trumtrar

Hi,

the first patch from this series contains bugfixes and the second patch
adds support for changing the PWM output frequency of the PCA9685.

Regards,
Clemens

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>

Changes in v2:
- Only put chip into sleep mode if the bounds checking succeeds

Changes in v3:
- Fix checkpatch style warnings introduced in v2

Changes in v4:
- Set RESTART bit. Now the duty cycle to period ratio stays the same
  after only changing the period.
- Added a comment at the start of the file pointing out that the chip
  has only one prescaler and changing the period affects all outputs.

Clemens Gruber (2):
  pwm-pca9685: Fix several driver bugs
  pwm-pca9685: Support changing the output frequency

 drivers/pwm/pwm-pca9685.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 88 insertions(+), 1 deletion(-)

-- 
2.4.6


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

end of thread, other threads:[~2015-08-17 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 15:19 [PATCH v4 0/2] pwm-pca9685: Bugfixes and prescaler support Clemens Gruber
2015-07-23 15:19 ` [PATCH v4 1/2] pwm-pca9685: Fix several driver bugs Clemens Gruber
2015-07-23 15:19 ` [PATCH v4 2/2] pwm-pca9685: Support changing the output frequency Clemens Gruber
2015-08-14 20:09 ` [PATCH v4 0/2] pwm-pca9685: Bugfixes and prescaler support Clemens Gruber
2015-08-17 14:37 ` Thierry Reding

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