aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-08-12usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam3-2/+263
2013-08-12usb/hcd: Log error code if reset() failsMark Brown1-1/+1
2013-08-12usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede1-1/+2
2013-08-12usb: misc: usb3503: Support operation with no I2C controlMark Brown1-17/+76
2013-08-12usb: misc: usb3503: Add USB3503A to the compatible listMark Brown1-0/+1
2013-08-12usb: misc: usb3503: Default to hub modeMark Brown1-1/+1
2013-08-12usb: misc: usb3503: Fix typos in error messagesMark Brown1-2/+2
2013-08-12usb: misc: usb3503: Factor out I2C probeMark Brown1-34/+43
2013-08-12usb: misc: usb3503: Convert to regmapMark Brown2-57/+37
2013-08-12usb: misc: usb3503: Actively manage Hub Connect GPIOMark Brown1-6/+12
2013-08-12usb: misc: usb3503: Use gpio_set_value_cansleep()Mark Brown1-1/+1
2013-08-12usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO et al. out side of the ifs.David Daney2-20/+17
2013-08-12usb: misc: usb3503: Convert to devm_ APIsMark Brown1-35/+7
2013-08-12usb: misc: Fix swapped properties in usb3503 DT parsingMark Brown1-2/+2
2013-08-12USB: serial: move the "simple" drivers into usb-serial-simple.cGreg Kroah-Hartman11-422/+129
2013-08-12usb: musb: dsps: make it depend on OF_IRQFelipe Balbi1-0/+1
2013-08-12USB: XHCI: mark no_sg_constraintMing Lei1-0/+4
2013-08-12USB: introduce usb_device_no_sg_constraint() helperMing Lei1-1/+2
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei14-18/+13
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei6-3/+84
2013-08-12USB: EHCI: improve ehci_endpoint_disableMing Lei1-10/+6
2013-08-12USB: HCD: support giveback of URB in tasklet contextMing Lei1-30/+117
2013-08-12usb: host: tegra: Tegra30 supportTuomas Tynkkynen1-5/+29
2013-08-12usb: phy: tegra: Program new PHY parametersTuomas Tynkkynen1-18/+63
2013-08-12usb: phy: tegra: Tegra30 supportTuomas Tynkkynen1-28/+93
2013-08-12usb: phy: tegra: Fix wrong PHY parametersTuomas Tynkkynen1-6/+14
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen3-7/+9
2013-08-09usb: gadget: uvc: Fix error handling in uvc_queue_buffer()Laurent Pinchart1-1/+5
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior4-1/+558
2013-08-09usb: musb: dsps: use proper child nodesSebastian Andrzej Siewior4-157/+160
2013-08-09usb: musb: dsps: remove the hardcoded phy piecesSebastian Andrzej Siewior1-96/+1
2013-08-09usb: phy: Add AM335x PHY driverSebastian Andrzej Siewior5-0/+270
2013-08-09usb: phy: phy-generic: export init functionsSebastian Andrzej Siewior2-58/+94
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi10-37/+37
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior10-37/+37
2013-08-09usb: phy: mv-usb: remove incorrect __exit_p annotationJingoo Han1-2/+2
2013-08-09usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown()Jingoo Han1-1/+1
2013-08-09usb: gadget: f_uac1: Staticize local functionsJingoo Han1-2/+2
2013-08-09usb: gadget: u_uac1: add __user annotationJingoo Han1-1/+1
2013-08-09usb: gadget: rndis: Staticize rndis_init()/rndis_exit()Jingoo Han1-2/+2
2013-08-09usb: gadget: f_mass_storage: use NULL instead of 0Jingoo Han1-3/+3
2013-08-09usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue()Alexey Khoroshilov1-2/+2
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman14-91/+223
2013-08-05usb: dwc3: use extcon fwrk to receive connect/disconnectKishon Vijay Abraham I2-19/+107
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi9-83/+165
2013-08-02usb: gadget: at91_udc: add usb_clk for transition to common clk frameworkBoris BREZILLON2-3/+16
2013-08-02usb: gadget: at91_udc: add missing clk_put on fclk and iclkBoris BREZILLON1-0/+4
2013-08-02usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()Jingoo Han1-1/+1
2013-08-02usb: gadget: goku_udc: use NULL instead of 0Jingoo Han1-1/+1
2013-08-02usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-7/+3