aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAge
* USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman2013-08-23
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-02
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-03
* USB: driver.c: processing failure, maching resume condition with suspend cond...Chen Gang2013-04-01
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-28
* USB: adds comment on suspend callbackMing Lei2013-03-25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-19
* | usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-21
|/
* USB: Enable LPM after a failed probe.Sarah Sharp2012-10-08
* usb: remove junk from store_remove_idAlan Cox2012-09-17
* usb: Add quirk detection based on interface informationLaurent Pinchart2012-07-19
* usb-core: Set intfdata to NULL if a driver's probe method failedHans de Goede2012-06-13
* USB: allow match on bInterfaceNumberBjørn Mork2012-06-13
* USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-18
* USB: add read support to usb-serial/../new_idBjørn Mork2012-05-14
* USB: let both new_id and remove_id show dynamic id listBjørn Mork2012-05-14
* USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-29
* USB: don't ignore suspend errors for root hubsAlan Stern2012-04-09
* Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-20
|\
| * USB: cleanup the handling of the PM complete callOliver Neukum2012-01-24
| * USB: code cleanup in suspend/resume path (3rd try)Oliver Neukum2012-01-24
* | USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern2012-01-26
* | Dynamic ID addition doesn't need get_driver()Alan Stern2012-01-24
|/
* USB: remove dead code from suspend/resume pathOliver Neukum2012-01-03
* USB: Add optional match for interface class to dynamic ID facilityJosua Dietze2011-11-15
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-31
* | USB: Update last_busy time after autosuspend failsAlan Stern2011-11-04
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-25
|\
| * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-19
* | xHCI: set USB2 hardware LPMAndiry Xu2011-09-26
* | USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-09-09
|/
* Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-28
|\
| * USB: don't let errors prevent system sleepAlan Stern2011-06-15
* | PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-21
|/
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-18
* usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-10
|\
| * PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-24
* | USB: improve uses of usb_mark_last_busyAlan Stern2010-11-16
* | USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-16
* | USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-16
* | USB: use the no_callbacks flag for interfacesMing Lei2010-11-16
|/
* USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen2010-10-22
* USB: remove fake "address-of" expressionsAlan Stern2010-08-10
* USB: core driver: Fix Coding Stylescsanchez@neurowork.net2010-08-10
* USB: obey the sysfs power/wakeup settingAlan Stern2010-06-30
* USB: unbind all interfaces before rebinding themAlan Stern2010-06-04
* USB: fix interface runtime-PM settingsAlan Stern2010-05-20