mbox

[GIT,PULL] pwm: Fixes for v4.11-rc7

Message ID 20170412175505.13472-1-thierry.reding@gmail.com
State Deferred
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-4.11-rc7

Message

Thierry Reding April 12, 2017, 5:55 p.m. UTC
Hi Linus,

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-4.11-rc7

for you to fetch changes up to a900152b5c29aea8134cc7a4c5db25552b3cd8f7:

  pwm: rockchip: State of PWM clock should synchronize with PWM enabled state (2017-04-06 15:08:52 +0200)

This comes about a week later than I wanted, but I got side-tracked with
other things, unfortunately.

Thanks,
Thierry

----------------------------------------------------------------
pwm: Fixes for v4.11-rc7

This contain a fix for the atomic update support recently added to the
Rockchip driver where the clock reference count would become unbalanced
and result in the clock feeding the PWM to always be disabled.

Another fix to the Intel LPSS driver that adds an update bit quirk
required for a specific configuration.

----------------------------------------------------------------
Andy Shevchenko (1):
      pwm: lpss: Split Tangier configuration

David Wu (1):
      pwm: rockchip: State of PWM clock should synchronize with PWM enabled state

Hans de Goede (1):
      pwm: lpss: Set enable-bit before waiting for update-bit to go low

 drivers/pwm/pwm-lpss-pci.c      | 10 +++++++++-
 drivers/pwm/pwm-lpss-platform.c |  1 +
 drivers/pwm/pwm-lpss.c          | 19 +++++++++++++------
 drivers/pwm/pwm-lpss.h          |  1 +
 drivers/pwm/pwm-rockchip.c      | 40 +++++++++++++++++++++++++++++++++-------
 5 files changed, 57 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-pwm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html