From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f68.google.com ([74.125.83.68]:40473 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753840AbeD3RT5 (ORCPT ); Mon, 30 Apr 2018 13:19:57 -0400 Received: by mail-pg0-f68.google.com with SMTP id l2-v6so6719755pgc.7 for ; Mon, 30 Apr 2018 10:19:56 -0700 (PDT) Date: Mon, 30 Apr 2018 10:21:11 -0700 From: Bjorn Andersson To: Nathan Chancellor Cc: Greg KH , Sasha Levin , "stable@vger.kernel.org" , Timur Tabi , Linus Walleij Subject: Re: [GIT PULL] commits for Linux 4.4 Message-ID: <20180430172111.GB491@tuxbook-pro> References: <20180427045025.GA4226@flashbox> <20180427070521.GA4931@kroah.com> <20180427073531.GA535@flashbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180427073531.GA535@flashbox> Sender: stable-owner@vger.kernel.org List-ID: On Fri 27 Apr 00:35 PDT 2018, Nathan Chancellor wrote: > On Fri, Apr 27, 2018 at 09:05:21AM +0200, Greg KH wrote: > > On Thu, Apr 26, 2018 at 09:50:25PM -0700, Nathan Chancellor wrote: > > > On Fri, Apr 27, 2018 at 02:01:20AM +0000, Sasha Levin wrote: > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA512 > > > > > > > > Hi Greg, > > > > > > > > Pleae pull commits for Linux 4.4 . > > > > > > > > I've sent a review request for all commits over a week ago and all > > > > comments were addressed. > > > > > > > > > > > > Thanks, > > > > Sasha > > > > > > > > > > For what it's worth, commit 87a00850c711 ("pinctrl: msm: Use dynamic > > > GPIO numbering") completely breaks touchscreen input on my Pixel 2 XL. > > > > That's not good. Have you reported this to the gpio developers and > > authors of that patch? > > > > I have not although I've gone ahead and CC'd them on this email. > Pixel 2XL is based on the Snapdragon 835, a DeviceTree-only platform; as such any GPIOs would be referenced by the touch driver using gpio-controller and pin offset. What kind of touchscreen is this? Is there a driver for it available somewhere to look at? Regards, Bjorn