03 Aug, 2015

1 commit


10 Apr, 2015

1 commit

  • Kishon writes:

    New Features
    ============
    *) Add driver for USB PHYs on sun9i
    *) Add driver for USB PHY on dm816x
    *) Modified exynos5-usbdrd driver to add support for Exynos5433 SoC

    Fixes
    =====
    *) Fix power_on/power_off failure paths in some drivers
    *) Make miphy365x use generic PHY type constants
    *) Fix build errors due to missing export symbols in qcom-ufs driver
    *) Make all the functions return proper error values

    Cleanups
    ========
    *) use PTR_ERR_OR_ZERO to simplify code
    *) use devm_kcalloc instead of devm_kzalloc with multiply
    *) remove un-necessary ifdef CONFIG_OF

    Greg Kroah-Hartman
     

26 Mar, 2015

1 commit


13 Mar, 2015

1 commit


22 Nov, 2014

3 commits


24 Sep, 2014

1 commit


28 Aug, 2014

1 commit


22 Jul, 2014

2 commits


13 May, 2014

2 commits

  • Adding support to enable/disable VBUS controlled by a
    regulator, to enable vbus supply on the port.

    Signed-off-by: Vivek Gautam
    Signed-off-by: Kishon Vijay Abraham I

    Vivek Gautam
     
  • Add a new driver for the USB 3.0 PHY on Exynos5 series of SoCs.
    The new driver uses the generic PHY framework and will interact
    with DWC3 controller present on Exynos5 series of SoCs.

    Also, created a new header file in linux/mfd/syscon/ for
    Exynos5 SoCs and put the required PMU offset definitions
    for the basic available PHYs.

    Signed-off-by: Vivek Gautam
    Signed-off-by: Kishon Vijay Abraham I

    Vivek Gautam