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 v5.1-rc1
Date: Wed, 13 Mar 2019 15:51:18 +0100 [thread overview]
Message-ID: <20190313145118.21818-1-thierry.reding@gmail.com> (raw)
Hi Linus,
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -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.1-rc1
for you to fetch changes up to d7d96312fe108d0df50898d212770b0a5b2d491e:
pwm: atmel: Remove useless symbolic definitions (2019-03-04 12:52:49 +0100)
Thanks,
Thierry
----------------------------------------------------------------
pwm: Changes for v5.1-rc1
The changes for this cycle are across the board. The bulk of it is
cleanups, but there's also new device support in some drivers as well as
more conversions to the atomic API.
----------------------------------------------------------------
Claudiu Beznea (5):
pwm: atmel: Add struct atmel_pwm_data
pwm: atmel: Add support for controllers with 32 bit counters
pwm: atmel: Rename objects of type atmel_pwm_data
pwm: atmel: Add PWM binding for SAM9X60
pwm: atmel: Add support for SAM9X60's PWM controller
Dan Carpenter (1):
pwm: imx: Signedness bug in imx_pwm_get_state()
Jitao Shi (1):
pwm: Add MediaTek MT8183 display PWM driver support
Mathieu Othacehe (3):
pwm: hibvt: Use individual struct per of-data
dt-bindings: pwm: hibvt: Add hi3559v100 support
pwm: hibvt: Add hi3559v100 support
Sheetal Tigadoli (1):
pwm: bcm-kona: Update macros to remove braces around numbers
Thierry Reding (1):
pwm: atmel: Remove useless symbolic definitions
Uwe Kleine-König (8):
pwm: Don't use memcmp() to compare state variables
pwm: Drop per-chip dbg_show callback
pwm: Rearrange structures to group members by purpose
pwm: imx: Remove if block where the condition is always wrong
pwm: imx: Set driver data earlier simplifying the end of ->probe()
pwm: imx: Don't print an error on -EPROBE_DEFER
pwm: imx: Split into two drivers
pwm: imx27: Only enable the clocks once in .get_state()
Yoshihiro Shimoda (4):
pwm: rcar: Add support "atomic" API
pwm: rcar: Use "atomic" API on rcar_pwm_resume()
pwm: rcar: Remove legacy APIs
pwm: rcar: Improve calculation of divider
.../devicetree/bindings/pwm/atmel-pwm.txt | 1 +
.../devicetree/bindings/pwm/pwm-hibvt.txt | 2 +
drivers/pwm/Kconfig | 17 +-
drivers/pwm/Makefile | 3 +-
drivers/pwm/core.c | 10 +-
drivers/pwm/pwm-atmel.c | 111 ++++++----
drivers/pwm/pwm-bcm-kona.c | 16 +-
drivers/pwm/pwm-hibvt.c | 44 +++-
drivers/pwm/pwm-imx1.c | 199 ++++++++++++++++++
drivers/pwm/{pwm-imx.c => pwm-imx27.c} | 224 ++++++---------------
drivers/pwm/pwm-mtk-disp.c | 11 +
drivers/pwm/pwm-rcar.c | 99 +++++----
include/linux/pwm.h | 37 ++--
13 files changed, 474 insertions(+), 300 deletions(-)
create mode 100644 drivers/pwm/pwm-imx1.c
rename drivers/pwm/{pwm-imx.c => pwm-imx27.c} (59%)
next reply other threads:[~2019-03-13 14:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-13 14:51 Thierry Reding [this message]
2019-03-13 17:10 ` 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=20190313145118.21818-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
all inboxes | Powered by JetHome®