]> www.infradead.org Git - users/willy/xarray.git/commit
Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/scm/linux...
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Nov 2019 22:00:54 +0000 (23:00 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Nov 2019 22:00:54 +0000 (23:00 +0100)
commit94fc6702d989a67dc8b115428bbda425a15afe8a
tree966bb808b967476512e08cbbd30131e114b685ec
parent8b598e7f4e9bede8a3893e1d7e4e4ff0dc952bb5
parent0f67f16a6e88749fc3bf88da7515d3fff472a1cc
Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel

gpio: updates for v5.5

- add MODULE_ALIAS() for bd70528 (makes it possible to autoload the
  module from user-space)
- use proper irc_chip names in gpio-em and gpio-rcar
- expose the line bias settings to user-space in the form of new request
  flags
- expose a new ioctl() to user-space which allows to change certain
  proprties of requested lines without releasing them first
- various updates for gpio-tegra186: debounce support, code
  simplification and interrupt routing
- use platform_get_irq() in gpio-em for some code shrinkage
- remove leftovers after recent gpio-mmio changes