summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-06-18usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik2-1/+63
2013-06-18usb: add devicetree helpers for determining dr_mode and phy_typeMichael Grzeschik3-0/+83
2013-06-18usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik3-83/+111
2013-06-18usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik3-62/+129
2013-06-18usb: chipidea: improve kconfigPeter Chen1-3/+3
2013-06-18usb: chipidea: ci13xxx_imx: remove 'phy_np'Fabio Estevam1-7/+5
2013-06-18usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULLFabio Estevam1-1/+2
2013-06-18usb: chipidea: ci13xxx_imx: remove reg_vbusFabio Estevam1-8/+6
2013-06-18usb: chipidea: ci13xxx_imx: fix error pathFabio Estevam1-6/+7
2013-06-18usb: chipidea: udc: configure iso endpointsMichael Grzeschik3-2/+21
2013-06-18usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exitFabio Estevam1-2/+2
2013-06-18usb: chipidea: ci13xxx_imx: let device core handle pinctrlFabio Estevam1-7/+0
2013-06-18usb: wire adapter: add scatter gather supportThomas Pugliese2-15/+167
2013-06-18usb/gadget: Kconfig: fix separate building of configfs-enabled functionsAndrzej Pietrasiewicz1-0/+64
2013-06-18usb: phy: rcar-usb: Fix comment w.r.t. devm_ioremap_resourceTushar Behera1-1/+1
2013-06-18USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman1-33/+19
2013-06-18USB: serial: increase the number of devices we supportGreg Kroah-Hartman1-3/+6
2013-06-18USB: serial: make minor allocation dynamicGreg Kroah-Hartman15-87/+73
2013-06-17Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman5-21/+23
2013-06-17Merge 3.10-rc6 into tty-nextGreg Kroah-Hartman5-21/+23
2013-06-15Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson3-81/+187
2013-06-15Merge tag 'renesas-phy-rcar-usb-for-v3.11' of git://git.kernel.org/pub/scm/li...Olof Johansson3-51/+93
2013-06-15Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2-27/+93
2013-06-15xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman1-5/+9
2013-06-15xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman1-25/+10
2013-06-15xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp4-35/+126
2013-06-15xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp1-2/+6
2013-06-13Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman64-1168/+5539
2013-06-13usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappersGeorge Cherian1-57/+116
2013-06-13usb: dwc3: omap: initialize the register offset values for omap5 and AM437xGeorge Cherian1-0/+57
2013-06-13usb: dwc3: omap: Adding am437x specific register map changesGeorge Cherian1-0/+6
2013-06-13usb: gadget: f_mass_storage: fix default product nameAndrzej Pietrasiewicz1-2/+2
2013-06-13usb: dwc3: omap: improve error handling of dwc3_omap_probeKishon Vijay Abraham I1-3/+14
2013-06-12usb: chipidea: fix id change handlingAlexander Shishkin1-1/+2
2013-06-12usb: chipidea: fix no transceiver caseAlexander Shishkin1-5/+8
2013-06-11phy-rcar-usb: add R8A7778 supportSergei Shtylyov2-11/+36
2013-06-11phy-rcar-usb: handle platform dataSergei Shtylyov1-6/+45
2013-06-11phy-rcar-usb: correct base addressSergei Shtylyov1-18/+10
2013-06-11phy-rcar-usb: remove EHCI internal buffer setupSergei Shtylyov1-24/+4
2013-06-11ehci-platform: add pre_setup() method to platform dataSergei Shtylyov1-0/+6
2013-06-11USB: serial: ports: add minor and port numberGreg Kroah-Hartman22-164/+122
2013-06-10USB: pl2303: fix device initialisation at openJohan Hovold1-5/+5
2013-06-10USB: spcp8x5: fix device initialisation at openJohan Hovold1-6/+4
2013-06-10USB: f81232: fix device initialisation at openJohan Hovold1-4/+4
2013-06-10usb: gadget: add Faraday fotg210_udc driverYuan-Hsin Chen4-0/+1483
2013-06-10usb: gadget: f_rndis: add configfs supportAndrzej Pietrasiewicz3-1/+73
2013-06-10usb: gadget: f_rndis: use usb_gstrings_attachAndrzej Pietrasiewicz1-14/+8
2013-06-10usb: gadget: rndis: init & exit rndis at module load/unloadAndrzej Pietrasiewicz3-18/+4
2013-06-10usb: gadget: ether: convert to new interface of f_rndisAndrzej Pietrasiewicz2-23/+34
2013-06-10usb: gadget: f_rndis: convert to new function interface with backward compati...Andrzej Pietrasiewicz7-28/+215