Merge tag 'intel-gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy...
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 12 May 2020 08:58:36 +0000 (10:58 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 May 2020 08:58:36 +0000 (10:58 +0200)
commited43f2b4e78069ee02687e5a562e1ecd15cbef4f
tree0f8f93d6d08f36193e93020606a8920035556a32
parent29f9f8e1fc93d7fd78d16c9b09fbc2b5c41d6959
parent7e73aa90a38c8815acea7af71e285658bf5ab879
Merge tag 'intel-gpio-v5.8-1' of git://git./linux/kernel/git/andy/linux-gpio-intel into devel

intel-gpio for v5.8-1

* MSI support for Intel Merrifield
* Refactor gpio-pch to be up-to-date with recent kernel APIs
* Miscellaneous cleanups here and there

The following is an automated git shortlog grouped by driver:

ich:
 -  fix a typo

merrifield:
 -  Better show how GPIO and IRQ bases are derived from hardware
 -  Switch over to MSI interrupts

pch:
 -  Use in pch_irq_type() macros provided by IRQ core
 -  Refactor pch_irq_type() to avoid unnecessary locking
 -  Get rid of unneeded variable in IRQ handler
 -  Use BIT() and GENMASK() where it's appropriate