Re: [PATCH 2/2] acpi:apd:add AMD ACPI2Platform device support

2014-12-04 Thread Ken Xue
On Thu, 2014-12-04 at 13:58 +0200, Mika Westerberg wrote: > On Wed, Dec 03, 2014 at 08:34:32PM +0800, Ken Xue wrote: > > This is a new feature to interpret AMD specific ACPI device to > > platform device such as I2C, UART found on AMD CZ and later > > chipsets. It based on INTEL LPSS and acpi soc.

Re: [PATCH 2/2] acpi:apd:add AMD ACPI2Platform device support

2014-12-04 Thread Mika Westerberg
On Wed, Dec 03, 2014 at 08:34:32PM +0800, Ken Xue wrote: > This is a new feature to interpret AMD specific ACPI device to > platform device such as I2C, UART found on AMD CZ and later > chipsets. It based on INTEL LPSS and acpi soc. > > Signed-off-by: Ken Xue > --- > arch/x86/Kconfig| 11

[PATCH 2/2] acpi:apd:add AMD ACPI2Platform device support

2014-12-03 Thread Ken Xue
This is a new feature to interpret AMD specific ACPI device to platform device such as I2C, UART found on AMD CZ and later chipsets. It based on INTEL LPSS and acpi soc. Signed-off-by: Ken Xue --- arch/x86/Kconfig| 11 +++ drivers/acpi/Makefile | 2 +- drivers/acpi/acpi_apd.c | 82