Skip to content

Commit

Permalink
usb: phy: Remove unused Renesas R-Car (Gen1) USB PHY driver
Browse files Browse the repository at this point in the history
As of commit 3d7608e ("ARM: shmobile: bockw: remove legacy
board file and config"), the Renesas R-Car (Gen1) USB PHY driver is no
longer used.
In theory it could still be used on R-Car Gen1 SoCs, but that would
require adding DT support to the driver. Instead, a new driver using the
generic PHY framework should be written, as was done for R-Car Gen2.

Remove the driver for good.

Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Geert Uytterhoeven authored and Felipe Balbi committed Dec 15, 2015
1 parent 2de59c0 commit 375da62
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 289 deletions.
13 changes: 0 additions & 13 deletions drivers/usb/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,6 @@ config USB_MXS_PHY

MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.

config USB_RCAR_PHY
tristate "Renesas R-Car USB PHY support"
depends on USB || USB_GADGET
depends on ARCH_R8A7778 || ARCH_R8A7779 || COMPILE_TEST
select USB_PHY
help
Say Y here to add support for the Renesas R-Car USB common PHY driver.
This chip is typically used as USB PHY for USB host, gadget.
This driver supports R8A7778 and R8A7779.

To compile this driver as a module, choose M here: the
module will be called phy-rcar-usb.

config USB_ULPI
bool "Generic ULPI Transceiver Driver"
depends on ARM || ARM64
Expand Down
1 change: 0 additions & 1 deletion drivers/usb/phy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ obj-$(CONFIG_USB_MSM_OTG) += phy-msm-usb.o
obj-$(CONFIG_USB_QCOM_8X16_PHY) += phy-qcom-8x16-usb.o
obj-$(CONFIG_USB_MV_OTG) += phy-mv-usb.o
obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
obj-$(CONFIG_USB_RCAR_PHY) += phy-rcar-usb.o
obj-$(CONFIG_USB_ULPI) += phy-ulpi.o
obj-$(CONFIG_USB_ULPI_VIEWPORT) += phy-ulpi-viewport.o
obj-$(CONFIG_KEYSTONE_USB_PHY) += phy-keystone.o
247 changes: 0 additions & 247 deletions drivers/usb/phy/phy-rcar-usb.c

This file was deleted.

28 changes: 0 additions & 28 deletions include/linux/platform_data/usb-rcar-phy.h

This file was deleted.

0 comments on commit 375da62

Please sign in to comment.