mbox series

[GIT,PULL] GPIO fixes for v5.6

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

Pull-request

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

Message

Linus Walleij Feb. 13, 2020, 12:06 p.m. UTC
Hi Linus,

here are some first fixes for GPIO, evening out some bumps
in the merge window and making everything generally nice
early in the cycle.

One patch hits the drivers/spmi subsystem, the maintainer
of that subsystem explicitly asked me to merge this patch
through the GPIO tree.

Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.6-2

for you to fetch changes up to a924eae75106258c0797706a0578c5af499c9ff5:

  gpio: sifive: fix static checker warning (2020-02-10 13:54:17 +0100)

----------------------------------------------------------------
GPIO fixes for the v5.6 kernel cycle:

- Revert two patches to gpio_do_set_config() and implement
  the proper solution that works, also drop an unecessary
  call in set_config()

- Fix up the lockdep class for hierarchical IRQ domains.

- Remove some bridge code for line directions.

- Fix a register access bug in the Xilinx driver.

----------------------------------------------------------------
Andy Shevchenko (1):
      MAINTAINERS: Sort entries in database for GPIO

Axel Lin (1):
      gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUT

Bartosz Golaszewski (3):
      Revert "gpiolib: Remove duplicated function gpio_do_set_config()"
      Revert "gpiolib: remove set but not used variable 'config'"
      gpiolib: fix gpio_do_set_config()

Kent Gibson (1):
      gpiolib: remove unnecessary argument from set_config call

Linus Walleij (1):
      Merge tag 'gpio-fixes-for-v5.6-rc2' of
git://git.kernel.org/.../brgl/linux into fixes

Paul Thomas (1):
      gpio: xilinx: Fix bug where the wrong GPIO register is written to

Stephen Boyd (1):
      spmi: pmic-arb: Set lockdep class for hierarchical irq domains

Yash Shah (1):
      gpio: sifive: fix static checker warning

 MAINTAINERS                  | 28 ++++++++++++++--------------
 drivers/gpio/gpio-bd71828.c  | 10 ----------
 drivers/gpio/gpio-sifive.c   |  6 +++---
 drivers/gpio/gpio-xilinx.c   |  5 +++--
 drivers/gpio/gpiolib.c       | 30 +++++++++++++++++++++++++-----
 drivers/spmi/spmi-pmic-arb.c |  4 ++++
 6 files changed, 49 insertions(+), 34 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 13, 2020, 10:40 p.m. UTC | #1
The pull request you sent on Thu, 13 Feb 2020 13:06:38 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.6-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1d40890aae812378fdcf47e203abf49476f9c071

Thank you!