Return-Path: Message-ID: <1478448574.1591.2.camel@gmail.com> Subject: Re: [PATCH] ACPI / platform: Add support for build-in properties From: =?ISO-8859-1?Q?J=E9r=F4me?= de Bretagne To: Heikki Krogerus , "Rafael J. Wysocki" Cc: Andy Shevchenko , Greg Kroah-Hartman , Kefeng Wang , Feng Kan , linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org, linux-bluetooth@vger.kernel.org Date: Sun, 06 Nov 2016 17:09:34 +0100 In-Reply-To: <20161103142126.87413-1-heikki.krogerus@linux.intel.com> References: <20161102154139.GD11523@kuha.fi.intel.com> <20161103142126.87413-1-heikki.krogerus@linux.intel.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-serial-owner@vger.kernel.org List-ID: Le jeudi 03 novembre 2016 à 16:21 +0200, Heikki Krogerus a écrit : > We have a couple of drivers, acpi_apd.c and acpi_lpss.c, > that need to pass extra build-in properties to the devices > they create. Previously the drivers added those properties > to the struct device which is member of the struct > acpi_device, but that does not work. Those properties need > to be assigned to the struct device of the platform device > instead in order for them to become available to the > drivers. > > To fix this, this patch changes acpi_create_platform_device > function to take struct property_entry pointer as parameter. > > Fixes: 20a875e2e86e ("serial: 8250_dw: Add quirk for APM X-Gene SoC") > Signed-off-by: Heikki Krogerus > --- > > Hi, > > Found the problem, and this is my proposal for a fix. > > Jérôme, please test it when you have time. > Hi Heikki, I can confirm that this patch fixes the issue I've reported on the Lenovo ThinkPad 8 tablet. You were fast to find the root cause, impressive, really appreciated. Feel free to add: Tested-by: Jérôme de Bretagne Let's hope it can still make it during the remaining 4.9 rc timing. Cheers, Jérôme