summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | usb: gadget: f_subset: fix missing unlock on error in geth_alloc()Wei Yongjun2013-06-181-0/+1
* | | | | | | usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc()Wei Yongjun2013-06-181-0/+1
* | | | | | | usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc()Wei Yongjun2013-06-181-0/+1
* | | | | | | USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driverEmil Goode2013-06-171-2/+1
* | | | | | | USB: ehci-omap: Tweak PHY initialization sequenceRoger Quadros2013-06-171-2/+9
* | | | | | | USB: EHCI: tegra: Fix oops in error cleanupThierry Reding2013-06-171-3/+3
* | | | | | | USB: EHCI: tegra: make use of ehci->privStephen Warren2013-06-171-35/+35
* | | | | | | USB: EHCI: make ehci-tegra a separate driverManjunath Goudar2013-06-174-60/+76
* | | | | | | USB: EHCI: tegra: fix circular module dependenciesStephen Warren2013-06-172-39/+36
* | | | | | | USB: EHCI: tegra: remove all power managementStephen Warren2013-06-171-245/+1
* | | | | | | USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar2013-06-174-15/+20
* | | | | | | usb: phy: add MODULE_LICENSE to phy-tegra-usb.cStephen Warren2013-06-171-0/+4
* | | | | | | usb: phy: export ulpi_viewport_access_opsManjunath Goudar2013-06-171-0/+2
* | | | | | | usb: chipidea: get rid of camelcase namesAlexander Shishkin2013-06-172-256/+257
* | | | | | | usb: chipidea: move to pcim_* functionsAndy Shevchenko2013-06-171-12/+4
* | | | | | | usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)Andy Shevchenko2013-06-171-1/+0
* | | | | | | usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phySascha Hauer2013-06-171-20/+12
* | | | | | | usb: chipidea: usbmisc: use module_platform_driverPhilipp Zabel2013-06-171-11/+1
* | | | | | | usb: chipidea: ci13xxx-imx: move static pdata into probe functionMichael Grzeschik2013-06-171-10/+9
* | | | | | | usb: chipidea: introduce dual role mode pdata flagsSascha Hauer2013-06-171-6/+18
* | | | | | | usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik2013-06-172-1/+63
* | | | | | | usb: add devicetree helpers for determining dr_mode and phy_typeMichael Grzeschik2013-06-173-0/+83
* | | | | | | usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik2013-06-173-83/+111
* | | | | | | usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik2013-06-173-62/+129
* | | | | | | usb: chipidea: improve kconfigPeter Chen2013-06-171-3/+3
* | | | | | | usb: chipidea: ci13xxx_imx: remove 'phy_np'Fabio Estevam2013-06-171-7/+5
* | | | | | | usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULLFabio Estevam2013-06-171-1/+2
* | | | | | | usb: chipidea: ci13xxx_imx: remove reg_vbusFabio Estevam2013-06-171-8/+6
* | | | | | | usb: chipidea: ci13xxx_imx: fix error pathFabio Estevam2013-06-171-6/+7
* | | | | | | usb: chipidea: udc: configure iso endpointsMichael Grzeschik2013-06-173-2/+21
* | | | | | | usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exitFabio Estevam2013-06-171-2/+2
* | | | | | | usb: chipidea: ci13xxx_imx: let device core handle pinctrlFabio Estevam2013-06-171-7/+0
* | | | | | | usb: wire adapter: add scatter gather supportThomas Pugliese2013-06-172-15/+167
* | | | | | | usb/gadget: Kconfig: fix separate building of configfs-enabled functionsAndrzej Pietrasiewicz2013-06-171-0/+64
* | | | | | | usb: phy: rcar-usb: Fix comment w.r.t. devm_ioremap_resourceTushar Behera2013-06-171-1/+1
* | | | | | | USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman2013-06-171-33/+19
* | | | | | | USB: serial: increase the number of devices we supportGreg Kroah-Hartman2013-06-171-3/+6
* | | | | | | USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-1715-87/+73
* | | | | | | Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman2013-06-175-21/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | usb: chipidea: fix id change handlingAlexander Shishkin2013-06-111-1/+2
| * | | | | usb: chipidea: fix no transceiver caseAlexander Shishkin2013-06-111-5/+8
| * | | | | USB: pl2303: fix device initialisation at openJohan Hovold2013-06-101-5/+5
| * | | | | USB: spcp8x5: fix device initialisation at openJohan Hovold2013-06-101-6/+4
| * | | | | USB: f81232: fix device initialisation at openJohan Hovold2013-06-101-4/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-06-1264-1168/+5539
|\ \ \ \ \
| * | | | | usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappersGeorge Cherian2013-06-121-57/+116
| * | | | | usb: dwc3: omap: initialize the register offset values for omap5 and AM437xGeorge Cherian2013-06-121-0/+57
| * | | | | usb: dwc3: omap: Adding am437x specific register map changesGeorge Cherian2013-06-121-0/+6
| * | | | | usb: gadget: f_mass_storage: fix default product nameAndrzej Pietrasiewicz2013-06-121-2/+2
| * | | | | usb: dwc3: omap: improve error handling of dwc3_omap_probeKishon Vijay Abraham I2013-06-121-3/+14
OpenPOWER on IntegriCloud