From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Stezenbach Subject: Re: Cherryview wake up events Date: Fri, 23 Sep 2016 11:59:53 +0200 Message-ID: <20160923095953.gkzzblbipye3ogft@sig21.net> References: <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> <20160923081904.GM1218@lahna.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160923081904.GM1218@lahna.fi.intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Mika Westerberg Cc: linux-acpi@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, David Cohen List-Id: linux-acpi@vger.kernel.org On Fri, Sep 23, 2016 at 11:19:04AM +0300, Mika Westerberg wrote: > On Wed, Sep 21, 2016 at 11:16:35AM +0200, Johannes Stezenbach wrote: > > 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. Excellent news! Repeating essential info to avoid any confusion, the PMIC is Device (PMI2) { Name (_ADR, Zero) // _ADR: Address Name (_HID, "INT33F5" /* TI PMIC Controller */) // _HID: Hardware ID Name (_CID, "INT33F5" /* TI PMIC Controller */) // _CID: Compatible ID Name (_DDN, "TI PMIC Controller") // _DDN: DOS Device Name (Because the INT33F4 XPOWER PMIC also has ADBG ("XPWR_DCOVE") so I'm not sure "Dollar Cove" is a unique name.) I put the Asus E200HA DSDT at https://linuxtv.org/~js/e200ha/ Thanks, Johannes