mirror of https://lore.kernel.org/lkml/
 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.17-rc1
Date: Wed, 19 Jan 2022 12:31:26 +0100	[thread overview]
Message-ID: <20220119113126.1244615-1-thierry.reding@gmail.com> (raw)

Hi Linus,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -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-5.17-rc1

for you to fetch changes up to 3f0565451cc0c5158513af0bc4e91aa8fb0b5e75:

  dt-bindings: pwm: Avoid selecting schema on node name match (2021-12-09 18:17:02 +0100)

Thanks,
Thierry

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

This contains a number of nice cleanups and improvements for the core
and various drivers as well as a minor tweak to the json-schema device
tree bindings.

----------------------------------------------------------------
Thierry Reding (1):
      dt-bindings: pwm: Avoid selecting schema on node name match

Uwe Kleine-König (7):
      pwm: Move legacy driver handling into a dedicated function
      pwm: Prevent a glitch for legacy drivers
      pwm: Restore initial state if a legacy callback fails
      pwm: twl: Implement .apply() callback
      pwm: img: Implement .apply() callback
      pwm: vt8500: Implement .apply() callback
      pwm: img: Use only a single idiom to get a runtime PM reference

 Documentation/devicetree/bindings/pwm/pwm.yaml |   2 +
 drivers/pwm/core.c                             | 139 ++++++++++++++-----------
 drivers/pwm/pwm-img.c                          |  35 +++++--
 drivers/pwm/pwm-twl.c                          |  62 +++++++++--
 drivers/pwm/pwm-vt8500.c                       |  57 ++++++++--
 5 files changed, 213 insertions(+), 82 deletions(-)

             reply	other threads:[~2022-01-19 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19 11:31 Thierry Reding [this message]
2022-01-20 11:59 ` 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=20220119113126.1244615-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

Powered by JetHome