pinctrl/amd: save pin registers over suspend/resume
authorDaniel Drake <drake@endlessm.com>
Mon, 11 Sep 2017 06:11:56 +0000 (14:11 +0800)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 8 Oct 2017 01:09:17 +0000 (01:09 +0000)
commit790d223c42015e8a51e6f0f187e85bf209f51cda
tree82ce3ee048e0a2f7731d8af342d8a2cfb895b366
parenta8dba697952342510235f71a6c9fd192e1095cc0
pinctrl/amd: save pin registers over suspend/resume

commit 79d2c8bede2c93f9432d7da0bc2f76a195c90fc0 upstream.

The touchpad in the Asus laptop models X505BA/BP and X542BA/BP is
unresponsive after suspend/resume. The following error appears during
resume:

  i2c_hid i2c-ELAN1300:00: failed to reset device.

The problem here is that i2c_hid does not notice the interrupt being
generated at this point, because the GPIO is no longer configured
for interrupts.

Fix this by saving pinctrl-amd pin registers during suspend and
restoring them at resume time.

Based on code from pinctrl-intel.

Signed-off-by: Daniel Drake <drake@endlessm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/pinctrl-amd.c
drivers/pinctrl/pinctrl-amd.h