summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* uas: fix deadlocky memory allocationsOliver Neukum2014-04-161-2/+2
* uas: fix error handling during scsi_scan()Oliver Neukum2014-04-161-1/+2
* uas: fix GFP_NOIO under spinlockOliver Neukum2014-04-161-3/+3
* USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht2014-04-161-7/+21
* USB: ohci-jz4740: FEAT_POWER is a port feature, not a hub featureLaurent Pinchart2014-04-161-2/+2
* USB: ohci-jz4740: Fix uninitialized variable warningLaurent Pinchart2014-04-161-1/+1
* USB: EHCI: tegra: set txfill_tuningStephen Warren2014-04-161-0/+23
* usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam2014-04-161-0/+2
* usb: ehci-exynos: Return immediately from suspend if ehci_suspend failsVivek Gautam2014-04-161-0/+2
* USB: fix crash during hotplug of PCI USB controller cardAlan Stern2014-04-161-1/+1
* USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()Alexey Khoroshilov2014-04-161-2/+4
* usb: usb-common: fix typo for usb_state_stringPeter Chen2014-04-161-1/+1
* USB: usb_wwan: fix handling of missing bulk endpointsJohan Hovold2014-04-161-6/+3Star
* USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders2014-04-162-1/+7
* USB: cp210x: Add 8281 (Nanotec Plug & Drive)Tristan Bruns2014-04-161-0/+1
* usb: option driver, add support for Telit UE910v2Daniele Palmas2014-04-161-0/+2
* Revert "USB: serial: add usbid for dell wwan card to sierra.c"Johan Hovold2014-04-161-1/+0Star
* USB: serial: ftdi_sio: add id for Brainboxes serial cardsMichele Baldessari2014-04-162-0/+70
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-04-131-1/+7
|\
| * target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
| * target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-1/+0Star
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2014-04-0435-212/+281
| |\ \
| * | | ARM: 7989/1: Delete asm/system.hDavid Howells2014-02-251-1/+0Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-034-6/+2Star
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-20351-3981/+23012
| |\ \ \ \
| * | | | | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-202-4/+0Star
| * | | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-192-2/+2
* | | | | | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-0298-2155/+4112
|\ \ \ \ \ \
| * | | | | | USB: disable reset-resume when USB_QUIRK_RESET is setAlan Stern2014-03-191-2/+12
| * | | | | | USB: unbind all interfaces before rebinding anyAlan Stern2014-03-183-41/+60
| * | | | | | usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210Michal Simek2014-03-181-0/+2
| * | | | | | usb: gadget: tcm_usb_gadget: stop format stringsKees Cook2014-03-181-1/+1
| * | | | | | usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga2014-03-181-2/+6
| * | | | | | usb: gadget: composite: switch over to ERR_CAST()Felipe Balbi2014-03-181-1/+1
| * | | | | | usb: gadget: inode: switch over to memdup_user()Felipe Balbi2014-03-181-6/+3Star
| * | | | | | usb: gadget: f_subset: switch over to PTR_RETFelipe Balbi2014-03-181-1/+1
| * | | | | | usb: gadget: lpc32xx_udc: fix wrong clk_put() sequenceFelipe Balbi2014-03-181-2/+2
| * | | | | | USB: keyspan: remove dead debugging codeJohan Hovold2014-03-121-30/+0Star
| * | | | | | USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-1214-30/+28Star
| * | | | | | USB: serial: add missing bracesJohan Hovold2014-03-122-9/+10
| * | | | | | USB: serial: continue to write on errorsJohan Hovold2014-03-121-10/+19
| * | | | | | USB: serial: continue to read on errorsJohan Hovold2014-03-121-4/+17
| * | | | | | USB: serial: make bulk_out_size a lower limitJohan Hovold2014-03-121-3/+2Star
| * | | | | | USB: cypress_m8: fix potential scheduling while atomicJohan Hovold2014-03-121-16/+3Star
| * | | | | | usb: chipidea: add support for USB OTG controller on LSI Zevio SoCsDaniel Tang2014-03-122-0/+73
| * | | | | | usb: chipidea: imx: Use dev_name() for ci_hdrc name to distinguish USBsAlexander Shiyan2014-03-121-1/+1
| * | | | | | usb: chipidea: udc: refine isr_tr_complete_handlerPeter Chen2014-03-121-140/+154
| * | | | | | Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman2014-03-123-11/+11
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman2014-03-096-705/+2Star
| |\ \ \ \ \ \