linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
@ 2023-07-21  7:23 Tony Lindgren
  2023-07-21 10:19 ` Andy Shevchenko
  0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2023-07-21  7:23 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: Andy Shevchenko, Dhruva Gole, Ilpo Järvinen, John Ogness,
	Johan Hovold, Sebastian Andrzej Siewior, Vignesh Raghavendra,
	linux-kernel, linux-serial

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 <tony@atomide.com>
---
 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 <gregkh@linuxfoundation.org>
 M:	Jiri Slaby <jirislaby@kernel.org>
+L:	linux-kernel@vger.kernel.org
+L:	linux-serial@vger.kernel.org
 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-07-21  7:23 [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files Tony Lindgren
@ 2023-07-21 10:19 ` Andy Shevchenko
  2023-07-24  4:53   ` Tony Lindgren
  0 siblings, 1 reply; 11+ messages in thread
From: Andy Shevchenko @ 2023-07-21 10:19 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Greg Kroah-Hartman, Jiri Slaby, Dhruva Gole, Ilpo Järvinen,
	John Ogness, Johan Hovold, Sebastian Andrzej Siewior,
	Vignesh Raghavendra, linux-kernel, linux-serial

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-07-21 10:19 ` Andy Shevchenko
@ 2023-07-24  4:53   ` Tony Lindgren
  2023-07-25 17:28     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2023-07-24  4:53 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Greg Kroah-Hartman, Jiri Slaby, Dhruva Gole, Ilpo Järvinen,
	John Ogness, Johan Hovold, Sebastian Andrzej Siewior,
	Vignesh Raghavendra, linux-kernel, linux-serial

* Andy Shevchenko <andriy.shevchenko@intel.com> [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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-07-24  4:53   ` Tony Lindgren
@ 2023-07-25 17:28     ` Greg Kroah-Hartman
  2023-07-25 17:29       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 11+ messages in thread
From: Greg Kroah-Hartman @ 2023-07-25 17:28 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Andy Shevchenko, Jiri Slaby, Dhruva Gole, Ilpo Järvinen,
	John Ogness, Johan Hovold, Sebastian Andrzej Siewior,
	Vignesh Raghavendra, linux-kernel, linux-serial

On Mon, Jul 24, 2023 at 07:53:27AM +0300, Tony Lindgren wrote:
> * Andy Shevchenko <andriy.shevchenko@intel.com> [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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-07-25 17:28     ` Greg Kroah-Hartman
@ 2023-07-25 17:29       ` Greg Kroah-Hartman
  2023-07-26  3:30         ` Tony Lindgren
  2023-07-26 10:12         ` Jiri Slaby
  0 siblings, 2 replies; 11+ messages in thread
From: Greg Kroah-Hartman @ 2023-07-25 17:29 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Andy Shevchenko, Jiri Slaby, Dhruva Gole, Ilpo Järvinen,
	John Ogness, Johan Hovold, Sebastian Andrzej Siewior,
	Vignesh Raghavendra, linux-kernel, linux-serial

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 <andriy.shevchenko@intel.com> [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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-07-25 17:29       ` Greg Kroah-Hartman
@ 2023-07-26  3:30         ` Tony Lindgren
  2023-07-26 10:12         ` Jiri Slaby
  1 sibling, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2023-07-26  3:30 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andy Shevchenko, Jiri Slaby, Dhruva Gole, Ilpo Järvinen,
	John Ogness, Johan Hovold, Sebastian Andrzej Siewior,
	Vignesh Raghavendra, linux-kernel, linux-serial

* Greg Kroah-Hartman <gregkh@linuxfoundation.org> [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 <andriy.shevchenko@intel.com> [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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-07-25 17:29       ` Greg Kroah-Hartman
  2023-07-26  3:30         ` Tony Lindgren
@ 2023-07-26 10:12         ` Jiri Slaby
  2023-08-02 12:05           ` Tony Lindgren
  1 sibling, 1 reply; 11+ messages in thread
From: Jiri Slaby @ 2023-07-26 10:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Tony Lindgren
  Cc: Andy Shevchenko, Dhruva Gole, Ilpo Järvinen, John Ogness,
	Johan Hovold, Sebastian Andrzej Siewior, Vignesh Raghavendra,
	linux-kernel, linux-serial

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 <andriy.shevchenko@intel.com> [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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-07-26 10:12         ` Jiri Slaby
@ 2023-08-02 12:05           ` Tony Lindgren
  2023-08-02 13:49             ` Greg Kroah-Hartman
                               ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Tony Lindgren @ 2023-08-02 12:05 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: Greg Kroah-Hartman, Andy Shevchenko, Dhruva Gole,
	Ilpo Järvinen, John Ogness, Johan Hovold,
	Sebastian Andrzej Siewior, Vignesh Raghavendra, linux-kernel,
	linux-serial

* Jiri Slaby <jirislaby@kernel.org> [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 <andriy.shevchenko@intel.com> [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 <gregkh@linuxfoundation.org>
-L:	linux-serial@vger.kernel.org
-S:	Maintained
-F:	Documentation/devicetree/bindings/serial/
-F:	drivers/tty/serial/
-
 SERIAL IR RECEIVER
 M:	Sean Young <sean@mess.org>
 L:	linux-media@vger.kernel.org
@@ -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 <gregkh@linuxfoundation.org>
 M:	Jiri Slaby <jirislaby@kernel.org>
 L:	linux-kernel@vger.kernel.org
 L:	linux-serial@vger.kernel.org
 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-08-02 12:05           ` Tony Lindgren
@ 2023-08-02 13:49             ` Greg Kroah-Hartman
  2023-08-03  5:03             ` Jiri Slaby
  2023-08-03 13:39             ` Ilpo Järvinen
  2 siblings, 0 replies; 11+ messages in thread
From: Greg Kroah-Hartman @ 2023-08-02 13:49 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Jiri Slaby, Andy Shevchenko, Dhruva Gole, Ilpo Järvinen,
	John Ogness, Johan Hovold, Sebastian Andrzej Siewior,
	Vignesh Raghavendra, linux-kernel, linux-serial

On Wed, Aug 02, 2023 at 03:05:30PM +0300, Tony Lindgren wrote:
> * Jiri Slaby <jirislaby@kernel.org> [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 <andriy.shevchenko@intel.com> [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 <gregkh@linuxfoundation.org>
> -L:	linux-serial@vger.kernel.org
> -S:	Maintained
> -F:	Documentation/devicetree/bindings/serial/
> -F:	drivers/tty/serial/
> -
>  SERIAL IR RECEIVER
>  M:	Sean Young <sean@mess.org>
>  L:	linux-media@vger.kernel.org
> @@ -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 <gregkh@linuxfoundation.org>
>  M:	Jiri Slaby <jirislaby@kernel.org>
>  L:	linux-kernel@vger.kernel.org
>  L:	linux-serial@vger.kernel.org
>  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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-08-02 12:05           ` Tony Lindgren
  2023-08-02 13:49             ` Greg Kroah-Hartman
@ 2023-08-03  5:03             ` Jiri Slaby
  2023-08-03 13:39             ` Ilpo Järvinen
  2 siblings, 0 replies; 11+ messages in thread
From: Jiri Slaby @ 2023-08-03  5:03 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Greg Kroah-Hartman, Andy Shevchenko, Dhruva Gole,
	Ilpo Järvinen, John Ogness, Johan Hovold,
	Sebastian Andrzej Siewior, Vignesh Raghavendra, linux-kernel,
	linux-serial

On 02. 08. 23, 14:05, Tony Lindgren wrote:
> * Jiri Slaby <jirislaby@kernel.org> [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 <andriy.shevchenko@intel.com> [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 <jirislaby@kernel.org>

-- 
js
suse labs


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
  2023-08-02 12:05           ` Tony Lindgren
  2023-08-02 13:49             ` Greg Kroah-Hartman
  2023-08-03  5:03             ` Jiri Slaby
@ 2023-08-03 13:39             ` Ilpo Järvinen
  2 siblings, 0 replies; 11+ messages in thread
From: Ilpo Järvinen @ 2023-08-03 13:39 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Jiri Slaby, Greg Kroah-Hartman, Andy Shevchenko, Dhruva Gole,
	John Ogness, Johan Hovold, Sebastian Andrzej Siewior,
	Vignesh Raghavendra, LKML, linux-serial

[-- Attachment #1: Type: text/plain, Size: 2970 bytes --]

On Wed, 2 Aug 2023, Tony Lindgren wrote:

> * Jiri Slaby <jirislaby@kernel.org> [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 <andriy.shevchenko@intel.com> [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 <gregkh@linuxfoundation.org>
> -L:	linux-serial@vger.kernel.org
> -S:	Maintained
> -F:	Documentation/devicetree/bindings/serial/
> -F:	drivers/tty/serial/
> -
>  SERIAL IR RECEIVER
>  M:	Sean Young <sean@mess.org>
>  L:	linux-media@vger.kernel.org
> @@ -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 <gregkh@linuxfoundation.org>
>  M:	Jiri Slaby <jirislaby@kernel.org>
>  L:	linux-kernel@vger.kernel.org
>  L:	linux-serial@vger.kernel.org
>  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 <ilpo.jarvinen@linux.intel.com>

-- 
 i.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-08-03 14:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21  7:23 [PATCH] MAINTAINERS: Update TTY layer for lists and recently added files Tony Lindgren
2023-07-21 10:19 ` Andy Shevchenko
2023-07-24  4:53   ` Tony Lindgren
2023-07-25 17:28     ` Greg Kroah-Hartman
2023-07-25 17:29       ` Greg Kroah-Hartman
2023-07-26  3:30         ` Tony Lindgren
2023-07-26 10:12         ` Jiri Slaby
2023-08-02 12:05           ` Tony Lindgren
2023-08-02 13:49             ` Greg Kroah-Hartman
2023-08-03  5:03             ` Jiri Slaby
2023-08-03 13:39             ` Ilpo Järvinen

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).