]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe574b7df6768ce375647fa4babbb8bd0321d297
tree0f8f93d6d08f36193e93020606a8920035556a32
parentd5292ec3704ea84f07c7e89165327f782e9d4637
parent2c39800d5aed58690ce0c588ab2e0e699c98695a
Merge tag 'intel-gpio-v5.8-1' of git://git.kernel.org/pub/scm/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