summaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-24USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman1-15/+13
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-2/+20
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+2
2013-04-01USB: driver.c: processing failure, maching resume condition with suspend cond...Chen Gang1-4/+6
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-2/+2
2013-03-25USB: adds comment on suspend callbackMing Lei1-3/+8
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-22usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-25/+0
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-10-08USB: Enable LPM after a failed probe.Sarah Sharp1-0/+4
2012-09-18usb: remove junk from store_remove_idAlan Cox1-8/+3
2012-07-20usb: Add quirk detection based on interface informationLaurent Pinchart1-15/+23
2012-06-14usb-core: Set intfdata to NULL if a driver's probe method failedHans de Goede1-0/+1
2012-06-14USB: allow match on bInterfaceNumberBjørn Mork1-2/+7
2012-05-19USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp1-1/+53
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork1-3/+10
2012-05-14USB: let both new_id and remove_id show dynamic id listBjørn Mork1-2/+19
2012-04-30USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman1-19/+2
2012-04-10USB: don't ignore suspend errors for root hubsAlan Stern1-2/+7
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-42/+78
2012-01-27USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern1-41/+20
2012-01-25Dynamic ID addition doesn't need get_driver()Alan Stern1-4/+1
2012-01-25USB: cleanup the handling of the PM complete callOliver Neukum1-17/+20
2012-01-25USB: code cleanup in suspend/resume path (3rd try)Oliver Neukum1-30/+63
2012-01-04USB: remove dead code from suspend/resume pathOliver Neukum1-21/+7
2011-11-15USB: Add optional match for interface class to dynamic ID facilityJosua Dietze1-1/+7
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-05USB: Update last_busy time after autosuspend failsAlan Stern1-0/+5
2011-11-01usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+4
2011-09-27xHCI: set USB2 hardware LPMAndiry Xu1-0/+14
2011-09-10USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder1-1/+1
2011-08-20PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-5/+4
2011-06-28Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+10
2011-06-22PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-3/+3
2011-06-16USB: don't let errors prevent system sleepAlan Stern1-1/+10
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki1-12/+3
2011-03-14usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp1-0/+5
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+3
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki1-4/+3
2010-11-17USB: improve uses of usb_mark_last_busyAlan Stern1-7/+1
2010-11-17USB: use the runtime-PM autosuspend implementationAlan Stern1-72/+5
2010-11-17USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-12/+11
2010-11-17USB: use the no_callbacks flag for interfacesMing Lei1-53/+29
2010-10-22USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen1-1/+1
2010-08-11USB: remove fake "address-of" expressionsAlan Stern1-4/+2
2010-08-11USB: core driver: Fix Coding Stylescsanchez@neurowork.net1-4/+3
2010-06-30USB: obey the sysfs power/wakeup settingAlan Stern1-10/+3
2010-06-05USB: unbind all interfaces before rebinding themAlan Stern1-0/+2
2010-05-21USB: fix interface runtime-PM settingsAlan Stern1-6/+11