]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: intel-lpss: Save register context on suspend
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 18 Apr 2016 12:14:56 +0000 (15:14 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 01:14:34 +0000 (18:14 -0700)
commitd306f756f8c63ea820af01ecf27e089f3118a00a
tree69e01d618993df4f25264e5d4a9bf57a7e674927
parentb8562066d4819ee23d3f8da2fa5e9160bf854835
mfd: intel-lpss: Save register context on suspend

commit 41a3da2b8e1639d983192e3650670df4ecc94cf7 upstream.

All configurations are lost and the registers will have
default values when the hardware is suspended and resumed,
so saving the private register space context on suspend, and
restoring it on resume.

Fixes: 4b45efe85263 (mfd: Add support for Intel Sunrisepoint LPSS devices)
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mfd/intel-lpss.c