[PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

From: Vivek Gautam
Date: Thu Aug 14 2014 - 10:24:21 EST


- 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/