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)
commitbacada1c3fb4f116c8a1ebc864a9bd4ffd14e2d2
treec7b11f7db2d70e8bc28c7a4a2bf7fb5684c7f036
parent501398b75385aae33737ee938b6ed6df36e9c6c6
parent6cb0880f08229360c6c57416de075aa96930be78
Merge tag 'intel-pinctrl-v5.4' of git://git./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.