From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH v2 16/16] i2c: designware: Convert to use unified device property API Date: Tue, 1 Dec 2015 11:08:33 +0200 Message-ID: <20151201090833.GF7422@lahna.fi.intel.com> References: <1448896304-87928-1-git-send-email-andriy.shevchenko@linux.intel.com> <1448896304-87928-17-git-send-email-andriy.shevchenko@linux.intel.com> <20151130195858.GB16446@katana> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga09.intel.com ([134.134.136.24]:27500 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754776AbbLAJIr (ORCPT ); Tue, 1 Dec 2015 04:08:47 -0500 Content-Disposition: inline In-Reply-To: <20151130195858.GB16446@katana> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Wolfram Sang Cc: Andy Shevchenko , "Rafael J . Wysocki" , Greg Kroah-Hartman , Jarkko Nikula , linux-i2c@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones , Kevin Fenzi , Arnd Bergmann On Mon, Nov 30, 2015 at 08:58:58PM +0100, Wolfram Sang wrote: > On Mon, Nov 30, 2015 at 05:11:44PM +0200, Andy Shevchenko wrote: > > From: Mika Westerberg > > > > With ACPI _DSD (introduced in ACPI v5.1) it is now possible to pass device > > configuration information from ACPI in addition to DT. In order to support > > this, convert the driver to use the unified device property accessors > > instead of DT specific. > > > > Change to ordering a bit so that we first try platform data and if that's > > not available look from device properties. ACPI *CNT methods are then used > > as last resort to override everything else. > > > > Signed-off-by: Mika Westerberg > > Signed-off-by: Andy Shevchenko > > Acked-by: Jarkko Nikula > > What is the bug fix here described in the cover letter? The bug fix is actually in patch [14/16] "mfd: intel-lpss: Pass SDA hold time to I2C host controller driver". > And shall this go via I2C or via the rest of the series? Either way works. This should compile and work fine without the rest but of course fix for the issue with Lenovo Yoga 900 toucpad still requires all the patches.