fastboot: make the libata port scan asynchronous
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 4 Jan 2009 13:32:28 +0000 (05:32 -0800)
committerArjan van de Ven <arjan@linux.intel.com>
Wed, 7 Jan 2009 16:46:57 +0000 (08:46 -0800)
commit793180570ff2530d133343ceea85648de5f01b02
treede75df600287442c4eb527a2e0bd607517b14a59
parent4ace92fc112c6069b4fcb95a31d3142d4a43ff2a
fastboot: make the libata port scan asynchronous

This patch makes the libata port scanning asynchronous (per device).
There is a synchronization point before doing the actual disk scan
so that device ordering is not affected.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
drivers/ata/libata-core.c