Commit 53e7c92c authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Vinod Koul
Browse files

staging: mt7621-pci-phy: remove driver from staging



Remove this driver from staging because it has been moved
into its properly place in the kernel.

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20201121155037.21354-5-sergio.paracuellos@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 370c10af
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -94,8 +94,6 @@ source "drivers/staging/pi433/Kconfig"

source "drivers/staging/mt7621-pci/Kconfig"

source "drivers/staging/mt7621-pci-phy/Kconfig"

source "drivers/staging/mt7621-pinctrl/Kconfig"

source "drivers/staging/mt7621-dma/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ obj-$(CONFIG_GREYBUS) += greybus/
obj-$(CONFIG_BCM2835_VCHIQ)	+= vc04_services/
obj-$(CONFIG_PI433)		+= pi433/
obj-$(CONFIG_PCI_MT7621)	+= mt7621-pci/
obj-$(CONFIG_PCI_MT7621_PHY)	+= mt7621-pci-phy/
obj-$(CONFIG_PINCTRL_RT2880)	+= mt7621-pinctrl/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-dma/
obj-$(CONFIG_DMA_RALINK)	+= ralink-gdma/
+0 −8
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
config PCI_MT7621_PHY
	tristate "MediaTek MT7621 PCI PHY Driver"
	depends on RALINK && OF
	select GENERIC_PHY
	help
	  Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver,
+0 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_PCI_MT7621_PHY)       += pci-mt7621-phy.o
+0 −4
Original line number Diff line number Diff line

- general code review and cleanup

Cc:  NeilBrown <neil@brown.name> and Sergio Paracuellos <sergio.paracuellos@gmail.com>
Loading