From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> 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(-)