From: Yisen Zhuang
Date: Fri, 3 Jun 2016 10:55:08 +0800
> From: Kejian Yan
>
> This series adds HNS support of acpi. The routine will call some ACPI
> helper functions, like acpi_dev_found() and acpi_evaluate_dsm(), which
> are not included in other cases. In order to make system compile
> succ
From: "Rafael J. Wysocki"
Date: Fri, 03 Jun 2016 23:34:50 +0200
> On Friday, June 03, 2016 10:55:08 AM Yisen Zhuang wrote:
>> From: Kejian Yan
...
>> Kejian Yan (13):
>> ACPI: bus: add stub acpi_dev_found() to linux/acpi.h
>> ACPI: bus: add stub acpi_evaluate_dsm() to linux/acpi.h
>
> Whic
On Friday, June 03, 2016 10:55:08 AM Yisen Zhuang wrote:
> From: Kejian Yan
>
> This series adds HNS support of acpi. The routine will call some ACPI
> helper functions, like acpi_dev_found() and acpi_evaluate_dsm(), which
> are not included in other cases. In order to make system compile
> succe
From: Kejian Yan
This series adds HNS support of acpi. The routine will call some ACPI
helper functions, like acpi_dev_found() and acpi_evaluate_dsm(), which
are not included in other cases. In order to make system compile
successfully in other cases except ACPI, it needs to add relative stub
fun