summaryrefslogtreecommitdiff
path: root/drivers/usb/core/usb.c
AgeCommit message (Expand)Author
2011-04-29usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern
2010-08-10USB: remove fake "address-of" expressionsAlan Stern
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner
2010-05-20USB: remove match_deviceMing Lei
2010-05-20USB: remove usb_find_deviceMing Lei
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-04-30USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack
2010-03-02USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu
2010-03-02USB: convert to the runtime PM frameworkAlan Stern
2009-12-23USB core: fix recent kernel-doc warningsRandy Dunlap
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-15USB: Close usb_find_interface race v3Russ Dill
2009-12-15Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman
2009-12-11USB: core: fix sparse warning for static functionFelipe Balbi
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp
2009-12-11USB: Close usb_find_interface raceRuss Dill
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp
2009-09-23USB: make usb_buffer_map_sg consistent with docJiri Slaby
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp
2009-06-15USB: Add route string to struct usb_device.Sarah Sharp
2009-06-15USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...FUJITA Tomonori
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman
2009-06-15USB: add the usbfs devices file to debugfsGreg Kroah-Hartman
2009-06-15USB: add usb debugfs directoryGreg Kroah-Hartman
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-01-07USB: re-enable interface after driver unbindsAlan Stern
2009-01-07USB: utilize the bus notifiersAlan Stern
2009-01-07USB: Enhance usage of pm_message_tAlan Stern
2009-01-07USB: Don't use __module_param_call; use core_param.Rusty Russell
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2008-08-21USB: Add new PM callback methods for USBAlan Stern
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-05-14USB: create attributes before sending ueventAlan Stern
2008-03-04PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki
2008-03-03docbook: fix usb source filesRandy Dunlap
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman
2008-02-01USB: Export suspend statisticsSarah Sharp