diff options
author | Linus Torvalds <[email protected]> | 2012-05-22 09:19:51 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-05-22 09:19:51 -0700 |
commit | 32b908eea9e5ecd1049008e134eadbfcd0da5e38 (patch) | |
tree | fb25ad42ecf8ad25e9ef533b799d5906d203c59b | |
parent | 25f3cdf87c6b6dd55605b5b4332008de10cfaaff (diff) | |
parent | 47ac3e44cfd253a227734ed375435566ffddc173 (diff) |
Merge tag 'maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull arm-soc updates for MAINTAINERS file from Olof Johansson:
"This is a collection of updates to the MAINTAINERS file, separated out
mostly to give an overview of what has changed regarding who does what.
In particular, at91, orion and prima2 platforms and drivers are
updated in this batch."
* tag 'maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
MAINTAINER: add some drivers upstreamed in CSR SIRFPRIMA2
maintainership update for the Marvell Orion family of SOCs
MAINTAINERS: remove non-responding web link for atmel_usba driver
MAINTAINERS: add entry for Atmel timer counter (TC)
MAINTAINERS: add entry for Atmel DMA driver
MAINTAINERS: add entry for Atmel touch screen ADC controller driver
MAINTAINERS: add entry for Atmel isi driver
-rw-r--r-- | MAINTAINERS | 43 |
1 files changed, 37 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d4abe7572ead..404feb76249d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -746,7 +746,10 @@ M: Barry Song <[email protected]> L: [email protected] (moderated for non-subscribers) S: Maintained F: arch/arm/mach-prima2/ -F: drivers/dma/sirf-dma* +F: drivers/dma/sirf-dma.c +F: drivers/i2c/busses/i2c-sirf.c +F: drivers/pinctrl/pinctrl-sirf.c +F: drivers/spi/spi-sirf.c ARM/EBSA110 MACHINE SUPPORT M: Russell King <[email protected]> @@ -908,11 +911,12 @@ ARM/MAGICIAN MACHINE SUPPORT M: Philipp Zabel <[email protected]> S: Maintained -ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support -M: Lennert Buytenhek <[email protected]> -M: Nicolas Pitre <[email protected]> +ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support +M: Jason Cooper <[email protected]> +M: Andrew Lunn <[email protected]> L: [email protected] (moderated for non-subscribers) -S: Odd Fixes +S: Maintained +F: arch/arm/mach-dove/ F: arch/arm/mach-kirkwood/ F: arch/arm/mach-mv78xx0/ F: arch/arm/mach-orion5x/ @@ -1331,6 +1335,21 @@ M: Nicolas Ferre <[email protected]> S: Supported F: drivers/tty/serial/atmel_serial.c +ATMEL DMA DRIVER +M: Nicolas Ferre <[email protected]> +L: [email protected] (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 <[email protected]> +S: Supported +F: drivers/media/video/atmel-isi.c +F: include/media/atmel-isi.h + ATMEL LCDFB DRIVER M: Nicolas Ferre <[email protected]> @@ -1348,10 +1367,22 @@ M: Nicolas Ferre <[email protected]> S: Supported F: drivers/spi/spi-atmel.* +ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS +M: Nicolas Ferre <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Supported +F: drivers/misc/atmel_tclib.c +F: drivers/clocksource/tcb_clksrc.c + +ATMEL TSADCC DRIVER +M: Josh Wu <[email protected]> +S: Supported +F: drivers/input/touchscreen/atmel_tsadcc.c + ATMEL USBA UDC DRIVER M: Nicolas Ferre <[email protected]> L: [email protected] (moderated for non-subscribers) -W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver S: Supported F: drivers/usb/gadget/atmel_usba_udc.* |