aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-05-07aio: use cancellation list lazilyKent Overstreet1-2/+1
2013-05-07aio: move private stuff out of aio.hKent Overstreet1-0/+1
2013-05-07gadget: remove only user of aio retryZach Brown1-9/+29
2013-05-05gadget: single_open() leaksAl Viro2-2/+2
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-175/+103
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+14
2013-04-30drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton1-4/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2013-04-29fsl_udc: Don't use create_proc_read_entry()David Howells1-81/+43
2013-04-29goku_udc: Don't use create_proc_read_entry()David Howells1-50/+39
2013-04-29yurex: don't wank with fasync on ->release()...Al Viro1-2/+0
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds267-9728/+9961
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds12-151/+40
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2013-04-28Merge branch 'fixes' into next/cleanupOlof Johansson1-1/+0
2013-04-25USB: ehci-msm: USB_MSM_OTG needs USB_PHYArnd Bergmann1-0/+1
2013-04-25USB: OHCI: avoid conflicting platform driversArnd Bergmann1-18/+118
2013-04-25USB: OMAP: ISP1301 needs USB_PHYArnd Bergmann2-1/+2
2013-04-25USB: lpc32xx: ISP1301 needs USB_PHYArnd Bergmann1-0/+1
2013-04-24USB: ftdi_sio: enable two UART ports on ST Microconnect LiteAdrian Thomasset1-7/+11
2013-04-23usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann2-9/+14
2013-04-23usb: phy: phy core cannot yet be a moduleArnd Bergmann1-1/+1
2013-04-23USB: Fix initconst in ehci driverAndi Kleen3-3/+3
2013-04-23usb-storage: CY7C68300A chips do not support Cypress ATACBTormod Volden1-2/+14
2013-04-23USB: serial: option: Added support Olivetti Olicard 145Filippo Turato1-0/+2
2013-04-23USB: ftdi_sio: correct ST Micro Connect Lite PIDsAdrian Thomasset2-2/+5
2013-04-23Merge tag 'usb-for-v3.10-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-5/+12
2013-04-23usb: phy: remove exported function from __init sectionDenis Efremov1-1/+1
2013-04-23usb: gadget: zero: put function instances on unbindAndrzej Pietrasiewicz1-0/+2
2013-04-23usb: gadget: f_sourcesink.c: correct a copy-paste misnomerAndrzej Pietrasiewicz1-2/+2
2013-04-23usb: gadget: cdc2: fix error return code in cdc_do_config()Wei Yongjun1-1/+3
2013-04-23usb: gadget: multi: fix error return code in rndis_do_config()Wei Yongjun1-1/+3
2013-04-23usb: gadget: f_obex: fix error return code in obex_bind()Wei Yongjun1-0/+1
2013-04-19USB: storage: convert to use module_usb_driver()Greg Kroah-Hartman1-29/+1
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches20-834/+753
2013-04-19USB: ti_usb_3410_5052: kill custom closing_waitJohan Hovold1-54/+15
2013-04-19USB: ti_usb_3410_5052: remove redundant drain from break_ctlJohan Hovold1-2/+0
2013-04-19USB: ti_usb_3410_5052: query hardware-buffer status in chars_in_bufferJohan Hovold1-0/+8
2013-04-19USB: ti_usb_3410_5052: remove lsr from port dataJohan Hovold1-7/+7
2013-04-19USB: ti_usb_3410_5052: move write-fifo flushing to closeJohan Hovold1-9/+8
2013-04-19USB: io_ti: remove redundant wait_until_sentJohan Hovold1-2/+0
2013-04-19USB: io_ti: fix TIOCGSERIALJohan Hovold1-1/+1
2013-04-19USB: usbtmc: remove unnecessary memory allocationMing Lei1-22/+4
2013-04-19usbatm: fix potential NULL pointer dereferenceWei Yongjun1-3/+3
2013-04-18usb: storage: Fix link errorJoe Perches1-0/+2
2013-04-17USB: symbolserial: move private-data allocation to port_probeJohan Hovold1-11/+19
2013-04-17USB: symbolserial: remove unused private dataJohan Hovold1-5/+1
2013-04-17USB: symbolserial: use port interrupt-in urbJohan Hovold1-90/+12