Re: [PATCH 2/6] ACPI: create setup_quirk in acpi_apd

2016-01-04 Thread Andy Shevchenko
On Mon, Jan 4, 2016 at 7:31 AM, Wang Hongcheng wrote: > The post_setup hook of AMD0020 device will create an amba device as > the child of a previously created platform device. > > Signed-off-by: Wang Hongcheng > --- > drivers/acpi/acpi_apd.c | 131 >

Re: [PATCH 2/6] ACPI: create setup_quirk in acpi_apd

2016-01-04 Thread Andy Shevchenko
On Mon, Jan 4, 2016 at 7:31 AM, Wang Hongcheng wrote: > The post_setup hook of AMD0020 device will create an amba device as > the child of a previously created platform device. > > Signed-off-by: Wang Hongcheng > --- > drivers/acpi/acpi_apd.c | 131 >

[PATCH 2/6] ACPI: create setup_quirk in acpi_apd

2016-01-03 Thread Wang Hongcheng
The post_setup hook of AMD0020 device will create an amba device as the child of a previously created platform device. Signed-off-by: Wang Hongcheng --- drivers/acpi/acpi_apd.c | 131 1 file changed, 121 insertions(+), 10 deletions(-) diff --git

[PATCH 2/6] ACPI: create setup_quirk in acpi_apd

2016-01-03 Thread Wang Hongcheng
The post_setup hook of AMD0020 device will create an amba device as the child of a previously created platform device. Signed-off-by: Wang Hongcheng --- drivers/acpi/acpi_apd.c | 131 1 file changed, 121 insertions(+), 10