aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-02[ARM] pxamci: call mmc_remove_host() before freeing resourcesDaniel Mack1-2/+2
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-08mmc: sdio: don't require CISTPL_VERS_1 to contain 4 stringsDavid Vrabel1-4/+3
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-01sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz1-16/+49
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
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 King25-423/+3312
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-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre1-3/+0
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre5-54/+69
2009-09-23mmc: core SDIO suspend/resume supportNicolas Pitre1-89/+196
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees2-10/+10
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-23sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen1-1/+1
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-23sdio: fix read buffer overflowRoel Kluin1-1/+1
2009-09-23sdhci: be more strict with get_min_clock() usageAnton Vorontsov1-1/+2
2009-09-23sdio: add CD disable supportOhad Ben-Cohen1-0/+30
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