From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org,
Bartosz Golaszewski <bgolaszewski@baylibre.com>
Subject: [GIT PULL] gpio: updates for v5.4
Date: Tue, 3 Sep 2019 14:02:14 +0200 [thread overview]
Message-ID: <20190903120214.16375-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-updates-for-linus
for you to fetch changes up to f2ee73147a3f23cc4b032a76b5677b4b8441ba74:
gpio: lpc32xx: allow building on non-lpc32xx targets (2019-08-12 09:10:00 +0200)
----------------------------------------------------------------
gpio: updates for v5.4
- use a helper variable for &pdev->dev in gpio-em
- tweak the ifdefs in GPIO headers
- fix function links in HTML docs
- remove an unneeded error message from ixp4xx
- use the optional clk_get in gpio-mxc instead of checking the return value
- a couple improvements in pca953x
- allow to build gpio-lpc32xx on non-lpc32xx targets
----------------------------------------------------------------
Andy Shevchenko (4):
gpio: pca953x: Switch to use device_get_match_data()
gpio: pca953x: Use GENMASK() consistently
gpio: pca953x: Remove explicit comparison with 0
gpio: pca953x: Drop %s for constant string literals
Anson Huang (1):
gpio: mxc: Use devm_clk_get_optional instead of devm_clk_get
Arnd Bergmann (1):
gpio: lpc32xx: allow building on non-lpc32xx targets
Bartosz Golaszewski (1):
gpio: em: use a helper variable for &pdev->dev
Ding Xiang (1):
gpio: ixp4xx: remove redundant dev_err message
Jeremy Cline (1):
Documentation: gpio: fix function links in the HTML docs
Masahiro Yamada (1):
gpio: remove less important #ifdef around declarations
Documentation/driver-api/gpio/driver.rst | 16 ++---
arch/arm/configs/lpc32xx_defconfig | 1 +
drivers/gpio/Kconfig | 7 ++
drivers/gpio/Makefile | 2 +-
drivers/gpio/gpio-em.c | 37 +++++-----
drivers/gpio/gpio-ixp4xx.c | 4 +-
drivers/gpio/gpio-lpc32xx.c | 118 ++++++++++++++++++-------------
drivers/gpio/gpio-mxc.c | 9 +--
drivers/gpio/gpio-pca953x.c | 70 +++++++++---------
include/linux/gpio/driver.h | 27 +++----
10 files changed, 149 insertions(+), 142 deletions(-)
next reply other threads:[~2019-09-03 12:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-03 12:02 Bartosz Golaszewski [this message]
2019-09-03 14:05 ` [GIT PULL] gpio: updates for v5.4 Linus Walleij
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=20190903120214.16375-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=bgolaszewski@baylibre.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.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