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.12-rc1
Date: Thu, 25 Feb 2021 20:34:26 +0100	[thread overview]
Message-ID: <20210225193426.3679817-1-thierry.reding@gmail.com> (raw)

Hi Linus,

The following changes since commit 6eefb79d6f5bc4086bd02c76f1072dd4a8d9d9f6:

  pwm: sun4i: Remove erroneous else branch (2020-12-17 14:23:49 +0100)

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.12-rc1

for you to fetch changes up to 9a9dd7e473517b68412fd2da3da8a4aeb4ecb38a:

  pwm: lpc18xx-sct: remove unneeded semicolon (2021-02-22 15:20:43 +0100)

As I was generating the pull request I noticed that I forgot to fast-
forward this to v5.11-rc1 after the last merge window. However, I did
not think a last-minute rebase was appropriate. I did go back and ran
my test builds on a rebase on top of v5.11-rc1 and everything checked
out, so I think this is safe to merge. Also, linux-next would have
caught any problems related to this. I'll make sure to properly roll
forward the branch next time.

Thanks,
Thierry

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

The ZTE ZX platform is being removed, so the PWM driver is no longer
needed and removed as well. Other than that this contains a small set of
fixes and cleanups across a couple of drivers.

----------------------------------------------------------------
Arnd Bergmann (1):
      pwm: Remove ZTE ZX driver

Jeff LaBundy (1):
      pwm: iqs620a: Correct a stale state variable

Simon South (5):
      pwm: rockchip: Enable APB clock during register access while probing
      pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()
      pwm: rockchip: Replace "bus clk" with "PWM clk"
      pwm: rockchip: Eliminate potential race condition when probing
      pwm: rockchip: Enable clock before calling clk_get_rate()

Uwe Kleine-König (1):
      pwm: iqs620a: Fix overflow and optimize calculations

Yang Li (1):
      pwm: lpc18xx-sct: remove unneeded semicolon

 Documentation/devicetree/bindings/pwm/pwm-zx.txt |  22 --
 drivers/pwm/Kconfig                              |  10 -
 drivers/pwm/Makefile                             |   1 -
 drivers/pwm/pwm-iqs620a.c                        |  94 ++++----
 drivers/pwm/pwm-lpc18xx-sct.c                    |   2 +-
 drivers/pwm/pwm-rockchip.c                       |  32 ++-
 drivers/pwm/pwm-zx.c                             | 278 -----------------------
 7 files changed, 65 insertions(+), 374 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-zx.txt
 delete mode 100644 drivers/pwm/pwm-zx.c

             reply	other threads:[~2021-02-25 19:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 19:34 Thierry Reding [this message]
2021-02-25 20:28 ` [GIT PULL] pwm: Changes for v5.12-rc1 Linus Torvalds
2021-02-25 20:29 ` 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=20210225193426.3679817-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).