Re: [PATCH 4/9] libata-acpi: implement ata_acpi_associate()

2007-05-24 Thread Jeff Garzik
Tejun Heo wrote: * Add acpi_handle to ata_host and ata_port. Rename ata_device->obj_handle to ->acpi_handle and move it above such that it doesn't get cleared on reconfiguration. * Replace ACPI node association which ata_acpi_associate() which is called once during host initialization. U

[PATCH 4/9] libata-acpi: implement ata_acpi_associate()

2007-05-14 Thread Tejun Heo
* Add acpi_handle to ata_host and ata_port. Rename ata_device->obj_handle to ->acpi_handle and move it above such that it doesn't get cleared on reconfiguration. * Replace ACPI node association which ata_acpi_associate() which is called once during host initialization. Unlike the previous