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 <wsa+renesas@sang-engineering.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent f106728 commit 9a6c782

7 files changed

Lines changed: 0 additions & 985 deletions

File tree

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 <f.fainelli@gmail.com>
22968-
L: openwrt-devel@lists.openwrt.org (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 <sgarzare@redhat.com>
2297522968
L: virtualization@lists.linux-foundation.org

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)