From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935111AbcIWI1z (ORCPT ); Fri, 23 Sep 2016 04:27:55 -0400 Received: from mga03.intel.com ([134.134.136.65]:55394 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934891AbcIWI1w (ORCPT ); Fri, 23 Sep 2016 04:27:52 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="764778256" Date: Fri, 23 Sep 2016 11:19:04 +0300 From: Mika Westerberg To: Johannes Stezenbach Cc: linux-acpi@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, David Cohen Subject: Re: Cherryview wake up events Message-ID: <20160923081904.GM1218@lahna.fi.intel.com> References: <20160919112117.55dim46nmqdmqjan@sig21.net> <20160919115619.GF1811@lahna.fi.intel.com> <20160919203622.ujh4l5eudrncv3rl@sig21.net> <20160920091840.GN1811@lahna.fi.intel.com> <20160920101450.ylohouriienzrgtj@sig21.net> <20160920104014.GO1811@lahna.fi.intel.com> <20160920155943.zrj7wwgg7ugqyv6i@sig21.net> <20160920211153.y7ntwwik2l6ppoqz@sig21.net> <20160921090614.GY1811@lahna.fi.intel.com> <20160921091635.tjnc2gvj75jixycv@sig21.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160921091635.tjnc2gvj75jixycv@sig21.net> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 21, 2016 at 11:16:35AM +0200, Johannes Stezenbach wrote: > On Wed, Sep 21, 2016 at 12:06:14PM +0300, Mika Westerberg wrote: > > On Tue, Sep 20, 2016 at 11:11:53PM +0200, Johannes Stezenbach wrote: > > > Or it is because the PNP0C40 device depends on GpioInt from PMIC > > > which isn't available... > > > > > > Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings > > > { > > > Name (CBUF, ResourceTemplate () > > > { > > > GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullUp, 0x0BB8, > > > "\\_SB.PCI0.I2C7.PMI2", 0x00, ResourceConsumer, , > > > ) > > > { // Pin list > > > 0x0016 > > > } > > > }) > > > Return (CBUF) /* \_SB_.TBAD._CRS.CBUF */ > > > } > > > > Most likely this is the reason. I'll try to find if we have an existing > > driver for this PMIC somewhere. I guess this is the Dollar Cove which is > > successor of Crystal Cove IIRC which is already supported by the > > mainline kernel. > > There is an ADBG ("TI_DCOVE") in PMI2._STA, so Dollar Cove > sounds like a good guess. David (CC'd) is working on getting the Dollar Cove PMIC driver upstreamed to the mainline kernel.