Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy...
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 17 Feb 2019 21:02:06 +0000 (22:02 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 17 Feb 2019 21:02:06 +0000 (22:02 +0100)
commit0248baca03b8f188eccbb991bda2caec4c330975
tree9a6cbd4f08ef78fb973b055a75366e5c0e3ad5fa
parent8fab3d713ca36bf4ad4dadec0bf38f5e70b8999d
parentfd30b72eab2d7a32c8e279442584e115e2e125f9
Merge tag 'intel-gpio-v5.1-1' of git://git./linux/kernel/git/andy/linux-gpio-intel into devel

intel-gpio for v5.1-1

Small clean up for Intel PMIC GPIO drivers, includes:
 - optimizing IRQ handlers by usage of for_each_set_bit()
 - sorting headers alphabetically for better maintenance
 - conversion to SPDX identifier

The following is an automated git shortlog grouped by driver:

crystalcove:
 -  Convert to use SPDX identifier
 -  Sort headers alphabetically
 -  Use for_each_set_bit() in IRQ handler

msic:
 -  Convert to use SPDX identifier
 -  Sort headers alphabetically
 -  Remove duplicate check in IRQ handler

wcove:
 -  Convert to use SPDX identifier
 -  Fix indentation
 -  Sort headers alphabetically
 -  Allow return negative error code from to_reg()