commit | 153e3979201b76dbd5788f032fb683e95121e159 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Thu Jun 10 08:22:07 2010 +0200 |
committer | Clemens Ladisch <clemens@ladisch.de> | Thu Jun 10 08:22:07 2010 +0200 |
tree | aae0a3a5dcbc0eb815e7030176b03c84da8792b9 | |
parent | f9c70f9129f2d88645c3a26711302a7f6ba9afd0 [diff] |
firewire: ohci: speed up PHY register accesses Most PHY chips, when idle, can complete a register access in the time needed for two or three PCI read transactions; bigger delays occur only when data is currently being moved over the link/PHY interface. So if we busy-wait a few times when waiting for the register access to finish, it is likely that we can finish without having to sleep. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>