summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: Fix NULL pointer exception during usb_get_phyRobert Jarzmik2013-05-153-0/+3
* usb: phy: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-154-20/+0
* usb: gadget: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-151-10/+0
* usb: dwc3: Fix compilation break when building with USB_DWC3_DUAL_ROLE=yVivek Gautam2013-05-151-3/+3
* usb: gadget: fix error return code in configfs_composite_bind()Wei Yongjun2013-05-151-2/+6
* usb: gadget: dummy_hcd: fix error return code in init()Wei Yongjun2013-05-151-1/+3
* usb: gadget: fusb300_udc: fix error return code in fusb300_probe()Wei Yongjun2013-05-151-1/+3
* usb: gadget: m66592-udc: fix error return code in m66592_probe()Wei Yongjun2013-05-151-1/+3
* usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun2013-05-151-1/+3
* usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()Wei Yongjun2013-05-151-0/+1
* usb: musb: dsps: fix error return code in dsps_create_musb_pdev()Wei Yongjun2013-05-151-0/+1
* usb: phy: nop: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* usb: phy: mxs-usb: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* usb: phy: mv-usb: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-3/+0
* usb: phy: gpio-vbus-usb: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* usb: phy: ab8500-usb: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-1/+0
* usb: gadget: imx_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* usb: gadget: f_uac2: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* usb: gadget: dummy_hcd: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-1/+0
* usb: gadget: bcm63xx_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-1/+0
* usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
* Add a couple kernel-doc lines to prevent warnings.Robert P. J. Day2013-05-152-0/+2
* usb: musb: omap2430: add missing platform_device_put() on error in omap2430_p...Wei Yongjun2013-05-151-1/+2
* usb: gadget: zero: fix error return code in zero_bind()Wei Yongjun2013-05-151-2/+6
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-05-092-4/+10
|\
| * usb: tilegx: fix memleak when create hcd failLibo Chen2013-05-092-4/+10
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-1/+1
|\ \
| * | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-1/+1
* | | aio: use cancellation list lazilyKent Overstreet2013-05-071-2/+1
* | | aio: move private stuff out of aio.hKent Overstreet2013-05-071-0/+1
* | | gadget: remove only user of aio retryZach Brown2013-05-071-9/+29
* | | gadget: single_open() leaksAl Viro2013-05-052-2/+2
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-1/+1
|\ \ \
| * \ \ Merge branch 'fixes' into next/cleanupOlof Johansson2013-04-281-1/+0
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'cleanup-samsung-for-v3.10' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2013-04-091-1/+2
| |\ \ \
| | * | | ARM: EXYNOS: change the name of USB ohci headerJingoo Han2013-04-081-1/+2
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0111-175/+103
|\ \ \ \
| * | | | fsl_udc: Don't use create_proc_read_entry()David Howells2013-04-291-81/+43
| * | | | goku_udc: Don't use create_proc_read_entry()David Howells2013-04-291-50/+39
| * | | | yurex: don't wank with fasync on ->release()...Al Viro2013-04-291-2/+0
| * | | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-095-6/+6
| * | | | usb-storage: switch to ->show_info()Al Viro2013-04-091-28/+14
| * | | | isp1362-hcd: don't reimplement proc_create_data()Al Viro2013-04-091-4/+1
| * | | | gadgetfs: don't bother with fops->ownerAl Viro2013-04-092-4/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-012-0/+14
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-17334-13407/+9782
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | USB: cdc-acm - blacklist IMS PCU deviceDmitry Torokhov2013-03-122-0/+14
* | | | | | drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton2013-04-301-4/+1
OpenPOWER on IntegriCloud