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.3
Date: Thu, 27 Jun 2019 16:45:01 +0200 [thread overview]
Message-ID: <20190627144501.11063-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Hi Linus,
please pull the following patches I have in my tree for v5.3.
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.3-updates-for-linus
for you to fetch changes up to f360dcd4ef7fbaec774a64c54b402b4c8a4cffb2:
gpio: mockup: no need to check return value of debugfs_create functions (2019-06-27 15:54:19 +0200)
----------------------------------------------------------------
gpio: updates for v5.3
- add include/linux/gpio.h to .gitignore in /tools
- improve and simplify code in the em driver
- simplify code in max732x by using devm helpers (including the new
devm_i2c_new_dummy_device())
- fix SPDX header for madera
- remove checking of return values of debugfs routines in gpio-mockup
----------------------------------------------------------------
Bartosz Golaszewski (3):
gpio: em: use the managed version of gpiochip_add_data()
gpio: max732x: use i2c_new_dummy_device()
gpio: max732x: use devm_gpiochip_add_data()
Charles Keepax (1):
gpio: madera: Fixup SPDX headers
Geert Uytterhoeven (2):
gpio: em: Remove error messages on out-of-memory conditions
gpio: em: Return early on error in em_gio_probe()
Greg Kroah-Hartman (1):
gpio: mockup: no need to check return value of debugfs_create functions
Kelsey Skunberg (1):
tools: gpio: Add include/linux/gpio.h to .gitignore
drivers/gpio/gpio-em.c | 34 ++++++++++------------------------
drivers/gpio/gpio-madera.c | 6 +-----
drivers/gpio/gpio-max732x.c | 45 ++++++++++++++++-----------------------------
drivers/gpio/gpio-mockup.c | 21 +++++----------------
tools/gpio/.gitignore | 2 +-
5 files changed, 33 insertions(+), 75 deletions(-)
next reply other threads:[~2019-06-27 14:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-27 14:45 Bartosz Golaszewski [this message]
2019-06-27 16:23 ` [GIT PULL] gpio: updates for v5.3 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=20190627144501.11063-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