linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Lee Jones" <lee.jones@linaro.org>,
	linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] pwm: Changes for v5.10-rc1
Date: Thu, 22 Oct 2020 17:49:03 +0200	[thread overview]
Message-ID: <20201022154903.21929-1-thierry.reding@gmail.com> (raw)

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(-)

             reply	other threads:[~2020-10-22 15:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 15:49 Thierry Reding [this message]
2020-10-22 20:04 ` [GIT PULL] pwm: Changes for v5.10-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201022154903.21929-1-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).