summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-02115-1977/+8567
|\
| * USB: disable reset-resume when USB_QUIRK_RESET is setAlan Stern2014-03-191-2/+12
| * USB: unbind all interfaces before rebinding anyAlan Stern2014-03-183-41/+60
| * usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210Michal Simek2014-03-181-0/+2
| * usb: gadget: tcm_usb_gadget: stop format stringsKees Cook2014-03-181-1/+1
| * usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga2014-03-181-2/+6
| * usb: gadget: composite: switch over to ERR_CAST()Felipe Balbi2014-03-181-1/+1
| * usb: gadget: inode: switch over to memdup_user()Felipe Balbi2014-03-181-6/+3
| * usb: gadget: f_subset: switch over to PTR_RETFelipe Balbi2014-03-181-1/+1
| * usb: gadget: lpc32xx_udc: fix wrong clk_put() sequenceFelipe Balbi2014-03-181-2/+2
| * USB: keyspan: remove dead debugging codeJohan Hovold2014-03-121-30/+0
| * USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-1214-30/+28
| * USB: serial: add missing bracesJohan Hovold2014-03-122-9/+10
| * USB: serial: continue to write on errorsJohan Hovold2014-03-121-10/+19
| * USB: serial: continue to read on errorsJohan Hovold2014-03-121-4/+17
| * USB: serial: make bulk_out_size a lower limitJohan Hovold2014-03-121-3/+2
| * USB: cypress_m8: fix potential scheduling while atomicJohan Hovold2014-03-121-16/+3
| * usb: chipidea: add support for USB OTG controller on LSI Zevio SoCsDaniel Tang2014-03-122-0/+73
| * usb: chipidea: imx: Use dev_name() for ci_hdrc name to distinguish USBsAlexander Shiyan2014-03-121-1/+1
| * usb: chipidea: udc: refine isr_tr_complete_handlerPeter Chen2014-03-121-140/+154
| * Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman2014-03-12141-823/+1604
| |\
| * \ Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman2014-03-0921-527/+4453
| |\ \
| | * | PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driverLoc Ho2014-03-093-0/+1758
| | * | phy: omap: Depend on OMAP_OCP2SCP bus driverRoger Quadros2014-03-091-0/+2
| | * | phy: ti-pipe3: Fix suspend/resume and module reloadRoger Quadros2014-03-091-0/+4
| | * | phy: ti-pipe3: streamline PHY operationsRoger Quadros2014-03-091-51/+63
| | * | phy: ti-pipe3: Don't get 'wkupclk' and 'refclk' for SATA PHYRoger Quadros2014-03-091-9/+15
| | * | phy: ti-pipe3: Add SATA DPLL supportRoger Quadros2014-03-091-21/+55
| | * | phy: ti-pipe3: cleanup clock handlingRoger Quadros2014-03-091-27/+28
| | * | phy: omap-control: update dra7 and am437 usb2 bindingsRoger Quadros2014-03-091-2/+2
| | * | phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I2014-03-098-104/+105
| | * | phy: omap-usb2: Add different compatible for OMAP5George Cherian2014-03-091-0/+9
| | * | phy: omap-usb2: Provide workaround for USB2PHY false disconnectAustin Beam2014-03-091-0/+44
| | * | phy: omap-usb2: Adapt phy-omap-usb2 for AM437xGeorge Cherian2014-03-091-12/+37
| | * | phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driverKamil Debski2014-03-085-0/+423
| | * | phy: Add new Exynos USB 2.0 PHY driverKamil Debski2014-03-086-0/+909
| | * | phy: core: Add devm_of_phy_get to phy-coreKamil Debski2014-03-081-0/+31
| | * | phy: core: Add an exported of_phy_get functionKamil Debski2014-03-081-9/+36
| | * | phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Kishon Vijay Abraham I2014-03-072-2/+2
| | * | usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2Kishon Vijay Abraham I2014-03-061-25/+0
| | * | drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkKishon Vijay Abraham I2014-03-065-106/+158
| | * | phy: mvebu-sata: prepare new Dove DT Kconfig variableSebastian Hesselbarth2014-03-041-1/+1
| | * | PHY: sunxi: Add driver for sunxi usb phyHans de Goede2014-03-033-0/+343
| | * | PHY: Exynos: Add Exynos5250 SATA PHY driverYuvaraj Kumar C D2014-03-033-0/+267
| | * | phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOSSylwester Nawrocki2014-03-011-0/+2
| | * | phy: Select PHY_EXYNOS_MIPI_VIDEO by default for ARCH_EXYNOSSylwester Nawrocki2014-03-011-1/+4
| | * | usb: phy: bcm-kona-usb2: Use PTR_ERR_OR_ZEROSachin Kamat2014-03-011-3/+1
| | * | usb: phy: twl4030-usb: Remove redundant semicolonSachin Kamat2014-03-011-1/+1
| | * | usb: phy: twl4030-usb: Silence checkpatch warningsSachin Kamat2014-03-011-2/+2
| * | | usb: wusbcore: use multiple urbs for HWA iso transfer result frame readsThomas Pugliese2014-03-093-74/+134