summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter2009-09-233-6/+174
| * | | | sdio: do not ignore MMC_VDD_165_195Ohad Ben-Cohen2009-09-231-7/+0Star
| * | | | mmc: register mmci-omap-hs using platform_driver_probeUwe Kleine-König2009-09-231-2/+1Star
| * | | | msm_sdcc.c: move overly indented code to separate functionJoe Perches2009-09-231-69/+63Star
| * | | | msm_sdcc.c: stylistic cleaningJoe Perches2009-09-231-21/+24
| * | | | msm_sdcc.c: convert printk(KERN_<level> to pr_<level>(Joe Perches2009-09-231-58/+47Star
| * | | | mmc: msm_sdccc: driver for HTC DreamSan Mehat2009-09-234-0/+1547
| * | | | OMAP: HSMMC: do not enable buffer ready interrupt if using DMAAnand Gadiyar2009-09-231-1/+8
| * | | | mmc: in mmc_power_up(), use previously selected ocr if availableBalaji Rao2009-09-231-1/+7
| |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
| |\ \ \
| | * | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
| * | | | const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
| |/ / /
* | | | Merge branch 'master' into for-linusRussell King2009-09-222-2/+2
|\| | |
| * | | driver model: constify attribute groupsDavid Brownell2009-09-152-2/+2
* | | | ARM: 5721/1: MMCI enable the use of a regulatorLinus Walleij2009-09-222-4/+47
* | | | ARM: 5720/1: Move MMCI header to amba include dirLinus Walleij2009-09-222-3/+3
* | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2009-09-211-11/+93
|\ \ \ \
| * | | | [ARM] pxa: update pxamci.c to use 'struct dev_pm_ops'Mike Rapoport2009-09-101-10/+13
| * | | | [ARM] pxamci: add simple gpio controlsRobert Jarzmik2009-09-101-1/+80
| | |_|/ | |/| |
* | | | ARM: 5698/1: MMCI pass capabilities in platform dataLinus Walleij2009-09-151-0/+4
* | | | ARM: 5697/1: MMCI Break out clock divider setupLinus Walleij2009-09-151-17/+34
| |/ / |/| |
* | | Merge branch 'master' into develRussell King2009-09-121-1/+1
|\| |
| * | drivers/mmc: correct error-handling codeJulia Lawall2009-08-071-1/+1
* | | Merge branch 'devel-stable' into develRussell King2009-09-128-14/+32
|\ \ \
| * | | ARM: 5636/1: Move vendor enum to AMBA includeLinus Walleij2009-09-121-3/+3
| |/ /
| * | imxmmc: Remove unnecessary semicolonsJoe Perches2009-07-311-1/+1
| * | cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2009-07-311-3/+3
| * | sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2009-07-311-2/+8
| * | sdhci: get rid of "frequency too high" flood when using eSDHCAnton Vorontsov2009-07-303-1/+13
| * | mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre2009-07-211-2/+2
| * | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-07-091-2/+2
| |\ \
| | * | pxamci: correct DMA flow controlMatt Reimer2009-07-031-2/+2
| | |/
| | |
| \ \
*-. | | Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King2009-09-121-0/+6
|\ \| | | | |/ | |/|
| | * spi: add spi_master flag wordDavid Brownell2009-07-011-0/+6
| |/
* | ARM: 5685/1: Make MMCI driver compile without gpiolibLinus Walleij2009-09-021-0/+2
* | MMC: MMCI: use gpiolib for card detect/write protectRussell King2009-07-092-2/+63
* | MMC: MMCI: use AMBA bus accessorsRussell King2009-07-091-4/+4
|/
* sdhci: remove needless double parenthesisPierre Ossman2009-06-211-3/+3
* sdhci: Specific quirk vor VIA SDHCI controller in VX855ESHarald Welte2009-06-213-0/+29
* s3cmci: fix dma configuration callBen Dooks2009-06-211-1/+1
* mmc: Add new via-sdmmc host controller driverHarald Welte2009-06-213-0/+1374
* sdhci: Add support for hosts that are only capable of 1-bit transfersAnton Vorontsov2009-06-213-1/+9
* sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirkBen Dooks2009-06-213-1/+6
* sdhci: Add better ADMA error reportingBen Dooks2009-06-211-1/+33
* sdhci-s3c: Samsung S3C based SDHCI controller glueBen Dooks2009-06-213-0/+451
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-06-1416-203/+1453
|\
| * atmel-mci: add MCI2 register definitionsNicolas Ferre2009-06-131-0/+22
| * atmel-mci: Integrate AT91 specific definition in header fileNicolas Ferre2009-06-131-0/+11
| * tmio_mmc: allow compilation for ASIC3Philipp Zabel2009-06-132-3/+3
| * mmc_block: do not DMA to stackBen Dooks2009-06-131-4/+12