devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Enable USB 3.0 support on Exynos5 systems
@ 2014-04-23 14:30 Vivek Gautam
  2014-04-23 14:30 ` [PATCH v5 1/9] dt: exynos5420: Enable support for USB 3.0 PHY controller Vivek Gautam
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Vivek Gautam @ 2014-04-23 14:30 UTC (permalink / raw)
  To: linux-usb, linux-samsung-soc, devicetree
  Cc: linux-kernel, linux-arm-kernel, kgene.kim, robh+dt, gregkh, olof,
	balbi, jg1.han, t.figa

Based on 'for-next' branch of Kgene's linux-samsung tree.
Tested with phy-driver[1] patches and peach-pit dts[2].

This is the DT split part of the patch-series[3].

Patches:  usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
          ARM: exynos_defconfig: Remove SAMSUNG_USB3PHY config
are removing the older phy-samsung-usb3 driver. Have included this driver patch
in this series since we are moving the device tree of DWC3 controller to new
phy driver, so we wouldn't be needing this older driver anymore.

[1]: [PATCH v6 1/2] phy: Add new Exynos5 USB 3.0 PHY driver
     http://www.spinics.net/lists/linux-usb/msg106185.html
     [PATCH v6 2/2] phy: exynos5-usbdrd: Add facility for VBUS supply
     http://www.spinics.net/lists/linux-usb/msg106184.html

[2]: [PATCH] ARM: dts: Add peach-pit board support
     http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg28846.html

[3]: [PATCH V4 0/5] Add Exynos5 USB 3.0 phy driver based on generic PHY framework
     https://lkml.org/lkml/2014/4/8/247

Vivek Gautam (9):
  dt: exynos5420: Enable support for USB 3.0 PHY controller
  dt: exynos5420: Enable support for DWC3 controller
  dt: exynos5250: Enable support for generic USB DRD phy
  dts: exynos5250: Update DWC3 usb controller to use new phy driver
  dts: exynos5250-snow: Add Vbus regulator for USB 3.0
  dts: exynos5420-peach-pit: Add Vbus regulator for USB 3.0
  dts: exynos5420-smdk5420: Add Vbus regulator for USB 3.0
  usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
  ARM: exynos_defconfig: Remove SAMSUNG_USB3PHY config

 arch/arm/boot/dts/exynos5250-snow.dts      |   22 ++
 arch/arm/boot/dts/exynos5250.dtsi          |   21 +-
 arch/arm/boot/dts/exynos5420-peach-pit.dts |   44 ++++
 arch/arm/boot/dts/exynos5420-smdk5420.dts  |   46 ++++
 arch/arm/boot/dts/exynos5420.dtsi          |   54 +++++
 arch/arm/configs/exynos_defconfig          |    1 -
 drivers/usb/phy/Kconfig                    |    8 -
 drivers/usb/phy/Makefile                   |    1 -
 drivers/usb/phy/phy-samsung-usb.h          |   80 -------
 drivers/usb/phy/phy-samsung-usb3.c         |  350 ----------------------------
 10 files changed, 175 insertions(+), 452 deletions(-)
 delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-04-25  6:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 14:30 [PATCH 0/9] Enable USB 3.0 support on Exynos5 systems Vivek Gautam
2014-04-23 14:30 ` [PATCH v5 1/9] dt: exynos5420: Enable support for USB 3.0 PHY controller Vivek Gautam
2014-04-25  6:27   ` Tushar Behera
2014-04-23 14:30 ` [PATCH v5 2/9] dt: exynos5420: Enable support for DWC3 controller Vivek Gautam
2014-04-23 14:30 ` [PATCH v5 3/9] dt: exynos5250: Enable support for generic USB DRD phy Vivek Gautam
2014-04-25  6:31   ` Tushar Behera
2014-04-23 14:30 ` [PATCH v5 4/9] dts: exynos5250: Update DWC3 usb controller to use new phy driver Vivek Gautam
     [not found] ` <1398263451-18023-1-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-04-23 14:30   ` [PATCH v5 5/9] dts: exynos5250-snow: Add Vbus regulator for USB 3.0 Vivek Gautam
2014-04-23 14:30 ` [PATCH v5 6/9] dts: exynos5420-peach-pit: " Vivek Gautam
2014-04-23 14:30 ` [PATCH v5 7/9] dts: exynos5420-smdk5420: " Vivek Gautam
2014-04-23 14:30 ` [PATCH v5 8/9] usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver Vivek Gautam
2014-04-23 14:30 ` [PATCH v5 9/9] ARM: exynos_defconfig: Remove SAMSUNG_USB3PHY config Vivek Gautam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).