[GIT PULL] gpio: fixes for v5.19-rc2

From: Bartosz Golaszewski
Date: Sat Jun 11 2022 - 16:27:55 EST


Linus,

Here's a set of fixes for the upcoming rc. Most address the new warning we
emit at build time when irq chips are not immutable with some additional
tweaks to gpio-crystalcove from Andy and a small tweak to gpio-dwapd.

Please pull!
Bartosz Golaszewski

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.19-rc2

for you to fetch changes up to 77006f6edc0e0f58617eb25e53731f78641e820d:

gpio: dwapb: Don't print error on -EPROBE_DEFER (2022-06-10 14:26:15 +0200)

----------------------------------------------------------------
gpio fixes for v5.19-rc2

- make irq_chip structs immutable in several Diolan and intel drivers to
get rid of the new warning we emit when fiddling with irq chips
- don't print error messages on probe deferral in gpio-dwapb

----------------------------------------------------------------
Andy Shevchenko (7):
gpio: crystalcove: make irq_chip immutable
gpio: crystalcove: Use specific type and API for IRQ number
gpio: crystalcove: Join function declarations and long lines
gpio: wcove: make irq_chip immutable
gpio: merrifield: make irq_chip immutable
gpio: sch: make irq_chip immutable
gpio: dln2: make irq_chip immutable

Bartosz Golaszewski (1):
Merge tag 'intel-gpio-v5.19-2' of gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-current

Serge Semin (1):
gpio: dwapb: Don't print error on -EPROBE_DEFER

drivers/gpio/gpio-crystalcove.c | 70 ++++++++++++++++++++++-------------------
drivers/gpio/gpio-dln2.c | 23 ++++++++------
drivers/gpio/gpio-dwapb.c | 7 ++---
drivers/gpio/gpio-merrifield.c | 22 ++++++++-----
drivers/gpio/gpio-sch.c | 35 +++++++++++++--------
drivers/gpio/gpio-wcove.c | 10 ++++--
6 files changed, 99 insertions(+), 68 deletions(-)