Re: [PATCH] pinctrl: cannonlake: Fix gpio base for GPP-E

2018-09-18 Thread Linus Walleij
On Sat, Sep 15, 2018 at 2:16 PM Simon Detheridge wrote: > The gpio base for GPP-E was set incorrectly to 258 instead of 256, > preventing the touchpad working on my Tong Fang GK5CN5Z laptop. > > Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=200787 > Signed-off-by: Simon Detheridge Patch

Re: [PATCH] pinctrl: cannonlake: Fix gpio base for GPP-E

2018-09-17 Thread Mika Westerberg
On Sat, Sep 15, 2018 at 10:15:18PM +0100, Simon Detheridge wrote: > The gpio base for GPP-E was set incorrectly to 258 instead of 256, > preventing the touchpad working on my Tong Fang GK5CN5Z laptop. > > Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=200787 > Signed-off-by: Simon Detheridge

[PATCH] pinctrl: cannonlake: Fix gpio base for GPP-E

2018-09-15 Thread Simon Detheridge
The gpio base for GPP-E was set incorrectly to 258 instead of 256, preventing the touchpad working on my Tong Fang GK5CN5Z laptop. Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=200787 Signed-off-by: Simon Detheridge --- drivers/pinctrl/intel/pinctrl-cannonlake.c | 2 +- 1 file changed, 1