mbox series

[GIT,PULL] pwm: Changes for v5.10-rc1

Message ID 20201022154903.21929-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL] pwm: Changes for v5.10-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.10-rc1

Message

Thierry Reding Oct. 22, 2020, 3:49 p.m. UTC
Hi Linus,

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.10-rc1

for you to fetch changes up to 3b1954cd57bf7648417c593d60eac1ec661ad514:

  dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support (2020-10-09 13:30:15 +0200)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Changes for v5.10-rc1

This release cycle's updates are mostly cleanup and some minor fixes.

----------------------------------------------------------------
David Jander (3):
      pwm: pca9685: Make comments more consistent
      pwm: pca9685: Use BIT() macro instead of shift
      pwm: pca9685: Disable unused alternative addresses

Hauke Mehrtens (1):
      pwm: img: Fix null pointer access in probe

Jarkko Nikula (1):
      pwm: Allow store 64-bit duty cycle from sysfs interface

Krzysztof Kozlowski (6):
      pwm: bcm2835: Simplify with dev_err_probe()
      pwm: jz4740: Simplify with dev_err_probe()
      pwm: rockchip: Simplify with dev_err_probe()
      pwm: sifive: Simplify with dev_err_probe()
      pwm: sprd: Simplify with dev_err_probe()
      pwm: sun4i: Simplify with dev_err_probe()

Lad Prabhakar (2):
      dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
      dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support

Liu Shixin (1):
      pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macro

Marian-Cristian Rotariu (1):
      dt-bindings: pwm: renesas,pwm-rcar: Add r8a774e1 support

Simon South (1):
      pwm: rockchip: Keep enabled PWMs running while probing

 .../devicetree/bindings/pwm/renesas,pwm-rcar.yaml  |  2 +
 .../devicetree/bindings/pwm/renesas,tpu-pwm.yaml   |  1 +
 drivers/pwm/core.c                                 | 17 ++------
 drivers/pwm/pwm-bcm2835.c                          | 10 ++---
 drivers/pwm/pwm-img.c                              |  3 +-
 drivers/pwm/pwm-jz4740.c                           |  9 ++---
 drivers/pwm/pwm-pca9685.c                          | 45 +++++++++++++---------
 drivers/pwm/pwm-rockchip.c                         | 15 ++++----
 drivers/pwm/pwm-sifive.c                           |  8 ++--
 drivers/pwm/pwm-sprd.c                             |  7 +---
 drivers/pwm/pwm-sun4i.c                            | 36 ++++++-----------
 drivers/pwm/sysfs.c                                |  4 +-
 12 files changed, 67 insertions(+), 90 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 22, 2020, 8:04 p.m. UTC | #1
The pull request you sent on Thu, 22 Oct 2020 17:49:03 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.10-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ceae608a54898fff2aa0aba358fe81af027ef8c9

Thank you!