summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman1-11/+6
2013-08-14usb: rh_call_control tbuf overflow fixSean O. Stalley1-7/+17
2013-08-12usb/hcd: Log error code if reset() failsMark Brown1-1/+1
2013-08-12USB: HCD: support giveback of URB in tasklet contextMing Lei1-30/+117
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-10/+27
2013-06-03Allow the USB HCD to create Wireless USB root hubsThomas Pugliese1-0/+28
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-5/+5
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu1-0/+8
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman1-0/+44
2013-01-25USB: add usb_hcd_{start,end}_port_resumeAlan Stern1-0/+44
2013-01-21USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu1-0/+4
2013-01-11usb/core: update power budget for SuperSpeedSebastian Andrzej Siewior1-1/+0
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman1-0/+16
2012-11-13Revert "USB/host: Cleanup unneccessary irq disable code"Greg Kroah-Hartman1-0/+16
2012-10-24USB: speed up usb_bus_resume()Alan Stern1-2/+17
2012-09-26USB: Fix race condition when removing host controllersAlan Stern1-4/+2
2012-09-10USB/host: Cleanup unneccessary irq disable codeChuansheng Liu1-16/+0
2012-09-10usb/core: use bin2bcd() for bcdDevice in RHSebastian Andrzej Siewior1-3/+3
2012-07-09usb/hcd: Ensure scatter-gather is not used for isoc transfersHans de Goede1-1/+9
2012-05-18USB: Make sure to fetch the BOS desc for roothubs.Sarah Sharp1-0/+9
2012-05-07USB: make vendor id of root hubs greppablePaul Bolle1-3/+3
2012-04-09USB: fix race between root-hub suspend and remote wakeupAlan Stern1-0/+12
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-3/+3
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp1-2/+4
2011-12-09USB: Adding #define in hub_configure() and hcd.c fileAman Deep1-1/+1
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-3/+2
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-21/+3
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp1-2/+16
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-4/+5
2011-09-27USB: Add wakeup info to debugging messagesAlan Stern1-4/+5
2011-09-26USB: Update USB default wakeup settingsAlan Stern1-1/+8
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-2/+2
2011-08-15USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.Sarah Sharp1-0/+2
2011-06-06USB: Add "authorized_default" parameter to the usbcore moduleCarl-Daniel Hailfinger1-1/+16
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern1-4/+1
2011-04-29usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior1-0/+1
2011-04-13USB: Fix unplug of device with active streamsMatthew Wilcox1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp1-0/+4
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp1-19/+89
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp1-3/+4
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp1-1/+10
2011-03-13usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp1-32/+43
2011-03-13usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp1-6/+9
2011-03-13usb: Initialize hcd->state roothubs.Sarah Sharp1-0/+1
2011-03-13USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp1-4/+7
2011-03-07USB: move usbcore away from hcd->stateAlan Stern1-14/+41
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell1-2/+20