From: Thierry Reding <thierry.reding@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] pwm: Changes for v4.21-rc1
Date: Mon, 24 Dec 2018 12:15:08 +0100 [thread overview]
Message-ID: <20181224111508.23847-1-thierry.reding@gmail.com> (raw)
Hi Linus,
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37: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-4.21-rc1
for you to fetch changes up to e94b815524f83536415d7d59cc1833ad05934d97:
dt-bindings: pwm: rcar: Add r8a774c0 support (2018-12-24 12:06:56 +0100)
Thanks,
Thierry
----------------------------------------------------------------
pwm: Changes for v4.21-rc1
Not a lot going on this cycle. There's some more cleanup going on and
new driver support that was not quite ready in time for v4.21-rc1, but
here are a few fixes and improvements that are good to go. The Kona PWM
driver can now be built on the Cygnus architecture and the i.MX driver
gained support for hardware readback. Some small fixes are provided for
the clks711x and lpc18xx-sct drivers. Finally, to round things off some
drivers are switched to SPDX license identifiers.
----------------------------------------------------------------
Alexander Shiyan (2):
pwm: clps711x: Fix period calculation
pwm: clps711x: Switch to SPDX identifier
Anson Huang (1):
pwm: imx: Add ipg clock operation
Clément Péron (1):
pwm: Enable Kona PWM to be built for the Cygnus architecture
Fabrizio Castro (1):
dt-bindings: pwm: rcar: Add r8a774c0 support
Michal Vokáč (3):
pwm: imx: Sort include files
pwm: imx: Use bitops and bitfield macros to define register values
pwm: imx: Implement get_state() function for hardware readout
Stefan Wahren (1):
pwm: bcm2835: Switch to SPDX identifier
Uwe Kleine-König (2):
pwm: lpc18xx-sct: Don't reconfigure PWM in .request and .free
pwm: Drop legacy wrapper for changing polarity
.../devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
drivers/pwm/Kconfig | 4 +-
drivers/pwm/pwm-bcm2835.c | 5 +-
drivers/pwm/pwm-clps711x.c | 13 +-
drivers/pwm/pwm-imx.c | 194 +++++++++++++++++----
drivers/pwm/pwm-lpc18xx-sct.c | 3 -
include/linux/pwm.h | 42 -----
7 files changed, 173 insertions(+), 89 deletions(-)
next reply other threads:[~2018-12-24 11:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-24 11:15 Thierry Reding [this message]
2018-12-25 23:20 ` [GIT PULL] pwm: Changes for v4.21-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=20181224111508.23847-1-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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).