From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH] ACPI / LPSS: Ignore 10ms delay for Braswell and Baytrail Date: Fri, 21 Aug 2015 16:20:15 +0300 Message-ID: <20150821132015.GN30005@lahna.fi.intel.com> References: <1440090968-17728-1-git-send-email-srinidhi.kasagar@intel.com> <20150820123805.GG30005@lahna.fi.intel.com> <20150821121152.GA26813@intel-desktop> <20150821063641.GK30005@lahna.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga03.intel.com ([134.134.136.65]:29524 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754095AbbHUNW0 (ORCPT ); Fri, 21 Aug 2015 09:22:26 -0400 Content-Disposition: inline In-Reply-To: <20150821063641.GK30005@lahna.fi.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Kasagar, Srinidhi" Cc: linux-acpi@vger.kernel.org, rafael.j.wysocki@intel.com, Kumar P Mahesh , Heikki Krogerus On Fri, Aug 21, 2015 at 09:36:41AM +0300, Mika Westerberg wrote: > On Fri, Aug 21, 2015 at 05:41:52PM +0530, Kasagar, Srinidhi wrote: > > On Thu, Aug 20, 2015 at 03:38:05PM +0300, Mika Westerberg wrote: > > > +Heikki > > > > > > On Thu, Aug 20, 2015 at 10:46:07PM +0530, Srinidhi Kasagar wrote: > > > > LPSS devices in Braswell and Baytrail does not need the default > > > > 10ms d3_delay imposed by PCI specification. Removing this > > > > unnecessary delay significantly reduces the resume time > > > > (~200ms on Braswell/Cherrytrail) on these platforms. > > > > > > > > Signed-off-by: Srinidhi Kasagar > > > > Signed-off-by: Kumar P Mahesh > > > > > > Have you tested this on Asus T100? The delay was actually needed in > > > order to restore the context IIRC. > > > > Sorry, I do not have T100 h/w :( > > OK. We have one and I'm going to test this patch on it. In particular > the T100 needed to have these delays otherwise writes failed. The patch does not apply on top of v4.2-rc7 or linux-pm/bleeding-edge. So I just unconditionally set the delay to 0 for all LPSS devices on T100. Having msleep(0) seems to be enough and the touch panel including I2C host controller runtime resumes just fine :-) If I remove msleep() completely then things break apart and runtime resuming the touch panel triggers this: [ 46.143111] i2c_hid i2c-ATML1000:00: i2c_hid_set_power [ 46.145758] i2c_hid i2c-ATML1000:00: __i2c_hid_command: cmd=fb 00 00 08 [ 46.148483] i2c_designware 80860F41:05: Unknown Synopsys component type: 0x00000000 [ 46.252125] i2c_designware 80860F41:05: timeout in enabling adapter [ 47.254426] i2c_designware 80860F41:05: controller timed out So clearly it needs some delay but it does not have to be 10ms.