History log of /drivers/usb/host/whci/wusb.c
Revision Date Author Comments
dcc7461eef7341e84e2f7274f904ce01a43b2506 26-Nov-2008 David Vrabel <david.vrabel@csr.com> wusb: add debug files for ASL, PZL and DI to the whci-hcd driver

Add asl, pzl and di debugfs files to uwb/uwbN/wusbhc for WHCI host
controller. These dump the current ASL, PZL and DI buffer.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
f88518d122f1b007f47a46aff37ca2885126a923 31-Oct-2008 Huang Weiyi <weiyi.huang@gmail.com> wusb: remove unused #include <version.h>

The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/usb/host/hwa-hc.c
drivers/usb/host/whci/hcd.c
drivers/usb/host/whci/int.c
drivers/usb/host/whci/wusb.c
drivers/usb/wusbcore/cbaf.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
4d2bea4ca0adb4cebfbf89d34869c74081c42577 27-Oct-2008 David Vrabel <david.vrabel@csr.com> wusb: do a proper channel stop

When stopping the WUSB channel the host should send Channel Stop IEs giving
the WUSB Channel Time of the last MMC. Both WHCI and HWA hosts provide a
channel stop command for this.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
7e6133aa42920ea87ad9791a0fb2b95d1a23b8f9 17-Sep-2008 David Vrabel <david.vrabel@csr.com> wusb: WHCI host controller driver

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>