]> 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)
commitb302388bbe7980da91d3b952e4d8b2d5d1b4b5ae
tree9a6cbd4f08ef78fb973b055a75366e5c0e3ad5fa
parent07b1610c08b6e8ffcdbe842c7ef82226ebfde12b
parentc90cb1f11ac0fcee3a76d633f1a735333b559134
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()