summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen2015-03-181-2/+2
* uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devicesHans de Goede2015-03-181-0/+7
* USB: ehci-atmel: rework clk handlingBoris Brezillon2015-03-181-21/+9
* MAINTAINERS: add entry for USB OTG FSMPeter Chen2015-03-151-0/+7
* usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun2015-03-151-0/+11
* Merge tag 'for-4.0-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kisho...Greg Kroah-Hartman2015-03-1517-66/+45
|\
| * phy: omap-usb2: Fix missing clk_prepare call when using old dt nameAxel Lin2015-03-131-2/+3
| * phy: ti/omap: Fix modaliasAxel Lin2015-03-133-3/+3
| * phy: core: Fixup return value of phy_exit when !pm_runtime_enabledAxel Lin2015-03-131-4/+3
| * phy: miphy28lp: Convert to devm_kcalloc and fix wrong sizofAxel Lin2015-03-131-3/+2
| * phy: miphy365x: Convert to devm_kcalloc and fix wrong sizeofAxel Lin2015-03-131-3/+2
| * phy: twl4030-usb: Remove redundant assignment for twl->linkstatAxel Lin2015-03-131-1/+0
| * phy: exynos5-usbdrd: Fix off-by-one valid value checking for args->args[0]Axel Lin2015-03-131-1/+1
| * phy: Find the right match in devm_phy_destroy()Thierry Reding2015-03-131-1/+3
| * phy: rockchip-usb: Fixup rockchip_usb_phy_power_on failure pathAxel Lin2015-03-121-3/+3
| * phy: ti-pipe3: Simplify ti_pipe3_dpll_wait_lock implementationAxel Lin2015-03-121-7/+3
| * phy: samsung-usb2: Remove NULL terminating entry from phys arrayAxel Lin2015-03-123-3/+0
| * phy: hix5hd2-sata: Check return value of platform_get_resourceAxel Lin2015-03-121-0/+3
| * phy: exynos-dp-video: Kill exynos_dp_video_phy_pwr_isol functionAxel Lin2015-03-121-20/+4
| * phy: exynos-mipi-video: Use spin_lock to protct state->regmap rmw operationsAxel Lin2015-03-111-6/+3
| * phy: exynos-mipi-video: Fixup the test for state->regmapAxel Lin2015-03-041-1/+1
| * phy: miphy28lp: Add missing .owner field in miphy28lp_opsAxel Lin2015-03-041-0/+1
| * phy: xgene: Remove duplicate code to set ctx->devAxel Lin2015-03-041-1/+0
| * phy: armada375-usb2: Set drvdata for phy and use itAxel Lin2015-03-041-1/+2
| * phy: miphy365x: Avoid calling of_get_child_count() multiple timesAxel Lin2015-03-041-5/+6
| * phy: miphy28lp: Avoid calling of_get_child_count() multiple timesAxel Lin2015-03-041-5/+6
* | Merge tag 'fixes-for-v4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-03-149-536/+40
|\ \
| * | Revert "usb: gadget: zero: Add support for interrupt EP"Felipe Balbi2015-03-114-526/+22
| * | usb: phy: am335x-control: check return value of bus_find_deviceDavid Dueck2015-03-101-0/+3
| * | usb: dwc2: host: fix dwc2 disconnect bugYunzhi Li2015-03-101-0/+3
| * | usb: isp1760: add peripheral/device controller chip idSudeep Holla2015-03-091-1/+1
| * | usb: isp1760: set IRQ flags properlyValentin Rothberg2015-03-092-4/+3
| * | usb: musb: fix Kconfig regressionArnd Bergmann2015-03-091-1/+2
| * | usb: isp1760: fix possible deadlock in isp1760_udc_irqSudeep Holla2015-03-091-4/+6
* | | Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman2015-03-113-94/+10
|/ /
* | Linux 4.0-rc3v4.0-rc3Linus Torvalds2015-03-081-1/+1
* | sunrpc: fix braino in ->poll()Al Viro2015-03-081-1/+1
* | Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-0834-109/+374
|\ \
| * | xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2015-03-062-0/+31
| * | xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2015-03-062-2/+11
| * | Merge tag 'usb-serial-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-03-0510-45/+106
| |\ \
| | * | usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boardsMax Mansfield2015-03-032-0/+5
| | * | USB: ch341: set tty baud speed according to tty structNicolas PLANEL2015-03-021-9/+6
| | * | USB: serial: cp210x: Adding Seletek device id'sMichiel vd Garde2015-02-271-0/+2
| | * | USB: pl2303: disable break on shutdownJohan Hovold2015-02-261-5/+13
| | * | USB: mxuport: fix null deref when used as a consoleJohan Hovold2015-02-261-1/+2
| | * | USB: serial: clean up bus probe error handlingJohan Hovold2015-02-261-11/+14
| | * | USB: serial: fix port attribute-creation raceJohan Hovold2015-02-262-19/+16
| | * | USB: serial: fix tty-device error handling at probeJohan Hovold2015-02-261-1/+10
| | * | USB: serial: fix potential use-after-free after failed probeJohan Hovold2015-02-261-1/+1
OpenPOWER on IntegriCloud