summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-05-15usb: phy: gpio-vbus-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: phy: ab8500-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-15usb: gadget: imx_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: gadget: f_uac2: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: gadget: dummy_hcd: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-15usb: gadget: bcm63xx_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-15usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15Add a couple kernel-doc lines to prevent warnings.Robert P. J. Day2-0/+2
2013-05-15usb: musb: omap2430: add missing platform_device_put() on error in omap2430_p...Wei Yongjun1-1/+2
2013-05-15usb: gadget: zero: fix error return code in zero_bind()Wei Yongjun1-2/+6
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-4/+10
2013-05-09usb: tilegx: fix memleak when create hcd failLibo Chen2-4/+10
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/gi...Linus Torvalds1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-175/+103
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus 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/jik...Linus 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/gre...Linus Torvalds267-9728/+9961
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-151/+40
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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/...Greg 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