* [PATCH 0/2] tty: Remove obsolete drivers
@ 2020-11-05 12:33 Lee Jones
2020-11-05 14:14 ` Christophe Leroy
2020-11-05 14:31 ` Andrew Lunn
0 siblings, 2 replies; 4+ messages in thread
From: Lee Jones @ 2020-11-05 12:33 UTC (permalink / raw)
To: lee.jones
Cc: Jiri Slaby, Benjamin Herrenschmidt, linux-kernel, Paul Mackerras,
Michael Ellerman, Greg Kroah-Hartman, linuxppc-dev,
linux-arm-kernel
As per the vendor's request.
Lee Jones (2):
tty: Remove redundant synclink driver
tty: Remove redundant synclinkmp driver
arch/powerpc/configs/ppc6xx_defconfig | 2 -
drivers/tty/Kconfig | 27 -
drivers/tty/Makefile | 2 -
drivers/tty/synclink.c | 7899 -------------------------
drivers/tty/synclinkmp.c | 5580 -----------------
5 files changed, 13510 deletions(-)
delete mode 100644 drivers/tty/synclink.c
delete mode 100644 drivers/tty/synclinkmp.c
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Paul Mackerras <paulus@samba.org>
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] tty: Remove obsolete drivers
2020-11-05 12:33 [PATCH 0/2] tty: Remove obsolete drivers Lee Jones
@ 2020-11-05 14:14 ` Christophe Leroy
2020-11-05 14:33 ` Lee Jones
2020-11-05 14:31 ` Andrew Lunn
1 sibling, 1 reply; 4+ messages in thread
From: Christophe Leroy @ 2020-11-05 14:14 UTC (permalink / raw)
To: Lee Jones
Cc: Jiri Slaby, linux-kernel, Paul Mackerras, Greg Kroah-Hartman,
linuxppc-dev, linux-arm-kernel
Hi,
Le 05/11/2020 à 13:33, Lee Jones a écrit :
> As per the vendor's request.
Is the vendor in copy of the patch ?
What about the other synclink adapters, namely the synclink_gt ? And the synclink_cs in the
drivers/char/pcmcia/ ?
Christophe
>
> Lee Jones (2):
> tty: Remove redundant synclink driver
> tty: Remove redundant synclinkmp driver
>
> arch/powerpc/configs/ppc6xx_defconfig | 2 -
> drivers/tty/Kconfig | 27 -
> drivers/tty/Makefile | 2 -
> drivers/tty/synclink.c | 7899 -------------------------
> drivers/tty/synclinkmp.c | 5580 -----------------
> 5 files changed, 13510 deletions(-)
> delete mode 100644 drivers/tty/synclink.c
> delete mode 100644 drivers/tty/synclinkmp.c
>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Jiri Slaby <jirislaby@kernel.org>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: Michael Ellerman <mpe@ellerman.id.au>
> Cc: Paul Mackerras <paulus@samba.org>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] tty: Remove obsolete drivers
2020-11-05 14:14 ` Christophe Leroy
@ 2020-11-05 14:33 ` Lee Jones
0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2020-11-05 14:33 UTC (permalink / raw)
To: Christophe Leroy
Cc: Jiri Slaby, linux-kernel, Paul Mackerras, Greg Kroah-Hartman,
linuxppc-dev, linux-arm-kernel
On Thu, 05 Nov 2020, Christophe Leroy wrote:
> Hi,
>
> Le 05/11/2020 à 13:33, Lee Jones a écrit :
> > As per the vendor's request.
>
> Is the vendor in copy of the patch ?
Not directly. Only interested parties as indicated by
`get_maintainer.pl` were included. My assumption is that he'd
pick this set up in the same manner he picked up the last one
(filters?).
> What about the other synclink adapters, namely the synclink_gt ? And the
> synclink_cs in the drivers/char/pcmcia/ ?
Ref *_cs:
If it wasn't directly mentioned, I've left it in place.
Ref *_gt:
"synclink_gt.c is still in production and the driver still actively
used."
> > Lee Jones (2):
> > tty: Remove redundant synclink driver
> > tty: Remove redundant synclinkmp driver
> >
> > arch/powerpc/configs/ppc6xx_defconfig | 2 -
> > drivers/tty/Kconfig | 27 -
> > drivers/tty/Makefile | 2 -
> > drivers/tty/synclink.c | 7899 -------------------------
> > drivers/tty/synclinkmp.c | 5580 -----------------
> > 5 files changed, 13510 deletions(-)
> > delete mode 100644 drivers/tty/synclink.c
> > delete mode 100644 drivers/tty/synclinkmp.c
> >
> > Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Cc: Jiri Slaby <jirislaby@kernel.org>
> > Cc: linuxppc-dev@lists.ozlabs.org
> > Cc: Michael Ellerman <mpe@ellerman.id.au>
> > Cc: Paul Mackerras <paulus@samba.org>
> >
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] tty: Remove obsolete drivers
2020-11-05 12:33 [PATCH 0/2] tty: Remove obsolete drivers Lee Jones
2020-11-05 14:14 ` Christophe Leroy
@ 2020-11-05 14:31 ` Andrew Lunn
1 sibling, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2020-11-05 14:31 UTC (permalink / raw)
To: Lee Jones
Cc: Benjamin Herrenschmidt, linuxppc-dev, linux-kernel,
Paul Mackerras, Michael Ellerman, Greg Kroah-Hartman, Jiri Slaby,
linux-arm-kernel
On Thu, Nov 05, 2020 at 12:33:55PM +0000, Lee Jones wrote:
> As per the vendor's request.
>
> Lee Jones (2):
> tty: Remove redundant synclink driver
> tty: Remove redundant synclinkmp driver
Hi Lee
What exactly do you mean by redundant? That some other driver can be
used? Or that nobody uses the hardware any more? I know of one
deployed system which has some form of synclink card in use, but i
don't know which card in particular.
Andrew
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-05 14:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 12:33 [PATCH 0/2] tty: Remove obsolete drivers Lee Jones
2020-11-05 14:14 ` Christophe Leroy
2020-11-05 14:33 ` Lee Jones
2020-11-05 14:31 ` Andrew Lunn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).