]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'intel-pinctrl-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/pinct...
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Sep 2019 08:54:26 +0000 (10:54 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Sep 2019 08:54:26 +0000 (10:54 +0200)
commitfb6866ebd4defe05ac5e5ec3f4acc78b69acab67
treec7b11f7db2d70e8bc28c7a4a2bf7fb5684c7f036
parent546f0af37023b18f73ab00089ba3c912efaf6e23
parent51fba6a45c41ca8e27235d3b44b6b72eea058ac7
Merge tag 'intel-pinctrl-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into devel

intel-pinctrl for v5.4

A collection of improvements and fixes for Intel pinctrl drivers
including:

  - Converting drivers to use new devm_platform_ioremap_resource()
    helper function.

  - Make Interrupt Status (IS) register configurable.

  - Allow locked pins to be requested and used as long as they are not
    modified.

  - Fix intel_pinctrl_should_save() to translate pin number to GPIO
    number where needed. This fixes Asus X571GT touchpad
    unresponsiveness issue after suspend/resume cycle.