Re: [PATCH 1/2] acpi:soc: merge common codes for creating platform device

2014-12-05 Thread Mika Westerberg
On Fri, Dec 05, 2014 at 02:34:46PM +0800, Ken Xue wrote: > On Thu, 2014-12-04 at 15:04 +0200, Mika Westerberg wrote: > > On Wed, Dec 03, 2014 at 08:33:37PM +0800, Ken Xue wrote: > > > This patch is supposed to deliver some common codes for AMD APD and > > > INTEL LPSS. It can help to convert some s

Re: [PATCH 1/2] acpi:soc: merge common codes for creating platform device

2014-12-04 Thread Ken Xue
On Thu, 2014-12-04 at 15:04 +0200, Mika Westerberg wrote: > On Wed, Dec 03, 2014 at 08:33:37PM +0800, Ken Xue wrote: > > This patch is supposed to deliver some common codes for AMD APD and > > INTEL LPSS. It can help to convert some specific acpi devices to be > > platform devices. > > > > Signed-

Re: [PATCH 1/2] acpi:soc: merge common codes for creating platform device

2014-12-04 Thread Mika Westerberg
On Wed, Dec 03, 2014 at 08:33:37PM +0800, Ken Xue wrote: > This patch is supposed to deliver some common codes for AMD APD and > INTEL LPSS. It can help to convert some specific acpi devices to be > platform devices. > > Signed-off-by: Ken Xue > --- > drivers/acpi/Makefile | 2 +- > drivers/

[PATCH 1/2] acpi:soc: merge common codes for creating platform device

2014-12-03 Thread Ken Xue
This patch is supposed to deliver some common codes for AMD APD and INTEL LPSS. It can help to convert some specific acpi devices to be platform devices. Signed-off-by: Ken Xue --- drivers/acpi/Makefile | 2 +- drivers/acpi/acpi_soc.c | 211 d