mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
tty: cyclades, remove this orphan
The Cyclades driver was orphaned by commit d459883e6c
(MAINTAINERS:
remove two dead e-mail) 13 years ago. Noone stepped up to take care of
them and to fix all the issues the driver has.
On the top of that, there is no way to obtain the firmware for Z cards
from the vendor as cyclades.com ceased to exist.
So it's time to drop the driver with all its traces.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210302062214.29627-5-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5a3c96e964
commit
f76edd8f7c
18 changed files with 5 additions and 5057 deletions
|
@ -52,11 +52,11 @@ struct serial_struct {
|
|||
#define PORT_16450 2
|
||||
#define PORT_16550 3
|
||||
#define PORT_16550A 4
|
||||
#define PORT_CIRRUS 5 /* usurped by cyclades.c */
|
||||
#define PORT_CIRRUS 5
|
||||
#define PORT_16650 6
|
||||
#define PORT_16650V2 7
|
||||
#define PORT_16750 8
|
||||
#define PORT_STARTECH 9 /* usurped by cyclades.c */
|
||||
#define PORT_STARTECH 9
|
||||
#define PORT_16C950 10 /* Oxford Semiconductor */
|
||||
#define PORT_16654 11
|
||||
#define PORT_16850 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue