commit | 9d9387475af261949f61a5ec465e1f762d7be08a | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Jul 11 11:22:44 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 16 16:56:46 2012 -0700 |
tree | 7aa6688962bde78fba655b791612e60cc1b50adf | |
parent | 8c5bf7be56f1a8aecc1f802f132d53f556a9bc45 [diff] |
USB: EHCI: use hrtimer for the IAA watchdog This patch (as1581) replaces the iaa_watchdog kernel timer used by ehci-hcd with an hrtimer event, in keeping with the general conversion to high-res timers. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>