Message ID | 1341784614-2797-12-git-send-email-dh.herrmann@googlemail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jul 8, 2012 at 11:56 PM, David Herrmann <dh.herrmann@googlemail.com> wrote: > Add myself as maintainer for the fblog driver to the MAINTAINERS file. > > Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ae8fe46..249b02a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2854,6 +2854,12 @@ F: drivers/video/ > F: include/video/ > F: include/linux/fb.h > > +FRAMEBUFFER LOG DRIVER > +M: David Herrmann <dh.herrmann@googlemail.com> > +L: linux-serial@vger.kernel.org Why linux-serial, and not linux-fbdev? > +S: Maintained > +F: drivers/video/console/fblog.c > + > FREESCALE DMA DRIVER > M: Li Yang <leoli@freescale.com> > M: Zhang Wei <zw@zh-kernel.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Geert On Mon, Jul 9, 2012 at 9:33 AM, Geert Uytterhoeven <geert@linux-m68k.org> wrote: > On Sun, Jul 8, 2012 at 11:56 PM, David Herrmann > <dh.herrmann@googlemail.com> wrote: >> Add myself as maintainer for the fblog driver to the MAINTAINERS file. >> >> Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> >> --- >> MAINTAINERS | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index ae8fe46..249b02a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -2854,6 +2854,12 @@ F: drivers/video/ >> F: include/video/ >> F: include/linux/fb.h >> >> +FRAMEBUFFER LOG DRIVER >> +M: David Herrmann <dh.herrmann@googlemail.com> >> +L: linux-serial@vger.kernel.org > > Why linux-serial, and not linux-fbdev? I thought fbcon was maintained on linux-serial as it is very related to the vt/tty layer. If linux-fbdev is the better place, I can move this. I CC'ed both lists, anyway. I have actually no idea where it fits in best. Thanks David -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Jul 9, 2012 at 8:38 PM, David Herrmann <dh.herrmann@googlemail.com> wrote: >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index ae8fe46..249b02a 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -2854,6 +2854,12 @@ F: drivers/video/ >>> F: include/video/ >>> F: include/linux/fb.h >>> >>> +FRAMEBUFFER LOG DRIVER >>> +M: David Herrmann <dh.herrmann@googlemail.com> >>> +L: linux-serial@vger.kernel.org >> >> Why linux-serial, and not linux-fbdev? > > I thought fbcon was maintained on linux-serial as it is very related It has always been maintained on linux-fbdev. > to the vt/tty layer. If linux-fbdev is the better place, I can move > this. I CC'ed both lists, anyway. > I have actually no idea where it fits in best. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Geert On Tue, Jul 17, 2012 at 2:57 PM, Geert Uytterhoeven <geert@linux-m68k.org> wrote: > On Mon, Jul 9, 2012 at 8:38 PM, David Herrmann > <dh.herrmann@googlemail.com> wrote: >>>> diff --git a/MAINTAINERS b/MAINTAINERS >>>> index ae8fe46..249b02a 100644 >>>> --- a/MAINTAINERS >>>> +++ b/MAINTAINERS >>>> @@ -2854,6 +2854,12 @@ F: drivers/video/ >>>> F: include/video/ >>>> F: include/linux/fb.h >>>> >>>> +FRAMEBUFFER LOG DRIVER >>>> +M: David Herrmann <dh.herrmann@googlemail.com> >>>> +L: linux-serial@vger.kernel.org >>> >>> Why linux-serial, and not linux-fbdev? >> >> I thought fbcon was maintained on linux-serial as it is very related > > It has always been maintained on linux-fbdev. Thanks! Then I will change this to linux-fbdev. Regards David -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index ae8fe46..249b02a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2854,6 +2854,12 @@ F: drivers/video/ F: include/video/ F: include/linux/fb.h +FRAMEBUFFER LOG DRIVER +M: David Herrmann <dh.herrmann@googlemail.com> +L: linux-serial@vger.kernel.org +S: Maintained +F: drivers/video/console/fblog.c + FREESCALE DMA DRIVER M: Li Yang <leoli@freescale.com> M: Zhang Wei <zw@zh-kernel.org>
Add myself as maintainer for the fblog driver to the MAINTAINERS file. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)