[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1399975217-3231-1-git-send-email-gautam.vivek@samsung.com>
Date: Tue, 13 May 2014 15:30:14 +0530
From: Vivek Gautam <gautam.vivek@...sung.com>
To: linux-usb@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
kishon@...com
Cc: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
gregkh@...uxfoundation.org, kgene.kim@...sung.com,
robh+dt@...nel.org, mark.rutland@....com, balbi@...com,
sylvester.nawrocki@...il.com, t.figa@...sung.com,
k.debski@...sung.com, jg1.han@...sung.com,
Vivek Gautam <gautam.vivek@...sung.com>
Subject: [PATCH v9 0/3] Add Exynos5 USB 3.0 phy driver based on generic PHY framework
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists