Commit 7c478d6a authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-gpio: remove driver from staging



Remove driver from staging. It has been accepted in
the linux-gpio tree.

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1cb5c559
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -112,8 +112,6 @@ source "drivers/staging/pi433/Kconfig"

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

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

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

source "drivers/staging/mt7621-dma/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ obj-$(CONFIG_DRM_VBOXVIDEO) += vboxvideo/
obj-$(CONFIG_PI433)		+= pi433/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-pci/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-pinctrl/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-gpio/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-spi/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-dma/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-mmc/
+0 −8
Original line number Diff line number Diff line
config GPIO_MT7621
	bool "Mediatek MT7621 GPIO Support"
	depends on SOC_MT7620 || SOC_MT7621 || COMPILE_TEST
	select GPIO_GENERIC
	select GPIOLIB_IRQCHIP
	select ARCH_REQUIRE_GPIOLIB
	help
	  Say yes here to support the Mediatek MT7621 SoC GPIO device
+0 −3
Original line number Diff line number Diff line
obj-$(CONFIG_GPIO_MT7621)	+= gpio-mt7621.o

ccflags-y += -I$(srctree)/$(src)/include

drivers/staging/mt7621-gpio/TODO

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
- general code review and clean up

Cc:  NeilBrown <neil@brown.name>
Loading