mbox series

[0/7] tty: synclink_gt: mark as BROKEN

Message ID 20230731090002.15680-1-jirislaby@kernel.org
Headers show
Series tty: synclink_gt: mark as BROKEN | expand

Message

Jiri Slaby July 31, 2023, 8:59 a.m. UTC
I did some cleanups in the driver (in this series), but then decided not
to go on and mark the driver as BROKEN instead. See the last patch for
explanation.

Feel free to take only the last patch. I don't assume anyone appears to
take care of the driver, so we will drop it sooner or later anyway. The
changes only demonstrate how unmaintained the driver is...

Jiri Slaby (SUSE) (7):
  tty: synclink_gt: convert CALC_REGADDR() macro to an inline
  tty: synclink_gt: drop global slgt_driver_name array
  tty: synclink_gt: define global strings as const strings
  tty: synclink_gt: drop info messages from init/exit functions
  tty: synclink_gt: use PCI_VDEVICE
  tty: synclink_gt: make default_params const
  tty: synclink_gt: mark as BROKEN

 drivers/tty/Kconfig       |  1 +
 drivers/tty/synclink_gt.c | 65 ++++++++++++++++-----------------------
 2 files changed, 28 insertions(+), 38 deletions(-)