devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers
@ 2014-08-14 14:23 Vivek Gautam
  2014-08-14 14:23 ` [PATCH 1/7] usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver Vivek Gautam
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Vivek Gautam @ 2014-08-14 14:23 UTC (permalink / raw)
  To: linux-usb, balbi
  Cc: linux-kernel, devicetree, grant.likely, gregkh, stern, jg1.han,
	s.nawrocki, k.debski, Vivek Gautam

- This series is based on 'usb-next' branch.

Now that we have support for USB PHY controllers for Exynos SoC series,
we are free to remove the older usb-phy support.
In the process, we are removing the entire phy-samsung-usb3 driver, and
besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
driver.

We have also removed the older USB-PHY support from ehci-exynos and ohci-exynos
since those drivers now can use newer GENERIC-PHYs, and don't need the older
USB-PHYs and related code anymore. These patches for ohci-exynos and ehci-exynos
now replaces the older sent patch for phy sequence cleanup for them.[1]

I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
and have tested the EHCI and OHCI operations on smdk5250 board, but
have not tested the actual working due to unavailability of S3C64XX
board. So can someone please help me testing this series.

[1] https://lkml.org/lkml/2014/8/5/142

Vivek Gautam (7):
  usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
  usb-phy: samsung-usb2: Remove support for Exynos5250
  usb-phy: samsung-usb2: Remove support for Exynos4X12
  usb-phy: samsung-usb2: Remove support for Exynos4210
  usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
  usb: host: ehci-exynos: Remove unnecessary usb-phy support
  usb: host: ohci-exynos: Remove unnecessary usb-phy support

 drivers/usb/host/ehci-exynos.c     |   53 +-----
 drivers/usb/host/ohci-exynos.c     |   64 +------
 drivers/usb/phy/Kconfig            |   16 --
 drivers/usb/phy/Makefile           |    2 -
 drivers/usb/phy/phy-samsung-usb.c  |  241 -----------------------
 drivers/usb/phy/phy-samsung-usb.h  |  349 ---------------------------------
 drivers/usb/phy/phy-samsung-usb2.c |  371 ++++++++----------------------------
 drivers/usb/phy/phy-samsung-usb2.h |  121 ++++++++++++
 drivers/usb/phy/phy-samsung-usb3.c |  350 ----------------------------------
 9 files changed, 213 insertions(+), 1354 deletions(-)
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.c
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.h
 create mode 100644 drivers/usb/phy/phy-samsung-usb2.h
 delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c

-- 
1.7.10.4

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

end of thread, other threads:[~2014-08-21  4:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 14:23 [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers Vivek Gautam
2014-08-14 14:23 ` [PATCH 1/7] usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver Vivek Gautam
2014-08-18  1:34   ` Jingoo Han
2014-08-14 14:23 ` [PATCH RFC 2/7] usb-phy: samsung-usb2: Remove support for Exynos5250 Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 3/7] usb-phy: samsung-usb2: Remove support for Exynos4X12 Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 4/7] usb-phy: samsung-usb2: Remove support for Exynos4210 Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 5/7] usb-phy: samsung-usb2: Clean up to leave only S3C64XX support Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 6/7] usb: host: ehci-exynos: Remove unnecessary usb-phy support Vivek Gautam
     [not found]   ` <1408026240-28365-7-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-08-15 15:22     ` Alan Stern
2014-08-18  1:36     ` Jingoo Han
     [not found] ` <1408026240-28365-1-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-08-14 14:24   ` [PATCH RFC 7/7] usb: host: ohci-exynos: " Vivek Gautam
2014-08-15 15:22     ` Alan Stern
     [not found]     ` <1408026240-28365-8-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-08-18  1:36       ` Jingoo Han
2014-08-20 18:14 ` [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers Felipe Balbi
     [not found]   ` <20140820181406.GA6023-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-08-21  4:37     ` 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).