mbox series

[GIT,PULL] GPIO fixes for v5.3

Message ID CACRpkdaWR9GZ0Hem4h-jdGcYc_Uwx29XvsHuEgvXiebRG6DCwA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fixes for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git

Message

Linus Walleij Aug. 24, 2019, 9:17 p.m. UTC
Hi Linus,

here is a (hopefully last) set of GPIO fixes for the v5.3 kernel
cycle. Two are pretty core.

Please pull them in! Details in the signed tag.

Yours,
Linus Walleij

The following changes since commit d45331b00ddb179e291766617259261c112db872:

  Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.3-4

for you to fetch changes up to 48057ed1840fde9239b1e000bea1a0a1f07c5e99:

  gpio: Fix irqchip initialization order (2019-08-23 11:00:43 +0200)

----------------------------------------------------------------
GPIO fixes for the v5.3 kernel:

- Fix not reporting open drain/source lines to userspace as "input"
- Fix a minor build error found in randconfigs
- Fix a chip select quirk on the Freescale SPI
- Fix the irqchip initialization semantic order to reflect what
  it was using the old API

----------------------------------------------------------------
Andreas Kemnade (1):
      gpio: of: fix Freescale SPI CS quirk handling

Bartosz Golaszewski (1):
      gpiolib: never report open-drain/source lines as 'input' to user-space

Linus Walleij (1):
      gpio: Fix irqchip initialization order

YueHaibing (1):
      gpio: Fix build error of function redefinition

 drivers/gpio/gpiolib-of.c |  2 +-
 drivers/gpio/gpiolib.c    | 36 +++++++++++++++++++-----------------
 include/linux/gpio.h      | 24 ------------------------
 3 files changed, 20 insertions(+), 42 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 24, 2019, 9:50 p.m. UTC | #1
The pull request you sent on Sat, 24 Aug 2019 23:17:54 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.3-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/083f0f2cd402df40f62e16b1e4208e6033f52aba

Thank you!