summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fix breakage on systems without ACPISasha Levin2012-05-161-4/+1
* usb: Bind devices to ACPI devices when possibleMatthew Garrett2012-05-111-0/+6
* USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-291-6/+0
* USB: cleanup the handling of the PM complete callOliver Neukum2012-01-241-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* usbcore: get BOS descriptor setAndiry Xu2011-09-261-0/+1
* usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz2011-04-291-2/+1
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-181-0/+5
* USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-161-1/+2
* USB: remove fake "address-of" expressionsAlan Stern2010-08-101-4/+2
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-1/+1
* USB: remove match_deviceMing Lei2010-05-201-33/+0
* USB: remove usb_find_deviceMing Lei2010-05-201-37/+0
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-0/+4
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-15/+3
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack2010-04-301-10/+10
* USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu2010-03-021-3/+0
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-32/+3
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-151-7/+16
|\
| * USB: Close usb_find_interface race v3Russ Dill2009-12-151-15/+16
| * Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman2009-12-151-10/+18
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
|/
* USB: core: fix sparse warning for static functionFelipe Balbi2009-12-111-1/+1
* USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-111-0/+37
* USB: Close usb_find_interface raceRuss Dill2009-12-111-18/+10
* USB: xhci: Set route string for all devices.Sarah Sharp2009-09-231-2/+7
* USB: make usb_buffer_map_sg consistent with docJiri Slaby2009-09-231-2/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-161-15/+61
|\
| * USB: Support for addressing a USB device under xHCISarah Sharp2009-06-151-1/+13
| * USB: Add route string to struct usb_device.Sarah Sharp2009-06-151-2/+8
| * USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...FUJITA Tomonori2009-06-151-4/+4
| * usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-151-2/+1
| * USB: remove unused usb_host classGreg Kroah-Hartman2009-06-151-6/+0
| * USB: add the usbfs devices file to debugfsGreg Kroah-Hartman2009-06-151-0/+13
| * USB: add usb debugfs directoryGreg Kroah-Hartman2009-06-151-0/+22
* | Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-151-0/+11
|/
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-1/+1
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-1/+1
* USB: utilize the bus notifiersAlan Stern2009-01-071-0/+37
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-4/+4
* USB: Don't use __module_param_call; use core_param.Rusty Russell2009-01-071-2/+6
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-071-0/+1
* USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-16/+7
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-061-2/+2
* USB: Add new PM callback methods for USBAlan Stern2008-08-211-6/+67
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-211-3/+2