LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@intel.com> To: Mika Westerberg <mika.westerberg@linux.intel.com> Cc: Daniel Drake <drake@endlessm.com>, Chris Chiu <chiu@endlessm.com>, Heikki Krogerus <heikki.krogerus@linux.intel.com>, Linus Walleij <linus.walleij@linaro.org>, "open list:PIN CONTROL SUBSYSTEM" <linux-gpio@vger.kernel.org>, Linux Kernel <linux-kernel@vger.kernel.org>, Linux Upstreaming Team <linux@endlessm.com> Subject: Re: [PATCH] pinctrl: intel: save HOSTSW_OWN register over suspend/resume Date: Thu, 28 Mar 2019 11:17:29 +0200 [thread overview] Message-ID: <20190328091729.GV9224@smile.fi.intel.com> (raw) In-Reply-To: <20190327172940.GR3622@lahna.fi.intel.com> On Wed, Mar 27, 2019 at 07:29:40PM +0200, Mika Westerberg wrote: > On Wed, Mar 27, 2019 at 04:22:04PM +0800, Daniel Drake wrote: > > On Tue, Nov 21, 2017 at 8:13 PM Mika Westerberg > > <mika.westerberg@linux.intel.com> wrote: > > > On Tue, Nov 21, 2017 at 07:54:26PM +0800, Chris Chiu wrote: > > > > Yup, I checked the value of the corresponded pin. It shows following before > > > > suspend > > > > pin 18 (GPIO_18) GPIO 0x40800102 0x00024075 > > > > > > > > Then after resume > > > > pin 18 (GPIO_18) GPIO 0x40800102 0x00024075 [ACPI] > > > > > > OK, so ownership is changed to ACPI. > > > > > > > What else register do you suggest me to compare? The PADCFG2 is invalid > > > > > > It's fine APL does not have PADCFG2. > > > > > > Hmm, I don't understand how this can work in Windows either. The Windows > > > people told me that they don't save and restore anything else than > > > padcfg registers + ie. If the ownership is changed to ACPI it means you > > > don't get interrupts anymore (only GPEs) and that applies to Windows as > > > well. > > > > In the mails after the one quoted above, we reported back to you that > > the new BIOS from Asus solved the issue. > > > > However, during the time that has followed, we have had numerous user > > reports from Asus E403NA, X540NA, and X541NA laptops (basically the > > same models that we originally discussed) where the touchpad stops > > working after suspend/resume, even with the latest BIOS. We managed to > > get an affected E403NA unit in-hands again, and confirmed that > > HOSTSW_OWN was being lost like we had observed before. Hmm... Can you confirm that laptop you declared as a fixed case and the mentioned here is the same one? If they are different, I have a theory that PCBs of those two are not the same and used GPIO pin can be also not the same, therefore the BIOS fixes only one revision of the model, but didn't consider the rest. If it's the case, I recommend to ping Asus again and make them check and fix. Meanwhile, Mika's proposal sounds feasible and not so intrusive. We may implement this later on. > > > > Unfortunately as this was a customer laptop we had to return it > > immediately, before we could investigate further. We don't have access > > to any more units since they are old models now. > > > > However I'm wondering if you have any other ideas or if you think > > something like our workaround patch might be acceptable under these > > circumstances: > > https://github.com/endlessm/linux/commit/f391452299f62a3d0cbe5333be90f69e9895d8ff > > I wonder if it would be simpler to save it always and then upon resume > compare them and if changed, log this in dmesg and restore the saved > one. -- With Best Regards, Andy Shevchenko
next prev parent reply other threads:[~2019-03-28 9:17 UTC|newest] Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-11-14 10:41 [PATCH] pinctrl: intel: save HOSTSW_OWN register over suspend/resume Chris Chiu [not found] ` <20171115080446.GY17200@lahna.fi.intel.com> 2017-11-15 8:08 ` Chris Chiu 2017-11-15 10:13 ` Mika Westerberg 2017-11-15 10:19 ` Chris Chiu 2017-11-16 12:44 ` Mika Westerberg 2017-11-16 13:27 ` Chris Chiu 2017-11-17 6:49 ` Mika Westerberg 2017-11-17 8:11 ` Chris Chiu 2017-11-21 10:52 ` Mika Westerberg 2017-11-21 11:54 ` Chris Chiu 2017-11-21 12:04 ` Mika Westerberg 2017-11-23 12:24 ` Chris Chiu 2017-11-23 12:43 ` Mika Westerberg 2019-03-27 8:22 ` Daniel Drake 2019-03-27 17:29 ` Mika Westerberg 2019-03-28 8:28 ` Mika Westerberg 2019-03-28 9:17 ` Andy Shevchenko [this message] 2019-03-28 9:38 ` Daniel Drake 2019-03-28 12:19 ` Chris Chiu 2019-03-28 12:34 ` Mika Westerberg 2019-03-29 8:38 ` Chris Chiu 2019-04-01 7:49 ` Mika Westerberg 2019-04-01 10:41 ` Chris Chiu 2019-04-01 12:22 ` Andy Shevchenko 2019-04-02 6:16 ` Chris Chiu 2019-04-02 11:58 ` Andy Shevchenko 2019-04-03 7:06 ` Chris Chiu 2019-04-03 13:06 ` Andy Shevchenko 2019-04-04 13:06 ` Chris Chiu 2019-04-04 13:59 ` Andy Shevchenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190328091729.GV9224@smile.fi.intel.com \ --to=andriy.shevchenko@intel.com \ --cc=chiu@endlessm.com \ --cc=drake@endlessm.com \ --cc=heikki.krogerus@linux.intel.com \ --cc=linus.walleij@linaro.org \ --cc=linux-gpio@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux@endlessm.com \ --cc=mika.westerberg@linux.intel.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).