summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2012-07-22mmc: s3cmci: Convert s3cmci driver to gpiolib APISylwester Nawrocki1-7/+3
2012-07-22mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPSPhilip Rakity1-3/+5
2012-07-22mmc: mxs-mmc: enable regulator for mmc slotShawn Guo1-0/+11
2012-07-21mmc: only support voltage (vdd) that regulator agrees withPhilip Rakity1-0/+17
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity1-1/+1
2012-07-21mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulatorPhilip Rakity2-6/+23
2012-07-21mmc: sh_mmcif: support generic card-detectionGuennadi Liakhovetski1-0/+18
2012-07-21mmc: sh-mmcif: add OF support, make platform data optionalGuennadi Liakhovetski1-9/+20
2012-07-21mmc: sdhi: add OF support, make platform data optionalGuennadi Liakhovetski1-12/+23
2012-07-21mmc: tmio: use generic GPIO CD and WP handlersGuennadi Liakhovetski1-0/+6
2012-07-21mmc: sh_mobile_sdhi: support caps2 flagsGuennadi Liakhovetski1-0/+1
2012-07-21mmc: tmio: support caps2 flagsGuennadi Liakhovetski1-0/+1
2012-07-21mmc: sh_mmcif: add regulator supportGuennadi Liakhovetski1-7/+31
2012-07-21mmc: sh_mmcif: remove redundant .down_pwr() callbackGuennadi Liakhovetski1-2/+2
2012-07-21mmc: sh_mmcif: re-read the clock frequency every time it is turned onGuennadi Liakhovetski1-5/+18
2012-07-21mmc: sh_mmcif: fix clock managementGuennadi Liakhovetski1-23/+23
2012-07-21mmc: sh_mmcif: simplify and use meaningful label names in error-handlingGuennadi Liakhovetski1-21/+20
2012-07-21mmc: tmio: remove a duplicated comment lineGuennadi Liakhovetski1-1/+0
2012-07-21mmc: sdhi: do not install dummy callbacksGuennadi Liakhovetski1-8/+6
2012-07-21mmc: tmio: add regulator supportGuennadi Liakhovetski1-8/+29
2012-07-21mmc: sdhi: implement tmio-mmc clock enable-update and disable callbacksGuennadi Liakhovetski1-1/+23
2012-07-21mmc: tmio: add callbacks to enable-update and disable the interface clockGuennadi Liakhovetski1-3/+32
2012-07-21mmc: tmio: don't needlessly enable interrupts during probingGuennadi Liakhovetski1-10/+11
2012-07-21mmc: dw_mmc: Fix null dma_ops access when use_dma is falseJonathan Kliegman1-1/+1
2012-07-21mmc: tmio: Don't access hardware registers after stopping clocksLaurent Pinchart1-8/+10
2012-07-21mmc: sh_mmcif: Support MMC_SLEEP_AWAKE commandLaurent Pinchart1-10/+4
2012-07-21mmc: dw_mmc: Add check for IDMAC configurationGirish K S1-2/+13
2012-07-21mmc: sdhci-pxa: Add device tree supportChris Ball2-0/+106
2012-07-11mmc: extend and rename cd-gpio helpers to handle more slot GPIO functionsGuennadi Liakhovetski1-3/+3
2012-07-11mmc: tmio: use MMC opcode defines instead of numbersGuennadi Liakhovetski1-3/+4
2012-06-27Revert "mmc: omap_hsmmc: Enable Auto CMD12"Ming Lei1-12/+3
2012-06-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+2
2012-06-21Viresh has movedViresh Kumar1-2/+2
2012-06-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-5/+14
2012-06-18ARM: 7427/1: mmc: mmci: Defer probe() in case of yet uninitialized GPIOsRoland Stigge1-0/+8
2012-06-18ARM: 7426/1: mmc: mmci: Remove wrong error handling of gpio 0Roland Stigge1-5/+0
2012-06-14ARM: 7422/1: mmc: mmci: Allocate platform memory during Device Tree bootLee Jones1-0/+6
2012-06-06mmc: mxs-mmc: Move of_match_table out of CONFIG_PMMarek Vasut1-1/+1
2012-06-06mmc: sdhci-s3c: pass IRQF ONESHOT to request threaded irqHeiko Stübner1-1/+1
2012-06-06mmc: omap: Fix broken reg_shift initializationTony Lindgren1-2/+1
2012-06-06mmc: omap: Fix NULL pointer dereference if mmc_omap_new_slot() failsTony Lindgren1-5/+8
2012-06-06mmc: omap: Fix a section warning regressionTony Lindgren1-1/+1
2012-06-06mmc: dw_mmc: correct the calculation for CLKDIVSeungwon Jeon1-4/+5
2012-06-06mmc: dw_mmc: fix incorrect setting of host->data of NULLSeungwon Jeon1-1/+1
2012-06-06mmc: dw_mmc: fix the IDMAC sw resetSeungwon Jeon1-12/+12
2012-06-06mmc: dw_mmc: fix the transmission handling in IDMACSeungwon Jeon1-1/+0
2012-06-06mmc: atmel-mci: fix burst/chunk size modificationNicolas Ferre2-3/+19
2012-06-06mmc: atmel-mci: fix data timeout issueLudovic Desroches1-2/+2
2012-06-06mmc: sdhci: Use DBG() instead of pr_warning() on large timeoutChris Ball1-2/+2
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-86/+111