Skip to content

Commit b189a21

Browse files
geertuFelipe Balbi
authored andcommitted
usb: phy: Remove the phy-rcar-gen2-usb driver
The phy-rcar-gen2-usb driver, which supports legacy platform data only, is no longer used since commit a483dcb ("ARM: shmobile: lager: Remove legacy board support"). This driver was superseded by the DT-only phy-rcar-gen2 driver, which was introduced in commit 1233f59 ("phy: Renesas R-Car Gen2 PHY driver"). Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent 44e42ae commit b189a21

File tree

4 files changed

+0
-282
lines changed

4 files changed

+0
-282
lines changed

drivers/usb/phy/Kconfig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -187,19 +187,6 @@ config USB_RCAR_PHY
187187
To compile this driver as a module, choose M here: the
188188
module will be called phy-rcar-usb.
189189

190-
config USB_RCAR_GEN2_PHY
191-
tristate "Renesas R-Car Gen2 USB PHY support"
192-
depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST
193-
select USB_PHY
194-
help
195-
Say Y here to add support for the Renesas R-Car Gen2 USB PHY driver.
196-
It is typically used to control internal USB PHY for USBHS,
197-
and to configure shared USB channels 0 and 2.
198-
This driver supports R8A7790 and R8A7791.
199-
200-
To compile this driver as a module, choose M here: the
201-
module will be called phy-rcar-gen2-usb.
202-
203190
config USB_ULPI
204191
bool "Generic ULPI Transceiver Driver"
205192
depends on ARM || ARM64

drivers/usb/phy/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ obj-$(CONFIG_USB_MSM_OTG) += phy-msm-usb.o
2323
obj-$(CONFIG_USB_MV_OTG) += phy-mv-usb.o
2424
obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
2525
obj-$(CONFIG_USB_RCAR_PHY) += phy-rcar-usb.o
26-
obj-$(CONFIG_USB_RCAR_GEN2_PHY) += phy-rcar-gen2-usb.o
2726
obj-$(CONFIG_USB_ULPI) += phy-ulpi.o
2827
obj-$(CONFIG_USB_ULPI_VIEWPORT) += phy-ulpi-viewport.o
2928
obj-$(CONFIG_KEYSTONE_USB_PHY) += phy-keystone.o

drivers/usb/phy/phy-rcar-gen2-usb.c

Lines changed: 0 additions & 246 deletions
This file was deleted.

include/linux/platform_data/usb-rcar-gen2-phy.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)