aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci/hw.c
Commit message (Collapse)AuthorAge
* wusb: timeout when waiting for ASL/PZL updates in whci-hcdDavid Vrabel2009-01-07
| | | | | | | Timeout if an ASL or PZL update doesn't not complete and reset the hardware. Signed-off-by: David Vrabel <david.vrabel@csr.com>
* wusb: release mutex in the error path of whci-hcd's whc_do_gencmd()David Vrabel2008-10-28
| | | | Signed-off-by: David Vrabel <david.vrabel@csr.com>
* wusb: WHCI host controller driverDavid Vrabel2008-09-17
A driver for Wireless USB host controllers that comply with the Wireless Host Controller Interface (HCI) specification as published by Intel. The latest publically available version of the specification (0.95) is supported (except for isochronous transfers). Build fixes by Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David Vrabel <david.vrabel@csr.com>