summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: allow for eMMC 74 clock generation by controllerPhilip Rakity2010-10-232-0/+5
* mmc: sdhci: highspeed: check for mmc as well as sd cardsPhilip Rakity2010-10-231-2/+3
* mmc: sdhci: Add Moorestown device supportAlan Cox2010-10-231-0/+39
* mmc: sdhci: Intel Medfield supportXiaochen Shen2010-10-231-0/+48
* mmc: sdhci: Allow the probe handler to override slotsAlan Cox2010-10-231-0/+2
* mmc: sdhci: split up sdhci.h for sdhci-pltfm usersGiuseppe Cavallaro2010-10-231-131/+7Star
* mmc: sdhci: fix "pwr may be used uninitialized" warningGiuseppe Cavallaro2010-10-231-4/+2Star
* mmc: sdhci-pltfm: add suspend/resume functionsGiuseppe Cavallaro2010-10-231-0/+21
* mmc: Move regulator handling closer to coreLinus Walleij2010-10-233-26/+64
* mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable caseJaehoon Chung2010-10-231-1/+2
* mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney2010-10-231-4/+0Star
* mmc: sdhci: print out controller name for register debugPhilip Rakity2010-10-231-1/+2
* mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilitiesGiuseppe Cavallaro2010-10-231-1/+1
* mmc: sdhci: Enable high-speed support for MMC cardsZhangfei Gao2010-10-231-1/+1
* mmc: SDHC 3.0: correct f_min calculation for SD 3.0 specZhangfei Gao2010-10-232-3/+12
* mmc: SDHC 3.0: Base clock frequency change in spec 3.0Zhangfei Gao2010-10-232-2/+8
* mmc: SDHC 3.0: support 10-bit divided clock modeZhangfei Gao2010-10-232-5/+25
* mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis2010-10-231-1/+1
* mmc: USB SD Host Controller (USHC) driverDavid Vrabel2010-10-233-0/+581
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-2321-44/+25Star
* mmc: au1xmmc.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
* mmc: atmel-mci.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
* mmc: at91_mci.c: use resource_size()H Hartley Sweeten2010-10-231-4/+4
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-222-20/+64
|\
| *---. Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King2010-10-189-40/+85
| |\ \ \
| | | | * ARM: 6437/2: mmci: add some register defines for ST Micro variantsLinus Walleij2010-10-111-4/+10
| | | | * ARM: 6370/1: mmci: use _cansleep GPIO functionsLinus Walleij2010-09-231-2/+3
| | | | * ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specifiedRabin Vincent2010-09-231-3/+7
| | | | * ARM: 6308/1: mmci: support card detection interruptsRabin Vincent2010-09-232-1/+24
| | | | * ARM: 6310/1: mmci: support different FIFO sizesRabin Vincent2010-08-262-10/+19
| | | | * ARM: 6307/1: mmci: allow the card detect GPIO value not to be invertedRabin Vincent2010-08-261-2/+3
| | |_|/ | |/| |
* | | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1Star
* | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-1/+0Star
| |_|/ |/| |
* | | mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_removeMarek Szyprowski2010-09-261-2/+4
* | | mmc: sdhci-s3c: fix incorrect spinlock usage after mergeMarek Szyprowski2010-09-261-2/+4
| |/ |/|
* | drivers/mmc/host/imxmmc.c: adjust confusing if indentationJulia Lawall2010-09-101-1/+2
* | omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspendEthan Du2010-09-101-1/+1
* | mmc: at91_mci: add missing linux/highmem.h includeMarc Kleine-Budde2010-09-101-0/+1
* | omap_hsmmc: remove unused local `state'Sergio Aguirre2010-09-101-1/+0Star
* | ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selectedJiri Pinkava2010-09-101-1/+1
* | mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski2010-09-102-8/+7Star
* | tmio_mmc: don't clear unhandled pending interruptsYusuke Goda2010-09-101-4/+1Star
|/
* drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park2010-08-201-3/+3
* sdhci: add no hi-speed bit quirk supportKyungmin Park2010-08-202-1/+4
* s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park2010-08-201-1/+1
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-141-48/+11Star
|\
| * Merge commit 'v2.6.35-rc6' into spi/testGrant Likely2010-07-261-0/+20
| |\
| * | spi/mmc_spi: mmc_spi adaptations for SPI bus locking APIErnst Schwab2010-07-041-48/+11Star
* | | Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-08-143-17/+29
|\ \ \
| * | | mmc: msm_sdcc: Rename config MMC_MSM7X00A to MMC_MSMSahitya Tummala2010-08-102-4/+5