Re: [V4 PATCH 2/2] ata: ahci_platform: Add ACPI _CLS matching

2015-03-02 Thread Suthikulpanit, Suravee
On 3/2/15, 10:41, "Tejun Heo" wrote: >On Mon, Mar 02, 2015 at 02:27:20AM -0600, Suravee Suthikulpanit wrote: >> This patch adds ACPI supports for AHCI platform driver, which uses _CLS >> method to match the device. >> >> The following is an example of ASL structure in DSDT for a SATA >>control

Re: [V4 PATCH 2/2] ata: ahci_platform: Add ACPI _CLS matching

2015-03-02 Thread Tejun Heo
On Mon, Mar 02, 2015 at 02:27:20AM -0600, Suravee Suthikulpanit wrote: > This patch adds ACPI supports for AHCI platform driver, which uses _CLS > method to match the device. > > The following is an example of ASL structure in DSDT for a SATA controller, > which contains _CLS package to be matched

[V4 PATCH 2/2] ata: ahci_platform: Add ACPI _CLS matching

2015-03-02 Thread Suravee Suthikulpanit
This patch adds ACPI supports for AHCI platform driver, which uses _CLS method to match the device. The following is an example of ASL structure in DSDT for a SATA controller, which contains _CLS package to be matched by the ahci_platform driver: Device (AHC0) // AHCI Controller { Name(_H