mbox series

[GIT,PULL] gpio: updates for v5.3

Message ID 20190627144501.11063-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: updates for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.3-updates-for-linus

Message

Bartosz Golaszewski June 27, 2019, 2:45 p.m. UTC
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(-)

Comments

Linus Walleij June 27, 2019, 4:23 p.m. UTC | #1
On Thu, Jun 27, 2019 at 3:45 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> 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)

Pulled into my "devel" branch and pushed to the build servers!

Thanks!
Linus Walleij