Skip to content

Commit 9a6c782

Browse files
Wolfram Sangtsbogend
authored andcommitted
vlynq: remove bus driver
There are no users with a vlynq_driver in the Kernel tree. Also, only the AR7 platform ever initialized a VLYNQ bus, but AR7 is going to be removed from the Kernel. OpenWRT had some out-of-tree drivers which they probably intended to upport, but AR7 devices are even there not supported anymore because they are "stuck with Kernel 3.18" [1]. This code can go. [1] https://openwrt.org/docs/techref/targets/ar7 Signed-off-by: Wolfram Sang <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent f106728 commit 9a6c782

File tree

7 files changed

+0
-985
lines changed

7 files changed

+0
-985
lines changed

MAINTAINERS

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22963,13 +22963,6 @@ W: https://linuxtv.org
2296322963
T: git git://linuxtv.org/media_tree.git
2296422964
F: drivers/media/test-drivers/vivid/*
2296522965

22966-
VLYNQ BUS
22967-
M: Florian Fainelli <[email protected]>
22968-
L: [email protected] (subscribers-only)
22969-
S: Maintained
22970-
F: drivers/vlynq/vlynq.c
22971-
F: include/linux/vlynq.h
22972-
2297322966
VM SOCKETS (AF_VSOCK)
2297422967
M: Stefano Garzarella <[email protected]>
2297522968

drivers/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ source "drivers/uio/Kconfig"
135135

136136
source "drivers/vfio/Kconfig"
137137

138-
source "drivers/vlynq/Kconfig"
139-
140138
source "drivers/virt/Kconfig"
141139

142140
source "drivers/virtio/Kconfig"

drivers/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ obj-$(CONFIG_BCMA) += bcma/
151151
obj-$(CONFIG_VHOST_RING) += vhost/
152152
obj-$(CONFIG_VHOST_IOTLB) += vhost/
153153
obj-$(CONFIG_VHOST) += vhost/
154-
obj-$(CONFIG_VLYNQ) += vlynq/
155154
obj-$(CONFIG_GREYBUS) += greybus/
156155
obj-$(CONFIG_COMEDI) += comedi/
157156
obj-$(CONFIG_STAGING) += staging/

drivers/vlynq/Kconfig

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

drivers/vlynq/Makefile

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

0 commit comments

Comments
 (0)