devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4 v2] Adding usb2.0 host-phy support for exynos5250
@ 2012-10-10 10:42 Vivek Gautam
  2012-10-10 10:42 ` [PATCH 1/4 v2] usb: phy: samsung: Add host phy support to samsung-phy driver Vivek Gautam
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Vivek Gautam @ 2012-10-10 10:42 UTC (permalink / raw)
  To: linux-usb
  Cc: linux-samsung-soc, devicetree-discuss, gregkh, stern, balbi,
	rob.herring, kgene.kim, jg1.han, thomas.abraham, kishon, p.paneri,
	yulgon.kim

This patchset is based on the work by Praveen Paneri for
samsung-usbphy driver:
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/12653

Changes from v1:
 - squashed the patch "ARM: S3C64XX: Add phy_type to pmu_isolation" into
   "usb: phy: samsung: Add host phy support to samsung-phy driver".
 - moved similar change of adding phy_type to pmu_isolation for exynos from
   "ARM: Exynos5250: Enabling samsung-usbphy driver" to
   "usb: phy: samsung: Add host phy support to samsung-phy driver".
 - moved s5p_usb_phy_pmu_isolation() declaration from
   "ARM: Exynos5250: Enabling samsung-usbphy driver" to
   "usb: phy: samsung: Add host phy support to samsung-phy driver".
 - moved phy_cfg_sel function pointer declaration from
   "usb: phy: samsung: Add host phy support to samsung-phy driver" to
   "ARM: Exynos5250: Enabling samsung-usbphy driver".
 - Replaced the patch subject "usb: s5p-ehci: Adding phy driver support" and
   "usb: exynos-ohci: Adding phy driver support" with
   "USB: ehci-s5p: Add phy driver support" and
   "USB: ohci-exynos: Add phy driver support" respectively.
 - Corrected the header include order in ehci-s5p and ohci-exynos.
 - Corrected wrong error path for s5p_ehci_phy_disable() and
   exynos_ohci_phy_disable() in ehci-s5p and ohci-exynos respectively.

Tested on smdk5250 target with usb-next branch along with arch patches
for exynos5250:
http://thread.gmane.org/gmane.linux.kernel.samsung-soc/13042
http://thread.gmane.org/gmane.linux.kernel.samsung-soc/13048

Vivek Gautam (4):
  usb: phy: samsung: Add host phy support to samsung-phy driver
  ARM: Exynos5250: Enabling samsung-usbphy driver
  USB: ehci-s5p: Add phy driver support
  USB: ohci-exynos: Add phy driver support

 .../devicetree/bindings/usb/samsung-usbphy.txt     |   12 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |    5 +
 arch/arm/mach-exynos/Kconfig                       |    1 +
 arch/arm/mach-exynos/include/mach/map.h            |    1 +
 arch/arm/mach-exynos/mach-exynos5-dt.c             |   10 +
 arch/arm/mach-exynos/setup-usb-phy.c               |   45 ++-
 arch/arm/mach-s3c64xx/setup-usb-phy.c              |    2 +-
 arch/arm/plat-samsung/include/plat/usb-phy.h       |    3 +-
 drivers/usb/host/ehci-s5p.c                        |   65 +++-
 drivers/usb/host/ohci-exynos.c                     |   65 +++-
 drivers/usb/phy/Kconfig                            |    1 -
 drivers/usb/phy/samsung-usbphy.c                   |  368 ++++++++++++++++++--
 include/linux/platform_data/samsung-usbphy.h       |    9 +-
 13 files changed, 507 insertions(+), 80 deletions(-)

-- 
1.7.6.5

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

end of thread, other threads:[~2012-10-22  5:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10 10:42 [PATCH 0/4 v2] Adding usb2.0 host-phy support for exynos5250 Vivek Gautam
2012-10-10 10:42 ` [PATCH 1/4 v2] usb: phy: samsung: Add host phy support to samsung-phy driver Vivek Gautam
     [not found]   ` <1349865780-7701-2-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-10-22  4:57     ` Jingoo Han
2012-10-22  5:26       ` Vivek Gautam
2012-10-10 10:42 ` [PATCH 2/4 v2] ARM: Exynos5250: Enabling samsung-usbphy driver Vivek Gautam
2012-10-22  5:03   ` Jingoo Han
2012-10-22  5:18     ` Vivek Gautam
     [not found] ` <1349865780-7701-1-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-10-10 10:42   ` [PATCH 3/4 v2] USB: ehci-s5p: Add phy driver support Vivek Gautam
     [not found]     ` <1349865780-7701-4-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-10-15  5:52       ` Jingoo Han
2012-10-10 10:43   ` [PATCH 4/4 v2] USB: ohci-exynos: " Vivek Gautam
2012-10-15  5:52     ` Jingoo Han

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).