[PATCH v9 0/3] Add Exynos5 USB 3.0 phy driver based on generic PHY framework

Vivek Gautam gautam.vivek at samsung.com
Tue May 13 03:00:14 PDT 2014


Based on 'next' branch of Kishon's phy tree (linux-phy).

Changes from v8:
 - Moved out the bindings documentation for the PHY in a separate patch
   to avoid checkpatch warnings.

Changes from v7:
 - Providing an **alternative** approach for pmu-offset;
   instead of getting it from DT, using offset definitions from
   a header file, and making use of it in the driver.
 - Using 'aliases' for getting channel numbers for multi-controller
   PHY, so as to distinguish between the pmu-offsets.
 - Added a header file in syscon/ for Exynos5 SoC's pmu offset
   definitions.
 - Addressed the review comments for nits:
   -- Changed 'usbdrd_phy_config' structure with 'exynos5_usbdrd_phy_config'
      and corresponding instance names.

Vivek Gautam (3):
  Documentation: Document Exynos5 USB 3.0 DRD PHY
  phy: Add new Exynos5 USB 3.0 PHY driver
  phy: exynos5-usbdrd: Add facility for VBUS supply

 .../devicetree/bindings/phy/samsung-phy.txt        |   47 ++
 drivers/phy/Kconfig                                |   11 +
 drivers/phy/Makefile                               |    1 +
 drivers/phy/phy-exynos5-usbdrd.c                   |  676 ++++++++++++++++++++
 include/linux/mfd/syscon/exynos5-pmu.h             |   44 ++
 5 files changed, 779 insertions(+)
 create mode 100644 drivers/phy/phy-exynos5-usbdrd.c
 create mode 100644 include/linux/mfd/syscon/exynos5-pmu.h

-- 
1.7.10.4




More information about the linux-arm-kernel mailing list