[PATCH 0/2][SRU Xenial]

AceLan Kao acelan.kao at canonical.com
Wed Oct 26 07:18:32 UTC 2016


BugLink: http://bugs.launchpad.net/bugs/1632527

Impact:
The pinctrl-sunrisepoint/pinctrl-intel driver restores all pins
after resumed, but some pins are claimed/controlled by BIOS,
so it leads to the loss of functionality of the touchscreen
after S3 on Dell XPS 9350/9360.

Fix:
The patch makes the driver to restore the pins own by the driver, so
it makes the touchscreen continue working after S3.

Tested:
Tested on Dell XPS 13 9360

Linus Walleij (1):
  gpio/pinctrl: sunxi: stop poking around in private vars

Mika Westerberg (1):
  pinctrl: intel: Only restore pins that are used by the driver

 drivers/gpio/gpiolib.c                |  9 +++++++++
 drivers/pinctrl/intel/pinctrl-intel.c | 25 +++++++++++++++++++++++--
 drivers/pinctrl/sunxi/pinctrl-sunxi.c |  4 ++--
 include/linux/gpio/driver.h           |  1 +
 4 files changed, 35 insertions(+), 4 deletions(-)

-- 
2.7.4





More information about the kernel-team mailing list