EDITME: cover title for x-remove-moxa

To: Jiri Slaby <jirislaby@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: linux-serial@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
Changes in v2:
- remove the MAINTAINERS reference
- remove the devices.txt char device number
- Link to v1: https://lore.kernel.org/r/2026080345-unmapped-sliced-49f2@gregkh

---
Greg Kroah-Hartman (1):
      tty: moxa: remove driver.

 Documentation/admin-guide/devices.txt |   13 +-
 MAINTAINERS                           |    2 +-
 drivers/tty/Kconfig                   |   10 -
 drivers/tty/Makefile                  |    1 -
 drivers/tty/moxa.c                    | 2137 ---------------------------------
 5 files changed, 3 insertions(+), 2160 deletions(-)
---
base-commit: 355b329694c9dd064d45286e56d5ef9482692b1b
change-id: 20260804-x-remove-moxa-426e35c77136

Best regards,
--
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tty: moxa: remove driver.

This is a very old driver, and no known hardware is still around for it,
and the company says they do not need it anymore, so let's remove it as
the LLMs are starting to poke at it and find "interesting" things which
will just waste everyone's time given it's not actually used.

So let's drop it.  If someone really needs it, it can come back in the
future, in a more "modern" way, as the style here is very old...

Cc: Crescent Hsieh <crescentcy.hsieh@moxa.com>
Reported-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/all/afqyY8FQ8ZfpH48_@moxa-ThinkCentre-M90t/
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5 files changed