Re: [Nios2-dev] [PATCH 4/4] MAINTAINERS: Add myself as a maintainer for altera_uart/altera_jtaguart
From: Tobias Klauser <tklauser@distanz.ch>
Date: 2011-02-17 07:52:02
Also in:
lkml
Hi Thomas On 2011-02-17 at 04:16:36 +0100, Thomas Chou [off-list ref] wrote:
On 02/09/2011 05:58 PM, Tobias Klauser wrote:quoted
Signed-off-by: Tobias Klauser<tklauser@distanz.ch> --- MAINTAINERS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)diff --git a/MAINTAINERS b/MAINTAINERS index ecef0f1..4e86a11 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -465,6 +465,16 @@ M: Matt Turner<mattst88@gmail.com> L: linux-alpha@vger.kernel.org F: arch/alpha/ +ALTERA UART/JTAG UART SERIAL DRIVERS +M: Tobias Klauser<tklauser@distanz.ch> +L: linux-serial@vger.kernel.org +L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers) +S: Maintained +F: drivers/tty/serial/altera_uart.c +F: drivers/tty/serial/altera_jtaguart.c +F: include/linux/altera_uart.h +F: include/linux/altera_jtaguart.h + AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER M: Thomas Dahlmann<dahlmann.thomas@arcor.de> L: linux-geode@lists.infradead.org (moderated for non-subscribers)Hi Tobias, As we get more drivers merged into mainline, we might consider adding a general entry for all altera related drivers to our mailing list. We could add "F: arch/nios2" to this entry in the near future.
That's great. I didn't know about the K: section entry. I will send a patch as below.
1) subject: MAINTAINERS: add Altera related drivers entry send this to Andrew Morton. ALTERA EMBEDDED ARCH AND PERIPHERALS DRIVERS L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers) S: Maintained K: altera 2) subject: MAINTAINERS: add Altera UART/JTAG UART maintainer ALTERA UART/JTAG UART SERIAL DRIVERS M: Tobias Klauser [off-list ref] L: linux-serial@vger.kernel.org S: Maintained F: drivers/tty/serial/altera_uart.c F: drivers/tty/serial/altera_jtaguart.c F: include/linux/altera_uart.h F: include/linux/altera_jtaguart.h
Thanks Tobias