Skip to content
Snippets Groups Projects
Commit 153e3979 authored by Clemens Ladisch's avatar Clemens Ladisch
Browse files

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: default avatarClemens Ladisch <clemens@ladisch.de>
parent f9c70f91
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment