summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-18usb: check usb_hub_to_struct_hub() return valueMathias Nyman3-10/+19
2013-06-18xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-06-18Merge tag 'for-usb-next-2013-06-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman4-67/+151
2013-06-18usb: gadget: f_subset: fix missing unlock on error in geth_alloc()Wei Yongjun1-0/+1
2013-06-18usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc()Wei Yongjun1-0/+1
2013-06-18usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc()Wei Yongjun1-0/+1
2013-06-18USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driverEmil Goode1-2/+1
2013-06-18USB: ehci-omap: Tweak PHY initialization sequenceRoger Quadros1-2/+9
2013-06-18USB: EHCI: tegra: Fix oops in error cleanupThierry Reding1-3/+3
2013-06-18USB: EHCI: tegra: make use of ehci->privStephen Warren1-35/+35
2013-06-18USB: EHCI: make ehci-tegra a separate driverManjunath Goudar4-60/+76
2013-06-18USB: EHCI: tegra: fix circular module dependenciesStephen Warren2-39/+36
2013-06-18USB: EHCI: tegra: remove all power managementStephen Warren1-245/+1
2013-06-18USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar4-15/+20
2013-06-18usb: phy: add MODULE_LICENSE to phy-tegra-usb.cStephen Warren1-0/+4
2013-06-18usb: phy: export ulpi_viewport_access_opsManjunath Goudar1-0/+2
2013-06-18usb: chipidea: get rid of camelcase namesAlexander Shishkin2-256/+257
2013-06-18usb: chipidea: move to pcim_* functionsAndy Shevchenko1-12/+4
2013-06-18usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)Andy Shevchenko1-1/+0
2013-06-18usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phySascha Hauer1-20/+12
2013-06-18usb: chipidea: usbmisc: use module_platform_driverPhilipp Zabel1-11/+1
2013-06-18usb: chipidea: ci13xxx-imx: move static pdata into probe functionMichael Grzeschik1-10/+9
2013-06-18usb: chipidea: introduce dual role mode pdata flagsSascha Hauer1-6/+18
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-Hartman16-95/+80
2013-06-17Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman86-476/+905
2013-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-29/+74
2013-06-15Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+5
2013-06-15Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-21/+23
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-14mei: me: clear interrupts on the resume pathTomas Winkler1-0/+1