[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240817092522.9193-1-rwz@xhero.org>
Date: Sat, 17 Aug 2024 11:25:20 +0200
From: Rodolfo Zitellini <rwz@...ro.org>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Jonathan Corbet <corbet@....net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>
Cc: netdev@...r.kernel.org,
linux-doc@...r.kernel.org,
linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org,
Arnd Bergmann <arnd@...db.de>,
Doug Brown <doug@...morgal.com>,
Rodolfo Zitellini <rwz@...ro.org>
Subject: [PATCH net-next 0/2] pull-request appletalk 2024-08-17
Hello,
this is a pull request of 2 patches for net-next/master
The first patch introduces a new line discipline ID for the
TashTalk line discipline.
The second patch adds an Appletalk driver that serves as a
drop-in replacement for the old COPS LocalTalk driver. It
implements a line discipline that interfaces with a TashTalk
device, an open-source project that provides the proper SDLC
and FM0 encoding required on the LocalTalk bus. With a minimal
amount of supporting components, it becomes possible to connect
a modern PC to older devices (Macintoshes, Apple IIgs) on a
LocalTalk bus. It is compatibile out of the box with Netatalk
2.x and will also work with the upcoming 4.0 release which
re-introduces Appletalk support.
Kind Regards,
Rodolfo
Rodolfo Zitellini (2):
tty: Add N_TASHTALK line discipline for TashTalk Localtalk serial
driver
appletalk: tashtalk: Add LocalTalk line discipline driver for
AppleTalk using a TashTalk adapter
.../device_drivers/appletalk/index.rst | 18 +
.../device_drivers/appletalk/tashtalk.rst | 139 +++
.../networking/device_drivers/index.rst | 1 +
MAINTAINERS | 7 +
drivers/net/Kconfig | 2 +
drivers/net/Makefile | 1 +
drivers/net/appletalk/Kconfig | 33 +
drivers/net/appletalk/Makefile | 6 +
drivers/net/appletalk/tashtalk.c | 1003 +++++++++++++++++
include/uapi/linux/tty.h | 3 +-
10 files changed, 1212 insertions(+), 1 deletion(-)
create mode 100644 Documentation/networking/device_drivers/appletalk/index.rst
create mode 100644 Documentation/networking/device_drivers/appletalk/tashtalk.rst
create mode 100644 drivers/net/appletalk/Kconfig
create mode 100644 drivers/net/appletalk/Makefile
create mode 100644 drivers/net/appletalk/tashtalk.c
--
2.34.1
Powered by blists - more mailing lists