aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Merge branch 'devel-stable' into develRussell King1-4/+6
2009-12-04Merge branch 'pending-misc' (early part) into develRussell King3-2/+2
2009-12-01pxamci: introduce mmc_has_26mhz() and include pxa935Haojian Zhuang1-4/+6
2009-11-24ARM: 5785/1: Use ST vendor enum instead of numeralLinus Walleij1-1/+1
2009-11-12mmci-omap: free irq resourceLadislav Michl1-0/+1
2009-10-29omap_hsmmc: add missing probe handler hookRoger Quadros1-1/+1
2009-10-22mmc: at91_mci: Don't include asm/mach/mmc.hUwe Kleine-König1-1/+0
2009-10-12[ARM] pxamci: fix printing gpio numbers in pxamci_probeAntonio Ospite1-2/+2
2009-10-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+0
2009-10-01s3cmci: add better support for no card detect or write protect availableBen Dooks1-21/+25
2009-10-01s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks2-2/+14
2009-10-01s3cmci: DMA fixesBen Dooks2-18/+47
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks2-8/+65
2009-10-01s3cmci: add SDIO IRQ supportBen Dooks2-10/+156
2009-10-01s3cmci: add debugfs support for examining driver and hardware stateBen Dooks2-0/+132
2009-10-01s3cmci: fix direct write to interrupt maskBen Dooks1-3/+3
2009-10-01s3cmci: change to use dev_pm_opsBen Dooks1-11/+18
2009-10-01s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks1-18/+69
2009-10-01s3cmci: update probe to use new platform id listBen Dooks1-47/+24
2009-10-01s3cmci: use resource_size() instead of local macroBen Dooks1-6/+4
2009-10-01ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3Linus Walleij1-2/+0
2009-09-24Merge branch 'origin' into for-linusRussell King12-256/+2541
2009-09-24Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+8
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-23sdhci: increase timeout for internal clock stabilization.Chris Ball1-2/+2
2009-09-23sdhci: support for ADMA only hostsRichard Röjfors3-23/+21
2009-09-23omap4: mmc driver support on OMAP4kishore kadiyala2-3/+13
2009-09-23sdhci: add no-card-no-reset quirk for Ricoh R5C822/Sony Z11Chris Ball1-1/+2
2009-09-23atmel-mci: unified Atmel MCI drivers (AVR32 & AT91)Rob Emanuele2-7/+42
2009-09-23sdhci-of: cleanup eSDHC's set_clock() a little bitAnton Vorontsov1-11/+8
2009-09-23sdhci-of: don't hard-code inverted write-protect quirkAnton Vorontsov1-1/+13
2009-09-23sdhci-of: fix high-speed cards recognitionAnton Vorontsov3-10/+10
2009-09-23sdhci-of: avoid writing reserved bits into host control registerAnton Vorontsov1-0/+6
2009-09-23sdhci-of: fix SD clock calculationAnton Vorontsov1-0/+1
2009-09-23sdhci: be more strict with get_min_clock() usageAnton Vorontsov1-1/+2
2009-09-23omap_hsmmc: set a large data timeout for commands with busy signalAdrian Hunter1-4/+11
2009-09-23omap_hsmmc: ensure all clock enables and disables are pairedAdrian Hunter1-27/+33
2009-09-23omap_hsmmc: protect the card when the cover is openAdrian Hunter1-2/+61
2009-09-23omap_hsmmc: code refactoringDenis Karpov1-159/+161
2009-09-23omap_hsmmc: prevent races with irq handlerAdrian Hunter1-0/+25
2009-09-23omap_hsmmc: cater for weird CMD6 behaviourAdrian Hunter1-0/+7
2009-09-23omap_hsmmc: clear interrupt status after init sequenceAdrian Hunter1-0/+4
2009-09-23omap_hsmmc: cleanup macro usageDenis Karpov1-23/+19
2009-09-23omap_hsmmc: fix NULL pointer dereferenceJarkko Lavinen1-1/+1
2009-09-23omap_hsmmc: add mmc card sleep and awake supportJarkko Lavinen1-74/+88
2009-09-23omap_hsmmc: put MMC regulator to sleepAdrian Hunter1-5/+54
2009-09-23omap_hsmmc: support for deeper power saving statesDenis Karpov1-30/+215
2009-09-23omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter1-0/+3
2009-09-23omap_hsmmc: fix scatter-gather list sanity checkingJarkko Lavinen1-2/+12
2009-09-23omap_hsmmc: ensure workqueues are empty before suspendAdrian Hunter1-16/+34