All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] pwm: lpss: Fix and clean up series
@ 2017-01-28 15:10 Andy Shevchenko
  2017-01-28 15:10 ` [PATCH v3 1/6] pwm: lpss: Avoid potential overflow of base_unit Andy Shevchenko
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andy Shevchenko @ 2017-01-28 15:10 UTC (permalink / raw)
  To: linux-pwm, Mika Westerberg, Thierry Reding, Ilkka Koskinen
  Cc: Andy Shevchenko

There are clean ups and switch to new atomic API (would be considered as
an improvement).

The series tested on various Intel platforms, such as Edison and
Minnowboard MAX.

Since v2:
- rebase on top of v4.10-rc5
- replace patch 3 with duplicating board info files in bus drivers
- eliminate reminders of legacy API
- incorporate Mika's Gemini Lake patch
- add new patch from Ilkka

Since v1:
- rebase on top of v4.10-rc2
- fix typo in commit message of patch 1
- add Mika's tag

Andy Shevchenko (4):
  pwm: lpss: Avoid potential overflow of base_unit
  pwm: lpss: Allow duty cycle to be 0
  pwm: lpss: Switch to new atomic API
  pwm: lpss: Do not export board infos for different PWM types

Ilkka Koskinen (1):
  pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabled

Mika Westerberg (1):
  pwm: lpss: Add Intel Gemini Lake PCI ID

 drivers/pwm/pwm-lpss-pci.c      |  22 +++++++
 drivers/pwm/pwm-lpss-platform.c |  21 +++++++
 drivers/pwm/pwm-lpss.c          | 132 ++++++++++++++++++++--------------------
 drivers/pwm/pwm-lpss.h          |   4 --
 4 files changed, 110 insertions(+), 69 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-01-30  7:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-28 15:10 [PATCH v3 0/6] pwm: lpss: Fix and clean up series Andy Shevchenko
2017-01-28 15:10 ` [PATCH v3 1/6] pwm: lpss: Avoid potential overflow of base_unit Andy Shevchenko
2017-01-28 15:10 ` [PATCH v3 2/6] pwm: lpss: Allow duty cycle to be 0 Andy Shevchenko
2017-01-28 15:10 ` [PATCH v3 3/6] pwm: lpss: Switch to new atomic API Andy Shevchenko
2017-01-28 15:10 ` [PATCH v3 4/6] pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabled Andy Shevchenko
2017-01-28 15:10 ` [PATCH v3 5/6] pwm: lpss: Do not export board infos for different PWM types Andy Shevchenko
2017-01-28 15:10 ` [PATCH v3 6/6] pwm: lpss: Add Intel Gemini Lake PCI ID Andy Shevchenko
2017-01-30  7:18 ` [PATCH v3 0/6] pwm: lpss: Fix and clean up series Thierry Reding

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.