diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-14 16:42:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-14 16:42:43 -0400 |
commit | 2cf4d4514d5b43c1f3b64bd0ec8b9853bde8f1dc (patch) | |
tree | e35a625496acc6ac852846d40b8851186b9d1ac4 /MAINTAINERS | |
parent | 44b7532b8b464f606053562400719c9c21276037 (diff) | |
parent | ce53895a5d24e0ee19fb92f56c17323fb4c9ab27 (diff) |
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (417 commits)
MAINTAINERS: EB110ATX is not ebsa110
MAINTAINERS: update Eric Miao's email address and status
fb: add support of LCD display controller on pxa168/910 (base layer)
[ARM] 5552/1: ep93xx get_uart_rate(): use EP93XX_SYSCON_PWRCNT and EP93XX_SYSCON_PWRCN
[ARM] pxa/sharpsl_pm: zaurus needs generic pxa suspend/resume routines
[ARM] 5544/1: Trust PrimeCell resource sizes
[ARM] pxa/sharpsl_pm: cleanup of gpio-related code.
[ARM] pxa/sharpsl_pm: drop set_irq_type calls
[ARM] pxa/sharpsl_pm: merge pxa-specific code into generic one
[ARM] pxa/sharpsl_pm: merge the two sharpsl_pm.c since it's now pxa specific
[ARM] sa1100: remove unused collie_pm.c
[ARM] pxa: fix the conflicting non-static declarations of global_gpios[]
[ARM] 5550/1: Add default configure file for w90p910 platform
[ARM] 5549/1: Add clock api for w90p910 platform.
[ARM] 5548/1: Add gpio api for w90p910 platform
[ARM] 5551/1: Add multi-function pin api for w90p910 platform.
[ARM] Make ARM_VIC_NR depend on ARM_VIC
[ARM] 5546/1: ARM PL022 SSP/SPI driver v3
ARM: OMAP4: SMP: Update defconfig for OMAP4430
ARM: OMAP4: SMP: Enable SMP support for OMAP4430
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 95 |
1 files changed, 75 insertions, 20 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 90f81283b722..0765bb6aa3cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -681,6 +681,13 @@ M: sakoman@gmail.com | |||
681 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 681 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
682 | S: Maintained | 682 | S: Maintained |
683 | 683 | ||
684 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT | ||
685 | P: Philipp Zabel | ||
686 | M: philipp.zabel@gmail.com | ||
687 | S: Maintained | ||
688 | F: arch/arm/mach-pxa/hx4700.c | ||
689 | F: arch/arm/mach-pxa/include/mach/hx4700.h | ||
690 | |||
684 | ARM/HP JORNADA 7XX MACHINE SUPPORT | 691 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
685 | P: Kristoffer Ericson | 692 | P: Kristoffer Ericson |
686 | M: kristoffer.ericson@gmail.com | 693 | M: kristoffer.ericson@gmail.com |
@@ -4159,6 +4166,69 @@ S: Maintained | |||
4159 | F: drivers/video/riva/ | 4166 | F: drivers/video/riva/ |
4160 | F: drivers/video/nvidia/ | 4167 | F: drivers/video/nvidia/ |
4161 | 4168 | ||
4169 | OMAP SUPPORT | ||
4170 | P: Tony Lindgren <tony@atomide.com> | ||
4171 | M: tony@atomide.com | ||
4172 | L: linux-omap@vger.kernel.org | ||
4173 | W: http://www.muru.com/linux/omap/ | ||
4174 | W: http://linux.omap.com/ | ||
4175 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git | ||
4176 | S: Maintained | ||
4177 | F: arch/arm/*omap* | ||
4178 | |||
4179 | OMAP CLOCK FRAMEWORK SUPPORT | ||
4180 | P: Paul Walmsley | ||
4181 | M: paul@pwsan.com | ||
4182 | L: linux-omap@vger.kernel.org | ||
4183 | S: Maintained | ||
4184 | F: arch/arm/*omap*/*clock* | ||
4185 | |||
4186 | OMAP POWER MANAGEMENT SUPPORT | ||
4187 | P: Kevin Hilman | ||
4188 | M: khilman@deeprootsystems.com | ||
4189 | L: linux-omap@vger.kernel.org | ||
4190 | S: Maintained | ||
4191 | F: arch/arm/*omap*/*pm* | ||
4192 | |||
4193 | OMAP AUDIO SUPPORT | ||
4194 | P: Jarkko Nikula | ||
4195 | M: jhnikula@gmail.com | ||
4196 | L: alsa-devel@alsa-project.org (subscribers-only) | ||
4197 | L: linux-omap@vger.kernel.org | ||
4198 | S: Maintained | ||
4199 | F: sound/soc/omap/ | ||
4200 | |||
4201 | OMAP FRAMEBUFFER SUPPORT | ||
4202 | P: Imre Deak | ||
4203 | M: imre.deak@nokia.com | ||
4204 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4205 | L: linux-omap@vger.kernel.org | ||
4206 | S: Maintained | ||
4207 | F: drivers/video/omap/ | ||
4208 | |||
4209 | OMAP MMC SUPPORT | ||
4210 | P: Jarkko Lavinen | ||
4211 | M: jarkko.lavinen@nokia.com | ||
4212 | L: linux-kernel@vger.kernel.org | ||
4213 | L: linux-omap@vger.kernel.org | ||
4214 | S: Maintained | ||
4215 | F: drivers/mmc/host/*omap* | ||
4216 | |||
4217 | OMAP RANDOM NUMBER GENERATOR SUPPORT | ||
4218 | P: Deepak Saxena | ||
4219 | M: dsaxena@plexity.net | ||
4220 | S: Maintained | ||
4221 | F: drivers/char/hw_random/omap-rng.c | ||
4222 | |||
4223 | OMAP USB SUPPORT | ||
4224 | P: Felipe Balbi | ||
4225 | M: felipe.balbi@nokia.com | ||
4226 | P: David Brownell | ||
4227 | M: dbrownell@users.sourceforge.net | ||
4228 | L: linux-usb@vger.kernel.org | ||
4229 | L: linux-omap@vger.kernel.org | ||
4230 | S: Maintained | ||
4231 | |||
4162 | OMFS FILESYSTEM | 4232 | OMFS FILESYSTEM |
4163 | P: Bob Copeland | 4233 | P: Bob Copeland |
4164 | M: me@bobcopeland.com | 4234 | M: me@bobcopeland.com |
@@ -4597,7 +4667,7 @@ F: drivers/media/video/pvrusb2/ | |||
4597 | 4667 | ||
4598 | PXA2xx/PXA3xx SUPPORT | 4668 | PXA2xx/PXA3xx SUPPORT |
4599 | P: Eric Miao | 4669 | P: Eric Miao |
4600 | M: eric.miao@marvell.com | 4670 | M: eric.y.miao@gmail.com |
4601 | P: Russell King | 4671 | P: Russell King |
4602 | M: linux@arm.linux.org.uk | 4672 | M: linux@arm.linux.org.uk |
4603 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4673 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
@@ -4612,19 +4682,19 @@ F: sound/soc/pxa | |||
4612 | 4682 | ||
4613 | PXA168 SUPPORT | 4683 | PXA168 SUPPORT |
4614 | P: Eric Miao | 4684 | P: Eric Miao |
4615 | M: eric.miao@marvell.com | 4685 | M: eric.y.miao@gmail.com |
4616 | P: Jason Chagas | 4686 | P: Jason Chagas |
4617 | M: jason.chagas@marvell.com | 4687 | M: jason.chagas@marvell.com |
4618 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4688 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
4619 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4689 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
4620 | S: Supported | 4690 | S: Maintained |
4621 | 4691 | ||
4622 | PXA910 SUPPORT | 4692 | PXA910 SUPPORT |
4623 | P: Eric Miao | 4693 | P: Eric Miao |
4624 | M: eric.miao@marvell.com | 4694 | M: eric.y.miao@gmail.com |
4625 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4695 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
4626 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4696 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
4627 | S: Supported | 4697 | S: Maintained |
4628 | 4698 | ||
4629 | PXA MMCI DRIVER | 4699 | PXA MMCI DRIVER |
4630 | S: Orphan | 4700 | S: Orphan |
@@ -5145,7 +5215,6 @@ P: Vincent Sanders | |||
5145 | M: support@simtec.co.uk | 5215 | M: support@simtec.co.uk |
5146 | W: http://www.simtec.co.uk/products/EB110ATX/ | 5216 | W: http://www.simtec.co.uk/products/EB110ATX/ |
5147 | S: Supported | 5217 | S: Supported |
5148 | F: arch/arm/mach-ebsa110/ | ||
5149 | 5218 | ||
5150 | SIMTEC EB2410ITX (BAST) | 5219 | SIMTEC EB2410ITX (BAST) |
5151 | P: Ben Dooks | 5220 | P: Ben Dooks |
@@ -5559,20 +5628,6 @@ F: drivers/misc/tifm* | |||
5559 | F: drivers/mmc/host/tifm_sd.c | 5628 | F: drivers/mmc/host/tifm_sd.c |
5560 | F: include/linux/tifm.h | 5629 | F: include/linux/tifm.h |
5561 | 5630 | ||
5562 | TI OMAP MMC INTERFACE DRIVER | ||
5563 | P: Carlos Aguiar, Anderson Briglia and Syed Khasim | ||
5564 | M: linux-omap@vger.kernel.org | ||
5565 | W: http://linux.omap.com | ||
5566 | W: http://www.muru.com/linux/omap/ | ||
5567 | S: Maintained | ||
5568 | F: drivers/mmc/host/omap.c | ||
5569 | |||
5570 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT | ||
5571 | P: Deepak Saxena | ||
5572 | M: dsaxena@plexity.net | ||
5573 | S: Maintained | ||
5574 | F: drivers/char/hw_random/omap-rng.c | ||
5575 | |||
5576 | TIPC NETWORK LAYER | 5631 | TIPC NETWORK LAYER |
5577 | P: Per Liden | 5632 | P: Per Liden |
5578 | M: per.liden@ericsson.com | 5633 | M: per.liden@ericsson.com |