* [PATCH 0/5] ARM: at91: update MAINTAINERS entries
@ 2012-04-11 11:54 Nicolas Ferre
2012-04-11 11:54 ` [PATCH 1/5] MAINTAINERS: add entry for Atmel isi driver Nicolas Ferre
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Nicolas Ferre @ 2012-04-11 11:54 UTC (permalink / raw)
To: linux-arm-kernel
Here are some additions to the MAINTAINERS file regarding AT91 related drivers.
Josh and I are adding entries for drivers that we have been taking care of
since quite some time.
Patches on top of 3.4-rc2.
Josh Wu (2):
MAINTAINERS: add entry for Atmel isi driver
MAINTAINERS: add entry for Atmel touch screen ADC controller driver
Nicolas Ferre (3):
MAINTAINERS: add entry for Atmel DMA driver
MAINTAINERS: add entry for Atmel timer counter (TC)
MAINTAINERS: remove non-responding web link for atmel_usba driver
MAINTAINERS | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
Best regards,
--
1.7.9.4
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/5] MAINTAINERS: add entry for Atmel isi driver
2012-04-11 11:54 [PATCH 0/5] ARM: at91: update MAINTAINERS entries Nicolas Ferre
@ 2012-04-11 11:54 ` Nicolas Ferre
2012-04-11 11:54 ` [PATCH 2/5] MAINTAINERS: add entry for Atmel touch screen ADC controller driver Nicolas Ferre
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2012-04-11 11:54 UTC (permalink / raw)
To: linux-arm-kernel
From: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2dcfca8..652dad7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1331,6 +1331,13 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com>
S: Supported
F: drivers/tty/serial/atmel_serial.c
+ATMEL ISI DRIVER
+M: Josh Wu <josh.wu@atmel.com>
+L: linux-media at vger.kernel.org
+S: Supported
+F: drivers/media/video/atmel-isi.c
+F: include/media/atmel-isi.h
+
ATMEL LCDFB DRIVER
M: Nicolas Ferre <nicolas.ferre@atmel.com>
L: linux-fbdev at vger.kernel.org
--
1.7.9.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/5] MAINTAINERS: add entry for Atmel touch screen ADC controller driver
2012-04-11 11:54 [PATCH 0/5] ARM: at91: update MAINTAINERS entries Nicolas Ferre
2012-04-11 11:54 ` [PATCH 1/5] MAINTAINERS: add entry for Atmel isi driver Nicolas Ferre
@ 2012-04-11 11:54 ` Nicolas Ferre
2012-04-11 11:54 ` [PATCH 3/5] MAINTAINERS: add entry for Atmel DMA driver Nicolas Ferre
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2012-04-11 11:54 UTC (permalink / raw)
To: linux-arm-kernel
From: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 652dad7..0ac46d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1355,6 +1355,12 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com>
S: Supported
F: drivers/spi/spi-atmel.*
+ATMEL TSADCC DRIVER
+M: Josh Wu <josh.wu@atmel.com>
+L: linux-input at vger.kernel.org
+S: Supported
+F: drivers/input/touchscreen/atmel_tsadcc.c
+
ATMEL USBA UDC DRIVER
M: Nicolas Ferre <nicolas.ferre@atmel.com>
L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
--
1.7.9.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/5] MAINTAINERS: add entry for Atmel DMA driver
2012-04-11 11:54 [PATCH 0/5] ARM: at91: update MAINTAINERS entries Nicolas Ferre
2012-04-11 11:54 ` [PATCH 1/5] MAINTAINERS: add entry for Atmel isi driver Nicolas Ferre
2012-04-11 11:54 ` [PATCH 2/5] MAINTAINERS: add entry for Atmel touch screen ADC controller driver Nicolas Ferre
@ 2012-04-11 11:54 ` Nicolas Ferre
2012-04-11 11:54 ` [PATCH 4/5] MAINTAINERS: add entry for Atmel timer counter (TC) Nicolas Ferre
2012-04-11 11:54 ` [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver Nicolas Ferre
4 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2012-04-11 11:54 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0ac46d8..4fc6a6c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1331,6 +1331,14 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com>
S: Supported
F: drivers/tty/serial/atmel_serial.c
+ATMEL DMA DRIVER
+M: Nicolas Ferre <nicolas.ferre@atmel.com>
+L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+S: Supported
+F: drivers/dma/at_hdmac.c
+F: drivers/dma/at_hdmac_regs.h
+F: arch/arm/mach-at91/include/mach/at_hdmac.h
+
ATMEL ISI DRIVER
M: Josh Wu <josh.wu@atmel.com>
L: linux-media at vger.kernel.org
--
1.7.9.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/5] MAINTAINERS: add entry for Atmel timer counter (TC)
2012-04-11 11:54 [PATCH 0/5] ARM: at91: update MAINTAINERS entries Nicolas Ferre
` (2 preceding siblings ...)
2012-04-11 11:54 ` [PATCH 3/5] MAINTAINERS: add entry for Atmel DMA driver Nicolas Ferre
@ 2012-04-11 11:54 ` Nicolas Ferre
2012-04-11 11:54 ` [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver Nicolas Ferre
4 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2012-04-11 11:54 UTC (permalink / raw)
To: linux-arm-kernel
Add an entry for the Timer Counter (TC) library and the clocksource
driver that is using this library.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4fc6a6c..be04d43 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1363,6 +1363,13 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com>
S: Supported
F: drivers/spi/spi-atmel.*
+ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
+M: Nicolas Ferre <nicolas.ferre@atmel.com>
+L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+S: Supported
+F: drivers/misc/atmel_tclib.c
+F: drivers/clocksource/tcb_clksrc.c
+
ATMEL TSADCC DRIVER
M: Josh Wu <josh.wu@atmel.com>
L: linux-input at vger.kernel.org
--
1.7.9.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver
2012-04-11 11:54 [PATCH 0/5] ARM: at91: update MAINTAINERS entries Nicolas Ferre
` (3 preceding siblings ...)
2012-04-11 11:54 ` [PATCH 4/5] MAINTAINERS: add entry for Atmel timer counter (TC) Nicolas Ferre
@ 2012-04-11 11:54 ` Nicolas Ferre
2012-04-11 19:47 ` Hans-Christian Egtvedt
4 siblings, 1 reply; 8+ messages in thread
From: Nicolas Ferre @ 2012-04-11 11:54 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index be04d43..cde4008 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1379,7 +1379,6 @@ F: drivers/input/touchscreen/atmel_tsadcc.c
ATMEL USBA UDC DRIVER
M: Nicolas Ferre <nicolas.ferre@atmel.com>
L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
-W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
S: Supported
F: drivers/usb/gadget/atmel_usba_udc.*
--
1.7.9.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver
2012-04-11 11:54 ` [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver Nicolas Ferre
@ 2012-04-11 19:47 ` Hans-Christian Egtvedt
2012-04-11 20:23 ` Håvard Skinnemoen
0 siblings, 1 reply; 8+ messages in thread
From: Hans-Christian Egtvedt @ 2012-04-11 19:47 UTC (permalink / raw)
To: linux-arm-kernel
Around Wed 11 Apr 2012 13:54:46 +0200 or thereabout, Nicolas Ferre wrote:
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
> Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index be04d43..cde4008 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1379,7 +1379,6 @@ F: drivers/input/touchscreen/atmel_tsadcc.c
> ATMEL USBA UDC DRIVER
> M: Nicolas Ferre <nicolas.ferre@atmel.com>
> L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
> -W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
> S: Supported
> F: drivers/usb/gadget/atmel_usba_udc.*
FWIW, I'm mirroring the old contents of avr32linux.org, it will eventually
reappear on mirror.egtvedt.no/avr32linux.org, for the URL above it'll be
http://mirror.egtvedt.no/avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
I'll get graphics and attached files do download when I have completed the
initial mirroring.
With regards to this specific driver, I am unsure how much information the
wiki really gives, it is probably out of sync as well now...
--
mvh
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver
2012-04-11 19:47 ` Hans-Christian Egtvedt
@ 2012-04-11 20:23 ` Håvard Skinnemoen
0 siblings, 0 replies; 8+ messages in thread
From: Håvard Skinnemoen @ 2012-04-11 20:23 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 11, 2012 at 12:47 PM, Hans-Christian Egtvedt
<egtvedt@samfundet.no> wrote:
> With regards to this specific driver, I am unsure how much information the
> wiki really gives, it is probably out of sync as well now...
Hmm, yeah. The patches on that page are certainly useless, as they
were merged a long time ago. I don't think the "known issues" are
really valid anymore either.
Havard
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-04-11 20:23 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11 11:54 [PATCH 0/5] ARM: at91: update MAINTAINERS entries Nicolas Ferre
2012-04-11 11:54 ` [PATCH 1/5] MAINTAINERS: add entry for Atmel isi driver Nicolas Ferre
2012-04-11 11:54 ` [PATCH 2/5] MAINTAINERS: add entry for Atmel touch screen ADC controller driver Nicolas Ferre
2012-04-11 11:54 ` [PATCH 3/5] MAINTAINERS: add entry for Atmel DMA driver Nicolas Ferre
2012-04-11 11:54 ` [PATCH 4/5] MAINTAINERS: add entry for Atmel timer counter (TC) Nicolas Ferre
2012-04-11 11:54 ` [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver Nicolas Ferre
2012-04-11 19:47 ` Hans-Christian Egtvedt
2012-04-11 20:23 ` Håvard Skinnemoen
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).