summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: mos7720: remove incorrect read-urb checkJohan Hovold2011-11-151-10/+0
* USB: keyspan_pda: clean up write-urb busy handlingJohan Hovold2011-11-151-5/+5
* USB: cyberjack: clean up write-urb busy handlingJohan Hovold2011-11-151-8/+4
* USB: omninet: clean up write-urb busy handlingJohan Hovold2011-11-151-10/+4
* USB: omninet: fix write_roomJohan Hovold2011-11-151-1/+1
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-1513-1340/+0
* usb: OHCI/EHCI-XLS: Use resource_size v3Thomas Meyer2011-11-152-2/+2
* USB: Realtek cr: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-151-2/+1
* usb: storage: shuttle_usbat: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: sddr55: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: sddr09: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storagE: realtek_cr: fix sparse warningsFelipe Balbi2011-11-151-6/+5
* usb: storage: onetouch: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: karma: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: jumpshot: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: isd200: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: freecom: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: ene_ub6250: fix sparse warningsFelipe Balbi2011-11-151-6/+6
* usb: storage: datafab: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: cypress: fix sparse warningFelipe Balbi2011-11-151-1/+1
* usb: storage: alauda: fix sparse warningsFelipe Balbi2011-11-151-1/+1
* USB: Add optional match for interface class to dynamic ID facilityJosua Dietze2011-11-151-1/+7
* USB: ehci: report Data Buffer Error in debug modeVikram Pandita2011-11-141-0/+11
* USB: serial: cp210x.c: add mark/space parityRoland Koebler2011-11-141-17/+22
* USB: Remove the SAW_IRQ hcd flagAlan Stern2011-11-146-39/+4
* USB: ehci-s5p: remove unnecessary header includesJingoo Han2011-11-141-2/+0
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0640-0/+40
|\
| * usb: fix implicit usage of gfp.h in host/xhci-hub.cPaul Gortmaker2011-10-311-0/+1
| * usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-3119-0/+19
| * usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-3120-0/+20
* | USB: Update last_busy time after autosuspend failsAlan Stern2011-11-041-0/+5
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-036-168/+360
|\ \
| * | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2011-10-242-2/+1
| * | MIPS: Alchemy: abstract USB block control register accessManuel Lauss2011-10-244-166/+359
* | | Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-19/+220
|\ \ \ | |_|/ |/| |
| * | Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann2011-10-312-2/+2
| |\ \
| * \ \ Merge branch 'imx/devel' into next/develArnd Bergmann2011-10-202-1/+20
| |\ \ \ | | | |/ | | |/|
| * | | at91: at91-ohci: support overcurrent notificationThomas Petazzoni2011-09-101-9/+215
| * | | at91: ohci-at91: add vbus_pin_inverted platform attributeThomas Petazzoni2011-09-101-2/+2
| * | | at91: ohci-at91: always provide all the clocksJean-Christophe PLAGNIOL-VILLARD2011-09-101-10/+5
* | | | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-6/+0
|\ \ \ \
| * \ \ \ Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-181-6/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | musb_debugfs.c: remove unneeded includes on ARMNicolas Pitre2011-09-261-6/+0
* | | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-272-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * | | | ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-257-23/+22
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-077-23/+22
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | USB: Add wakeup info to debugging messagesAlan Stern2011-09-272-8/+8
| | * | | | PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-197-18/+17
| | | |_|/ | | |/| |
OpenPOWER on IntegriCloud