[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdYAtMeqYaBGF__6dP7tOc_oh573Xtrxza-qcT7TtFNmSw@mail.gmail.com>
Date: Thu, 13 Feb 2020 13:06:38 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Bartosz Golaszewski <bgolaszewski@...libre.com>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Stephen Boyd <swboyd@...omium.org>
Subject: [GIT PULL] GPIO fixes for v5.6
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(-)
Powered by blists - more mailing lists