| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: Reset USB 3.0 devices on (re)discovery | Luben Tuikov | 2011-02-20 | 1 | -11/+7 |
* | Revert "USB: Reset USB 3.0 devices on (re)discovery" | Greg Kroah-Hartman | 2011-02-17 | 1 | -7/+11 |
* | USB: Reset USB 3.0 devices on (re)discovery | Luben Tuikov | 2011-02-17 | 1 | -11/+7 |
* | USB: Add quirk for Samsung Android phone modem | Maciej Szmigiero | 2011-02-17 | 1 | -0/+4 |
* | USB: add quirks entry for Keytouch QWERTY Panel | Alan Stern | 2011-02-17 | 1 | -0/+4 |
* | USB: fix race between root-hub resume and wakeup requests | Alan Stern | 2011-02-03 | 1 | -1/+1 |
* | USB: prevent buggy hubs from crashing the USB stack | Alan Stern | 2011-02-03 | 1 | -0/+5 |
* | Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s... | Greg Kroah-Hartman | 2011-01-24 | 2 | -1/+27 |
|\ |
|
| * | usb: Realloc xHCI structures after a hub is verified. | Sarah Sharp | 2011-01-14 | 1 | -0/+21 |
| * | xHCI: synchronize irq in xhci_suspend() | Andiry Xu | 2011-01-14 | 1 | -1/+6 |
* | | usb: set ep_dev async suspend should be later than device_initialize | Peter Chen | 2011-01-22 | 1 | -1/+1 |
* | | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2011-01-20 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2011-01-10 | 1 | -4/+3 |
|\ |
|
| * | PM: Replace the device power.status field with a bit field | Rafael J. Wysocki | 2010-12-24 | 1 | -4/+3 |
* | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-01-07 | 9 | -207/+61 |
|\ \ |
|
| * | | USB: Merge 2.6.37-rc5 into usb-next | Greg Kroah-Hartman | 2010-12-22 | 1 | -2/+10 |
| |\| |
|
| * | | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 2010-12-16 | 9 | -207/+61 |
| |\ \ |
|
| | * | | USB: improve uses of usb_mark_last_busy | Alan Stern | 2010-11-16 | 3 | -16/+10 |
| | * | | USB: use the runtime-PM autosuspend implementation | Alan Stern | 2010-11-16 | 6 | -110/+13 |
| | * | | USB: make usb_mark_last_busy use pm_runtime_mark_last_busy | Ming Lei | 2010-11-16 | 5 | -16/+11 |
| | * | | USB: use sysfs_merge_group for power attributes | Alan Stern | 2010-11-16 | 1 | -33/+17 |
| | * | | USB: use the no_callbacks flag for interfaces | Ming Lei | 2010-11-16 | 2 | -53/+31 |
* | | | | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -3/+0 |
* | | | | fs: dcache scale subdirs | Nick Piggin | 2011-01-07 | 1 | -3/+5 |
* | | | | fs: dcache scale d_unhashed | Nick Piggin | 2011-01-07 | 1 | -0/+3 |
| |_|/
|/| | |
|
* | | | USB: core: Add input prompt and help text for USB_OTG config | Pavankumar Kondeti | 2010-12-16 | 1 | -2/+10 |
|/ / |
|
* | | usb: musb: do not use dma for control transfers | Anand Gadiyar | 2010-11-22 | 1 | -0/+2 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 4 | -4/+0 |
* | | usb: core: fix information leak to userland | Vasiliy Kulikov | 2010-11-11 | 1 | -3/+4 |
|/ |
|
* | convert get_sb_single() users | Al Viro | 2010-10-29 | 1 | -4/+4 |
* | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-25 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-10-22 | 9 | -52/+67 |
|\ |
|
| * | USB: accept some invalid ep0-maxpacket values | Alan Stern | 2010-10-22 | 1 | -3/+6 |
| * | usb: Fix issue with USB 3.0 devices after system resume | Sarah Sharp | 2010-10-22 | 1 | -0/+3 |
| * | USB: core: use kernel assigned address for devices under xHCI | Andiry Xu | 2010-10-22 | 1 | -14/+13 |
| * | usb: makefile cleanup | matt mooney | 2010-10-22 | 1 | -12/+7 |
| * | usb: core: endpoint: Fix error path | Rahul Ruikar | 2010-10-22 | 1 | -1/+1 |
| * | USB: do not print -ESHUTDOWN message if usb at otg device mode | Peter Chen | 2010-10-22 | 1 | -1/+1 |
| * | USB: introduce unmap_urb_setup_for_dma() | Martin Fuzzey | 2010-10-22 | 1 | -5/+13 |
| * | USB: disable endpoints after unbinding interfaces, not before | Alan Stern | 2010-10-22 | 1 | -7/+7 |
| * | usb: change to new flag variable | matt mooney | 2010-10-22 | 1 | -3/+1 |
| * | usb: musb: host: unmap the buffer for PIO data transfers | Maulik Mankad | 2010-10-22 | 1 | -1/+2 |
| * | USB: teach "devices" file about Wireless and SuperSpeed USB | Alan Stern | 2010-10-22 | 1 | -4/+7 |
| * | OHCI: work around for nVidia shutdown problem | Alan Stern | 2010-10-22 | 1 | -1/+3 |
| * | USB: output an error message when the pipe type doesn't match the endpoint type | Simon Arlott | 2010-10-22 | 1 | -1/+4 |
| * | USB: core: update comment to match current function name | Wolfram Sang | 2010-10-22 | 1 | -1/+1 |
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | USB: update Kconfig help text for CONFIG_USB_SUSPEND | Alan Stern | 2010-09-24 | 1 | -3/+3 |
* | | USB: fix bug in initialization of interface minor numbers | Alan Stern | 2010-09-24 | 2 | -19/+17 |
|/ |
|