Re: [Patch v2 00/13] Introduce ACPI _DSM helper functions to simplify code

2014-01-05 Thread Jiang Liu
Thanks, Rafael! On 2014/1/6 5:58, Rafael J. Wysocki wrote: > On Thursday, December 19, 2013 08:38:09 PM Jiang Liu wrote: >> There are several drivers making use of ACPI _DSM method to detect >> and invoke device specific methods. Currently every driver has >> implemented its private version to sup

Re: [Patch v2 00/13] Introduce ACPI _DSM helper functions to simplify code

2014-01-05 Thread Rafael J. Wysocki
On Thursday, December 19, 2013 08:38:09 PM Jiang Liu wrote: > There are several drivers making use of ACPI _DSM method to detect > and invoke device specific methods. Currently every driver has > implemented its private version to support ACPI _DSM method. > So this patch introduces three helper fu

[Patch v2 00/13] Introduce ACPI _DSM helper functions to simplify code

2013-12-19 Thread Jiang Liu
There are several drivers making use of ACPI _DSM method to detect and invoke device specific methods. Currently every driver has implemented its private version to support ACPI _DSM method. So this patch introduces three helper functions to support ACPI _DSM method, which will be used to replace o