2023-07-21 07:53:42

by Tony Lindgren

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

Add mailing lists for linux-serial and lkml for the TTY layer. And let's
list the recently added files. This makes it easier for get_maintainer.pl
to include linux-serial for patches.

Signed-off-by: Tony Lindgren <[email protected]>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21628,11 +21628,17 @@ F: Documentation/translations/zh_TW/
TTY LAYER
M: Greg Kroah-Hartman <[email protected]>
M: Jiri Slaby <[email protected]>
+L: [email protected]
+L: [email protected]
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
F: Documentation/driver-api/serial/
F: drivers/tty/
+F: drivers/tty/serial/serial_base.h
+F: drivers/tty/serial/serial_base_bus.c
F: drivers/tty/serial/serial_core.c
+F: drivers/tty/serial/serial_ctrl.c
+F: drivers/tty/serial/serial_port.c
F: include/linux/selection.h
F: include/linux/serial.h
F: include/linux/serial_core.h
--
2.41.0


2023-07-21 10:47:36

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> list the recently added files. This makes it easier for get_maintainer.pl
> to include linux-serial for patches.

Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?

--
With Best Regards,
Andy Shevchenko



2023-07-24 05:08:37

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

* Andy Shevchenko <[email protected]> [230721 10:19]:
> On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> > Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> > list the recently added files. This makes it easier for get_maintainer.pl
> > to include linux-serial for patches.
>
> Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?

Not sure if there's some reason we have "TTY LAYER" with serial_core
files. If not, yeah let's move the serial files.

Regards,

Tony

2023-07-25 17:39:52

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
> * Andy Shevchenko <[email protected]> [230721 10:19]:
> > On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> > > Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> > > list the recently added files. This makes it easier for get_maintainer.pl
> > > to include linux-serial for patches.
> >
> > Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
>
> Not sure if there's some reason we have "TTY LAYER" with serial_core
> files. If not, yeah let's move the serial files.

I'll take this patch, can you send a new one that removes the serial
files from this entry as I don't think they are needed in here anymore.

thanks,

greg k-h

2023-07-25 18:28:26

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

On Tue, Jul 25, 2023 at 07:28:46PM +0200, Greg Kroah-Hartman wrote:
> On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
> > * Andy Shevchenko <[email protected]> [230721 10:19]:
> > > On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> > > > Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> > > > list the recently added files. This makes it easier for get_maintainer.pl
> > > > to include linux-serial for patches.
> > >
> > > Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
> >
> > Not sure if there's some reason we have "TTY LAYER" with serial_core
> > files. If not, yeah let's move the serial files.
>
> I'll take this patch, can you send a new one that removes the serial
> files from this entry as I don't think they are needed in here anymore.

Better yet, they should be merged probably. Although I don't know if
Jiri wants to be responsible for serial stuff, that's his call...

thanks,

greg k-h

2023-07-26 04:04:39

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

* Greg Kroah-Hartman <[email protected]> [230725 17:30]:
> On Tue, Jul 25, 2023 at 07:28:46PM +0200, Greg Kroah-Hartman wrote:
> > On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
> > > * Andy Shevchenko <[email protected]> [230721 10:19]:
> > > > On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> > > > > Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> > > > > list the recently added files. This makes it easier for get_maintainer.pl
> > > > > to include linux-serial for patches.
> > > >
> > > > Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
> > >
> > > Not sure if there's some reason we have "TTY LAYER" with serial_core
> > > files. If not, yeah let's move the serial files.
> >
> > I'll take this patch, can you send a new one that removes the serial
> > files from this entry as I don't think they are needed in here anymore.
>
> Better yet, they should be merged probably. Although I don't know if
> Jiri wants to be responsible for serial stuff, that's his call...

If Jiri does not care about all the serial port device drivers, we could
have the following three entries:

TTY LAYER
SERIAL CORE LAYER
SERIAL DRIVERS

Regards,

Tony

2023-07-26 10:30:36

by Jiri Slaby

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

On 25. 07. 23, 19:29, Greg Kroah-Hartman wrote:
> On Tue, Jul 25, 2023 at 07:28:46PM +0200, Greg Kroah-Hartman wrote:
>> On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
>>> * Andy Shevchenko <[email protected]> [230721 10:19]:
>>>> On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
>>>>> Add mailing lists for linux-serial and lkml for the TTY layer. And let's
>>>>> list the recently added files. This makes it easier for get_maintainer.pl
>>>>> to include linux-serial for patches.
>>>>
>>>> Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
>>>
>>> Not sure if there's some reason we have "TTY LAYER" with serial_core
>>> files. If not, yeah let's move the serial files.
>>
>> I'll take this patch, can you send a new one that removes the serial
>> files from this entry as I don't think they are needed in here anymore.
>
> Better yet, they should be merged probably. Although I don't know if
> Jiri wants to be responsible for serial stuff, that's his call...

No problem. I actually didn't realize they are separate. So feel free to
submit a patch, so we have a single MAINTAINTERS file entry...

--
js
suse labs


2023-08-02 13:01:53

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

* Jiri Slaby <[email protected]> [230726 10:12]:
> On 25. 07. 23, 19:29, Greg Kroah-Hartman wrote:
> > On Tue, Jul 25, 2023 at 07:28:46PM +0200, Greg Kroah-Hartman wrote:
> > > On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
> > > > * Andy Shevchenko <[email protected]> [230721 10:19]:
> > > > > On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> > > > > > Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> > > > > > list the recently added files. This makes it easier for get_maintainer.pl
> > > > > > to include linux-serial for patches.
> > > > >
> > > > > Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
> > > >
> > > > Not sure if there's some reason we have "TTY LAYER" with serial_core
> > > > files. If not, yeah let's move the serial files.
> > >
> > > I'll take this patch, can you send a new one that removes the serial
> > > files from this entry as I don't think they are needed in here anymore.
> >
> > Better yet, they should be merged probably. Although I don't know if
> > Jiri wants to be responsible for serial stuff, that's his call...
>
> No problem. I actually didn't realize they are separate. So feel free to
> submit a patch, so we have a single MAINTAINTERS file entry...

How about something like this?

Tony

8< ----------------------
diff --git a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19319,13 +19319,6 @@ F: Documentation/devicetree/bindings/serial/serial.yaml
F: drivers/tty/serdev/
F: include/linux/serdev.h

-SERIAL DRIVERS
-M: Greg Kroah-Hartman <[email protected]>
-L: [email protected]
-S: Maintained
-F: Documentation/devicetree/bindings/serial/
-F: drivers/tty/serial/
-
SERIAL IR RECEIVER
M: Sean Young <[email protected]>
L: [email protected]
@@ -21760,20 +21753,16 @@ W: https://github.com/srcres258/linux-doc
T: git git://github.com/srcres258/linux-doc.git doc-zh-tw
F: Documentation/translations/zh_TW/

-TTY LAYER
+TTY LAYER AND SERIAL DRIVERS
M: Greg Kroah-Hartman <[email protected]>
M: Jiri Slaby <[email protected]>
L: [email protected]
L: [email protected]
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
+F: Documentation/devicetree/bindings/serial/
F: Documentation/driver-api/serial/
F: drivers/tty/
-F: drivers/tty/serial/serial_base.h
-F: drivers/tty/serial/serial_base_bus.c
-F: drivers/tty/serial/serial_core.c
-F: drivers/tty/serial/serial_ctrl.c
-F: drivers/tty/serial/serial_port.c
F: include/linux/selection.h
F: include/linux/serial.h
F: include/linux/serial_core.h
--
2.41.0

2023-08-02 14:07:43

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

On Wed, Aug 02, 2023 at 03:05:30PM +0300, Tony Lindgren wrote:
> * Jiri Slaby <[email protected]> [230726 10:12]:
> > On 25. 07. 23, 19:29, Greg Kroah-Hartman wrote:
> > > On Tue, Jul 25, 2023 at 07:28:46PM +0200, Greg Kroah-Hartman wrote:
> > > > On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
> > > > > * Andy Shevchenko <[email protected]> [230721 10:19]:
> > > > > > On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> > > > > > > Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> > > > > > > list the recently added files. This makes it easier for get_maintainer.pl
> > > > > > > to include linux-serial for patches.
> > > > > >
> > > > > > Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
> > > > >
> > > > > Not sure if there's some reason we have "TTY LAYER" with serial_core
> > > > > files. If not, yeah let's move the serial files.
> > > >
> > > > I'll take this patch, can you send a new one that removes the serial
> > > > files from this entry as I don't think they are needed in here anymore.
> > >
> > > Better yet, they should be merged probably. Although I don't know if
> > > Jiri wants to be responsible for serial stuff, that's his call...
> >
> > No problem. I actually didn't realize they are separate. So feel free to
> > submit a patch, so we have a single MAINTAINTERS file entry...
>
> How about something like this?
>
> Tony
>
> 8< ----------------------
> diff --git a/MAINTAINERS b/MAINTAINERS
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19319,13 +19319,6 @@ F: Documentation/devicetree/bindings/serial/serial.yaml
> F: drivers/tty/serdev/
> F: include/linux/serdev.h
>
> -SERIAL DRIVERS
> -M: Greg Kroah-Hartman <[email protected]>
> -L: [email protected]
> -S: Maintained
> -F: Documentation/devicetree/bindings/serial/
> -F: drivers/tty/serial/
> -
> SERIAL IR RECEIVER
> M: Sean Young <[email protected]>
> L: [email protected]
> @@ -21760,20 +21753,16 @@ W: https://github.com/srcres258/linux-doc
> T: git git://github.com/srcres258/linux-doc.git doc-zh-tw
> F: Documentation/translations/zh_TW/
>
> -TTY LAYER
> +TTY LAYER AND SERIAL DRIVERS
> M: Greg Kroah-Hartman <[email protected]>
> M: Jiri Slaby <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Supported
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
> +F: Documentation/devicetree/bindings/serial/
> F: Documentation/driver-api/serial/
> F: drivers/tty/
> -F: drivers/tty/serial/serial_base.h
> -F: drivers/tty/serial/serial_base_bus.c
> -F: drivers/tty/serial/serial_core.c
> -F: drivers/tty/serial/serial_ctrl.c
> -F: drivers/tty/serial/serial_port.c
> F: include/linux/selection.h
> F: include/linux/serial.h
> F: include/linux/serial_core.h

Fine with me.

2023-08-03 05:25:40

by Jiri Slaby

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

On 02. 08. 23, 14:05, Tony Lindgren wrote:
> * Jiri Slaby <[email protected]> [230726 10:12]:
>> On 25. 07. 23, 19:29, Greg Kroah-Hartman wrote:
>>> On Tue, Jul 25, 2023 at 07:28:46PM +0200, Greg Kroah-Hartman wrote:
>>>> On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
>>>>> * Andy Shevchenko <[email protected]> [230721 10:19]:
>>>>>> On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
>>>>>>> Add mailing lists for linux-serial and lkml for the TTY layer. And let's
>>>>>>> list the recently added files. This makes it easier for get_maintainer.pl
>>>>>>> to include linux-serial for patches.
>>>>>>
>>>>>> Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
>>>>>
>>>>> Not sure if there's some reason we have "TTY LAYER" with serial_core
>>>>> files. If not, yeah let's move the serial files.
>>>>
>>>> I'll take this patch, can you send a new one that removes the serial
>>>> files from this entry as I don't think they are needed in here anymore.
>>>
>>> Better yet, they should be merged probably. Although I don't know if
>>> Jiri wants to be responsible for serial stuff, that's his call...
>>
>> No problem. I actually didn't realize they are separate. So feel free to
>> submit a patch, so we have a single MAINTAINTERS file entry...
>
> How about something like this?

Acked-by: Jiri Slaby <[email protected]>

--
js
suse labs


2023-08-03 16:55:55

by Ilpo Järvinen

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files

On Wed, 2 Aug 2023, Tony Lindgren wrote:

> * Jiri Slaby <[email protected]> [230726 10:12]:
> > On 25. 07. 23, 19:29, Greg Kroah-Hartman wrote:
> > > On Tue, Jul 25, 2023 at 07:28:46PM +0200, Greg Kroah-Hartman wrote:
> > > > On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
> > > > > * Andy Shevchenko <[email protected]> [230721 10:19]:
> > > > > > On Fri, Jul 21, 2023 at 10:23:32AM +0300, Tony Lindgren wrote:
> > > > > > > Add mailing lists for linux-serial and lkml for the TTY layer. And let's
> > > > > > > list the recently added files. This makes it easier for get_maintainer.pl
> > > > > > > to include linux-serial for patches.
> > > > > >
> > > > > > Shouldn't serial_* stuff go to the "SERIAL DRIVERS" section?
> > > > >
> > > > > Not sure if there's some reason we have "TTY LAYER" with serial_core
> > > > > files. If not, yeah let's move the serial files.
> > > >
> > > > I'll take this patch, can you send a new one that removes the serial
> > > > files from this entry as I don't think they are needed in here anymore.
> > >
> > > Better yet, they should be merged probably. Although I don't know if
> > > Jiri wants to be responsible for serial stuff, that's his call...
> >
> > No problem. I actually didn't realize they are separate. So feel free to
> > submit a patch, so we have a single MAINTAINTERS file entry...
>
> How about something like this?
>
> Tony
>
> 8< ----------------------
> diff --git a/MAINTAINERS b/MAINTAINERS
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19319,13 +19319,6 @@ F: Documentation/devicetree/bindings/serial/serial.yaml
> F: drivers/tty/serdev/
> F: include/linux/serdev.h
>
> -SERIAL DRIVERS
> -M: Greg Kroah-Hartman <[email protected]>
> -L: [email protected]
> -S: Maintained
> -F: Documentation/devicetree/bindings/serial/
> -F: drivers/tty/serial/
> -
> SERIAL IR RECEIVER
> M: Sean Young <[email protected]>
> L: [email protected]
> @@ -21760,20 +21753,16 @@ W: https://github.com/srcres258/linux-doc
> T: git git://github.com/srcres258/linux-doc.git doc-zh-tw
> F: Documentation/translations/zh_TW/
>
> -TTY LAYER
> +TTY LAYER AND SERIAL DRIVERS
> M: Greg Kroah-Hartman <[email protected]>
> M: Jiri Slaby <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Supported
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
> +F: Documentation/devicetree/bindings/serial/
> F: Documentation/driver-api/serial/
> F: drivers/tty/
> -F: drivers/tty/serial/serial_base.h
> -F: drivers/tty/serial/serial_base_bus.c
> -F: drivers/tty/serial/serial_core.c
> -F: drivers/tty/serial/serial_ctrl.c
> -F: drivers/tty/serial/serial_port.c
> F: include/linux/selection.h
> F: include/linux/serial.h
> F: include/linux/serial_core.h

The separation of these two has always felt a bit artificial to me.

Acked-by: Ilpo J?rvinen <[email protected]>

--
i.