aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/hwa-hc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman1-875/+0
2019-07-25usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran1-1/+1
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-1/+1
2017-11-07USB: host: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-10usb: hwa-hc: constify usb_device_idArvind Yadav1-1/+1
2017-07-30USB: HWA: constify hc_driver structuresJulia Lawall1-1/+1
2014-11-03USB: HWA: fix a warning messageDan Carpenter1-1/+1
2014-03-07usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese1-2/+40
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese1-10/+10
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-08usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_ep, andThomas Pugliese1-1/+1
2013-10-29usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese1-3/+10
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese1-7/+3
2013-10-03usb: wusbcore: implement hwahc_op_get_frame_numberThomas Pugliese1-3/+7
2013-08-12HWA: avoid constant suspend and resume on the root hubThomas Pugliese1-0/+7
2013-06-24USB: HWA: fix device probe failureThomas Pugliese1-8/+3
2013-06-17usb: wire adapter: add scatter gather supportThomas Pugliese1-0/+1
2013-06-06wusbhc: disable suspend and resume on the root hub.Thomas Pugliese1-2/+0
2013-06-03Allow the USB HCD to create Wireless USB root hubsThomas Pugliese1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+0
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-1/+0
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-15wusb: hwa-hc: Drop unused pci_suspend/resume hooks.Paul Mundt1-21/+0
2009-03-24USB: use kzfree()Johannes Weiner1-2/+1
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel1-48/+7
2008-11-19uwb: add basic radio managerDavid Vrabel1-1/+0
2008-10-31wusb: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-28wusb: do a proper channel stopDavid Vrabel1-54/+48
2008-09-17wusb: add HWA host controller driverInaky Perez-Gonzalez1-0/+925