linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] gpio: updates for v5.9
@ 2020-06-30 10:54 Bartosz Golaszewski
  2020-06-30 21:55 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-06-30 10:54 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Linus,

please pull the following changes for v5.9. I'll be on paternity leave
in July, so I may be less active during that time.

Best regards,
Bartosz

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ae66eca000cfef3ef0e31842102e17b1b660b1ce:

  gpiolib: Deduplicate find_first_zero_bit() call (2020-06-30 12:39:14 +0200)

----------------------------------------------------------------
gpio updates for v5.9

- use kobj_to_dev() in sysfs interface
- kerneldoc and documentation fixes
- relax the interrupt flags in gpio-mpc8xxx
- support new model in gpio-pca953x
- remove a redundant check from gpio-max732x
- support a new platform in gpio-zynq (+ some minor fixes)
- don't depend on GPIOLIB when already inside the "if GPIOLIB" in Kconfig
- support PM ops for suspend in gpio-omap
- minor tweaks in gpiolib

----------------------------------------------------------------
Andy Shevchenko (1):
      gpiolib: Deduplicate find_first_zero_bit() call

Gaurav Singh (1):
      gpio: max732x: remove redundant check from probe()

Geert Uytterhoeven (1):
      gpio: Drop superfluous dependencies on GPIOLIB

Glenn Langedock (1):
      gpio: zynq: protect direction in/out with a spinlock

Jan Kiszka (2):
      dt-bindings: gpio: pca953x: add nxp,pcal9535
      gpio: pca953x: Add support for the PCAL9535

Kieran Bingham (1):
      drivers: gpio: Fix trivial spelling

Mauro Carvalho Chehab (1):
      gpio: driver.h: fix kernel-doc markup

Shubhrajyoti Datta (6):
      dt-bindings: gpio: Add binding for Versal gpio
      dt-bindings: gpio: Add pmc gpio node to gpio-zynq
      gpio: zynq: Add Versal support
      gpio: zynq: Disable the irq if it is not a wakeup source
      gpio: zynq: Add pmc gpio support
      gpio: zynq: Remove error prints in EPROBE_DEFER

Song Hui (1):
      gpio: mpc8xxx: change the gpio interrupt flags.

Tony Lindgren (1):
      gpio: omap: Add missing PM ops for suspend

Wang Qing (1):
      gpiolib: sysfs: use kobj_to_dev

 .../devicetree/bindings/gpio/gpio-pca953x.txt      |  1 +
 .../devicetree/bindings/gpio/gpio-zynq.txt         |  4 +-
 drivers/gpio/Kconfig                               |  4 +-
 drivers/gpio/TODO                                  |  2 +-
 drivers/gpio/gpio-max732x.c                        |  2 +-
 drivers/gpio/gpio-mpc8xxx.c                        |  2 +-
 drivers/gpio/gpio-omap.c                           | 26 +++++++++
 drivers/gpio/gpio-pca953x.c                        |  2 +
 drivers/gpio/gpio-zynq.c                           | 66 +++++++++++++++++++++-
 drivers/gpio/gpiolib-sysfs.c                       |  2 +-
 drivers/gpio/gpiolib.c                             | 10 ++--
 include/linux/gpio/driver.h                        |  2 +-
 12 files changed, 107 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-30 21:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 10:54 [GIT PULL] gpio: updates for v5.9 Bartosz Golaszewski
2020-06-30 21:55 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).