summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2012-07-21mmc: tmio: don't needlessly enable interrupts during probingGuennadi Liakhovetski
2012-07-21mmc: dw_mmc: Fix null dma_ops access when use_dma is falseJonathan Kliegman
2012-07-21mmc: add a function to get regulators, supplying card's powerGuennadi Liakhovetski
2012-07-21mmc: tmio: Don't access hardware registers after stopping clocksLaurent Pinchart
2012-07-21mmc: sh_mmcif: Support MMC_SLEEP_AWAKE commandLaurent Pinchart
2012-07-21mmc: dw_mmc: Add check for IDMAC configurationGirish K S
2012-07-21mmc: sdhci-pxa: Add device tree supportChris Ball
2012-07-10mmc: core: Export regulator_* functions as GPLChris Ball
2012-07-10mmc: block: replace __blk_end_request() with blk_end_request()Subhash Jadavani
2012-07-10mmc: core: Fix the HPI execution sequenceVenkatraman S
2012-07-10mmc: extend and rename cd-gpio helpers to handle more slot GPIO functionsGuennadi Liakhovetski
2012-07-10mmc: tmio: use MMC opcode defines instead of numbersGuennadi Liakhovetski
2012-07-10mmc: cd-gpio: pass IRQF_ONESHOT to request_threaded_irq()Guennadi Liakhovetski
2012-07-10mmc: core: Revert "skip card initialization if power class selection fails"Venkatraman S
2012-06-26Revert "mmc: omap_hsmmc: Enable Auto CMD12"Ming Lei
2012-06-26mmc: block: fix the data timeout issue with ACMD22Subhash Jadavani
2012-06-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-06-20Viresh has movedViresh Kumar
2012-06-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-06-17ARM: 7427/1: mmc: mmci: Defer probe() in case of yet uninitialized GPIOsRoland Stigge
2012-06-17ARM: 7426/1: mmc: mmci: Remove wrong error handling of gpio 0Roland Stigge
2012-06-14ARM: 7422/1: mmc: mmci: Allocate platform memory during Device Tree bootLee Jones
2012-06-06mmc: mxs-mmc: Move of_match_table out of CONFIG_PMMarek Vasut
2012-06-06mmc: sdhci-s3c: pass IRQF ONESHOT to request threaded irqHeiko Stübner
2012-06-06mmc: core: return an error on suspend if mmc_deselect_cards failsJaehoon Chung
2012-06-06mmc: omap: Fix broken reg_shift initializationTony Lindgren
2012-06-06mmc: omap: Fix NULL pointer dereference if mmc_omap_new_slot() failsTony Lindgren
2012-06-06mmc: omap: Fix a section warning regressionTony Lindgren
2012-06-06mmc: dw_mmc: correct the calculation for CLKDIVSeungwon Jeon
2012-06-06mmc: dw_mmc: fix incorrect setting of host->data of NULLSeungwon Jeon
2012-06-06mmc: dw_mmc: fix the IDMAC sw resetSeungwon Jeon
2012-06-06mmc: dw_mmc: fix the transmission handling in IDMACSeungwon Jeon
2012-06-06mmc: sdio: fix setting card data bus width as 4-bitYong Ding
2012-06-06mmc: atmel-mci: fix burst/chunk size modificationNicolas Ferre
2012-06-06mmc: atmel-mci: fix data timeout issueLudovic Desroches
2012-06-06mmc: sdhci: Use DBG() instead of pr_warning() on large timeoutChris Ball
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-25Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-21Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...Russell King
2012-05-17mmc: at91-mci: this driver is now deprecatedLudovic Desroches
2012-05-17mmc: omap_hsmmc: pass IRQF_ONESHOT to request_threaded_irqMing Lei
2012-05-17mmc: block: Allow disabling 512B sector size emulationSaugata Das
2012-05-17mmc: atmel-mci: add debug logsLudovic Desroches
2012-05-17mmc: atmel-mci: add support for version lower than v2xxLudovic Desroches
2012-05-17mmc: atmel-mci: change the state machine for compatibility with old IPLudovic Desroches
2012-05-17mmc: atmel-mci: the r/w proof capability lack was not well managedLudovic Desroches
2012-05-17mmc: dw_mmc: Fixed sdio interrupt mask bit setting bugKyoungil Kim