Jeff Garzik wrote:
Tejun Heo wrote:
Implement the following init helpers.
* ata_host_set_alloc_pinfo():
alloc host_set and init with the given port_info.
* ata_host_set_alloc_pinfo_ar():
alloc host_set and init with the given port_info array.
* ata_host_set_add_ports_pinfo():
add ports to host_set and init with the given port_info.
* ata_host_set_add_ports_pinfo_ar():
add ports to host_set and init with the given port_info array.
* ata_host_set_request_irq():
prep host_set for IRQ enabling and request IRQ.
These helpers will be used in new LLD init model.
Signed-off-by: Tejun Heo <htejun@xxxxxxxxx>
OK except the names are too long
hoping to do s/host_set/host/g....
--
tejun
-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html