[v2,0/3] auxdisplay: Refresh MAINTAINERS for the subsystem

Message ID 20240212132515.2660837-2-andriy.shevchenko@linux.intel.com
Headers
Series auxdisplay: Refresh MAINTAINERS for the subsystem |

Message

Andy Shevchenko Feb. 12, 2024, 1:23 p.m. UTC
  Update MAINTAINERS for AUXDISPLAY subsystem in accordance to the last
(administrative) changes.

In v2:
- included Geert as Reviewer and added Git tree 
- added two more patches that are related to MAINTAINERS

Andy Shevchenko (3):
  auxdisplay: Take over maintainership, but in Odd Fixes mode
  auxdisplay: Move cfag12864b.h to the subsystem folder
  auxdisplay: Add 7 and 14 segment mappings to MAINTAINERS

 MAINTAINERS                                        | 11 ++++++-----
 drivers/auxdisplay/cfag12864b.c                    |  2 +-
 {include/linux => drivers/auxdisplay}/cfag12864b.h |  0
 drivers/auxdisplay/cfag12864bfb.c                  |  3 ++-
 4 files changed, 9 insertions(+), 7 deletions(-)
 rename {include/linux => drivers/auxdisplay}/cfag12864b.h (100%)
  

Comments

Andy Shevchenko Feb. 12, 2024, 1:37 p.m. UTC | #1
On Mon, Feb 12, 2024 at 03:23:52PM +0200, Andy Shevchenko wrote:
> Update MAINTAINERS for AUXDISPLAY subsystem in accordance to the last
> (administrative) changes.

Found a couple of issues, but I will wait for tags other comments
and then update the whole series.
  
Andy Shevchenko Feb. 12, 2024, 1:46 p.m. UTC | #2
On Mon, Feb 12, 2024 at 02:43:47PM +0100, Geert Uytterhoeven wrote:
> On Mon, Feb 12, 2024 at 2:36 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> > On Mon, Feb 12, 2024 at 03:23:53PM +0200, Andy Shevchenko wrote:
> > > I have no time for this, but since it looks like I'm the main
> > > contributor for the last few years to the subsystem, I'll take
> > > it for now. Geert agreed to help me with as a designated reviwer.
> >
> > The typo ("reviewer") has been fixed locally.
> 
> Please drop the "with" before "as", too.

Sure!

> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Thanks!
  
Thomas Zimmermann Feb. 12, 2024, 4:33 p.m. UTC | #3
(cc'ing Javier Martinez Canillas)

Hi

Am 12.02.24 um 14:23 schrieb Andy Shevchenko:
> I have no time for this, but since it looks like I'm the main
> contributor for the last few years to the subsystem, I'll take
> it for now. Geert agreed to help me with as a designated reviwer.
> Let's see how it will go...

A few days ago, I talked to Javier about how auxdisplay is a hotchpodge 
of various drivers that seem to belong into other subsystems. Could we 
attempt to move all drivers into other places and then remove the 
auxdisplay subsystem?

Best regards
Thomas

>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>   MAINTAINERS | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 75cf018922a4..e2a804e22c3b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3406,8 +3406,10 @@ F:	drivers/base/auxiliary.c
>   F:	include/linux/auxiliary_bus.h
>   
>   AUXILIARY DISPLAY DRIVERS
> -M:	Miguel Ojeda <ojeda@kernel.org>
> -S:	Maintained
> +M:	Andy Shevchenko <andy@kernel.org>
> +R:	Geert Uytterhoeven <geert@linux-m68k.org>
> +S:	Odd Fixes
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay.git
>   F:	Documentation/devicetree/bindings/auxdisplay/
>   F:	drivers/auxdisplay/
>   F:	include/linux/cfag12864b.h
  
Andy Shevchenko Feb. 13, 2024, 4:47 p.m. UTC | #4
On Mon, Feb 12, 2024 at 03:23:52PM +0200, Andy Shevchenko wrote:
> Update MAINTAINERS for AUXDISPLAY subsystem in accordance to the last
> (administrative) changes.
> 
> In v2:
> - included Geert as Reviewer and added Git tree 
> - added two more patches that are related to MAINTAINERS

Pushed to my tree, thanks!