]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite9c865bf5264f3cf44c46bdbafa63c0717390ecb
tree9a6cbd4f08ef78fb973b055a75366e5c0e3ad5fa
parentae043b6af2953413f738f4275b4838db8aeb9d9b
parente9126b6ea34178e80f89327c7d6580b0433f272e
Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/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()