aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-05-16usb: ohci: fix goto wrong tag in err caseLibo Chen
2013-05-16usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen
2013-05-16usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen
2013-05-16USB: serial: clean up chars_in_bufferJohan Hovold
2013-05-16USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold
2013-05-16USB: io_ti: fix chars_in_buffer overheadJohan Hovold
2013-05-16USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold
2013-05-16USB: ftdi_sio: clean up get_modem_statusJohan Hovold
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold
2013-05-16USB: serial: add wait_until_sent operationJohan Hovold
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren
2013-05-16USB: Blacklisted Cinterion's PLxx WWAN InterfaceSchemmel Hans-Christoph
2013-05-16usb: option: Add Telewell TW-LTE 4GTeppo Kotilainen
2013-05-16USB: EHCI: remove bogus #errorArnd Bergmann
2013-05-16USB: reset resume quirk needed by a hubOliver Neukum
2013-05-16USB: usb-stor: realtek_cr: Fix compile errorWei WANG
2013-05-16usb, chipidea: fix link error when USB_EHCI_HCD is a moduleDavid Rientjes
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern
2013-05-15USB: OHCI: fix logic for scheduling isochronous URBsAlan Stern
2013-05-15USB: fix latency in uhci-hcd and ohci-hcdAlan Stern
2013-05-15USB: UHCI: fix for suspend of virtual HP controllerAlan Stern
2013-05-15USB: fix Kconfig logic for USB_UHCI_HCDAlan Stern
2013-05-15USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern
2013-05-15usb: otg: mxs-phy: add missing type to usb_phyMichael Grzeschik
2013-05-15usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle
2013-05-15usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_reque...Jingoo Han
2013-05-15usb: phy: Fix NULL pointer exception during usb_get_phyRobert Jarzmik
2013-05-15usb: phy: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-15usb: gadget: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-15usb: dwc3: Fix compilation break when building with USB_DWC3_DUAL_ROLE=yVivek Gautam
2013-05-15usb: gadget: fix error return code in configfs_composite_bind()Wei Yongjun
2013-05-15usb: gadget: dummy_hcd: fix error return code in init()Wei Yongjun
2013-05-15usb: gadget: fusb300_udc: fix error return code in fusb300_probe()Wei Yongjun
2013-05-15usb: gadget: m66592-udc: fix error return code in m66592_probe()Wei Yongjun
2013-05-15usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun
2013-05-15usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()Wei Yongjun
2013-05-15usb: musb: dsps: fix error return code in dsps_create_musb_pdev()Wei Yongjun
2013-05-15usb: phy: nop: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: phy: mxs-usb: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: phy: mv-usb: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: phy: gpio-vbus-usb: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: phy: ab8500-usb: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: imx_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: f_uac2: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: dummy_hcd: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: bcm63xx_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15Add a couple kernel-doc lines to prevent warnings.Robert P. J. Day