summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-05-15usb: gadget: dummy_hcd: fix error return code in init()Wei Yongjun1-1/+3
2013-05-15usb: gadget: fusb300_udc: fix error return code in fusb300_probe()Wei Yongjun1-1/+3
2013-05-15usb: gadget: m66592-udc: fix error return code in m66592_probe()Wei Yongjun1-1/+3
2013-05-15usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun1-1/+3
2013-05-15usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()Wei Yongjun1-0/+1
2013-05-15usb: musb: dsps: fix error return code in dsps_create_musb_pdev()Wei Yongjun1-0/+1
2013-05-15usb: phy: nop: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: phy: mxs-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: phy: mv-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-3/+0
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-10Merge 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-08aio: use cancellation list lazilyKent Overstreet1-2/+1
2013-05-08aio: move private stuff out of aio.hKent Overstreet1-0/+1
2013-05-08gadget: 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-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-175/+103
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+14
2013-05-01drivers/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-29Merge 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