diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-05 13:18:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-05 13:18:21 -0400 |
commit | 0a053e8c71d666daf30da2d407147b1293923d8b (patch) | |
tree | 9ba3967845db9053cb2ca045f01a9454eb5e6230 /MAINTAINERS | |
parent | 601cc11d054ae4b5e9b5babec3d8e4667a2cb9b5 (diff) | |
parent | 32ab83a56fdf42f543b86c349143c2a86ead9707 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc: (42 commits)
atmel-mci: fix sdc_reg typo
tmio_mmc: add maintainer
mmc: Add OpenFirmware bindings for SDHCI driver
sdhci: Add quirk for forcing maximum block size to 2048 bytes
sdhci: Add quirk for controllers that need IRQ re-init after reset
sdhci: Add quirk for controllers that need small delays for PIO
sdhci: Add set_clock callback and a quirk for nonstandard clocks
sdhci: Add get_{max,timeout}_clock callbacks
sdhci: Add support for hosts reporting inverted write-protect state
sdhci: Add support for card-detection polling
sdhci: Enable only relevant (DMA/PIO) interrupts during transfers
sdhci: Split card-detection IRQs management from sdhci_init()
sdhci: Add support for bus-specific IO memory accessors
mmc_spi: adjust for delayed data token response
omap_hsmmc: Wait for SDBP
omap_hsmmc: Fix MMC3 dma
omap_hsmmc: Disable SDBP at suspend
omap_hsmmc: Do not prefix slot name
omap_hsmmc: Allow cover switch to cause rescan
omap_hsmmc: Add 8-bit bus width mode support
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6360b9b9bbbd..9e2eb319113b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2924,6 +2924,12 @@ M: buytenh@marvell.com | |||
2924 | L: netdev@vger.kernel.org | 2924 | L: netdev@vger.kernel.org |
2925 | S: Supported | 2925 | S: Supported |
2926 | 2926 | ||
2927 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER | ||
2928 | P: Nicolas Pitre | ||
2929 | M: nico@cam.org | ||
2930 | L: linux-kernel@vger.kernel.org | ||
2931 | S: Maintained | ||
2932 | |||
2927 | MARVELL YUKON / SYSKONNECT DRIVER | 2933 | MARVELL YUKON / SYSKONNECT DRIVER |
2928 | P: Mirko Lindner | 2934 | P: Mirko Lindner |
2929 | M: mlindner@syskonnect.de | 2935 | M: mlindner@syskonnect.de |
@@ -3916,7 +3922,14 @@ S: Maintained | |||
3916 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 3922 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
3917 | P: Pierre Ossman | 3923 | P: Pierre Ossman |
3918 | M: drzeus-sdhci@drzeus.cx | 3924 | M: drzeus-sdhci@drzeus.cx |
3919 | L: sdhci-devel@list.drzeus.cx | 3925 | L: sdhci-devel@lists.ossman.eu |
3926 | S: Maintained | ||
3927 | |||
3928 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | ||
3929 | P: Anton Vorontsov | ||
3930 | M: avorontsov@ru.mvista.com | ||
3931 | L: linuxppc-dev@ozlabs.org | ||
3932 | L: sdhci-devel@lists.ossman.eu | ||
3920 | S: Maintained | 3933 | S: Maintained |
3921 | 3934 | ||
3922 | SECURITY SUBSYSTEM | 3935 | SECURITY SUBSYSTEM |
@@ -4394,6 +4407,11 @@ L: tlinux-users@tce.toshiba-dme.co.jp | |||
4394 | W: http://www.buzzard.org.uk/toshiba/ | 4407 | W: http://www.buzzard.org.uk/toshiba/ |
4395 | S: Maintained | 4408 | S: Maintained |
4396 | 4409 | ||
4410 | TMIO MMC DRIVER | ||
4411 | P: Ian Molton | ||
4412 | M: ian@mnementh.co.uk | ||
4413 | S: Maintained | ||
4414 | |||
4397 | TPM DEVICE DRIVER | 4415 | TPM DEVICE DRIVER |
4398 | P: Debora Velarde | 4416 | P: Debora Velarde |
4399 | M: debora@linux.vnet.ibm.com | 4417 | M: debora@linux.vnet.ibm.com |