aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12mmc: mmci: Add DT bindings for feedback clock pinUlf Hansson1-0/+2
2014-05-12mmc: mmci: Add DT bindings for signal directionUlf Hansson1-0/+11
2014-05-12mmc: mmci: Convert to devm functionsUlf Hansson1-35/+17
2014-05-12mmc: mmci: Convert to the mmc gpio APIUlf Hansson1-82/+15
2014-05-12mmc: mmci: Put the device into low power state at system suspendUlf Hansson1-31/+2
2014-05-12mmc: mmci: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson1-2/+2
2014-05-12mmc: mmci: Mask IRQs for all variants during runtime suspendUlf Hansson1-12/+11
2014-04-20mmc: mmci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-2/+4
2014-02-23mmc: mmci: Enable support for busy detection for ux500 variantUlf Hansson1-8/+43
2014-02-23mmc: mmci: Handle CMD irq before DATA irqUlf Hansson1-4/+5
2013-12-29ARM: 7906/1: mmc: mmci: Remove unnecessary amba_set_drvdata()Michal Simek1-2/+0
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-13/+4
2013-10-30mmc: mmci: Move away from using deprecated APIsUlf Hansson1-13/+4
2013-09-19ARM: 7834/1: mmc: mmci: Save and restore register contextUlf Hansson1-0/+43
2013-09-19ARM: 7833/1: mmc: mmci: Adapt to register write restrictionsUlf Hansson1-0/+16
2013-09-19ARM: 7832/1: mmc: mmci: Use optional sleep pinctrl stateUlf Hansson1-0/+2
2013-09-19ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handlingUlf Hansson1-17/+0
2013-05-23ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card supportUlf Hansson1-1/+32
2013-05-23ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL registerUlf Hansson1-3/+14
2013-05-23ARM: 7724/1: mmc: mmci: Support signal voltage switch for UHS cardsUlf Hansson1-0/+34
2013-05-23ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmcUlf Hansson1-4/+6
2013-05-23ARM: 7713/1: mmc: mmci: Allow MMCI to request channels with information acquired from DTLee Jones1-21/+22
2013-05-23ARM: 7719/1: mmc: mmci: Support for CMD23Ulf Hansson1-4/+10
2013-05-23ARM: 7718/1: mmc: mmci: Set actual clock for debug purposeUlf Hansson1-0/+6
2013-05-23ARM: 7717/1: mmc: mmci: Use devm_clk_get APIUlf Hansson1-6/+2
2013-05-10ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checkedLee Jones1-2/+7
2013-03-01mmc: mmci: Move ios_handler functionality into the driverLee Jones1-0/+9
2013-01-28ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handlingUlf Hansson1-82/+105
2013-01-28ARM: 7631/1: mmc: mmci: Add new VE MMCI variantPawel Moll1-0/+13
2013-01-23ARM: 7623/1: mmc: mmci: Fixup clock gating when freq is 0 for ST-variantsUlf Hansson1-0/+13
2013-01-23ARM: 7622/1: mmc: mmci: Gate the clock in runtime suspend to save powerUlf Hansson1-0/+29
2013-01-08ARM: 7620/1: mmc: mmci: Convert to use mmc_regulator_get_supplyUlf Hansson1-43/+11
2013-01-08ARM: 7618/1: mmc: mmci: Support MMC_PM_KEEP_POWERUlf Hansson1-0/+4
2013-01-08ARM: 7617/1: mmc: mmci: Support for DDR modeUlf Hansson1-0/+6
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-21/+45
2012-12-11ARM: 7596/1: mmci: replace readsl/writesl with ioread32_rep/iowrite32_repDavide Ciminaghi1-4/+4
2012-11-28mmc: remove use of __devexitBill Pemberton1-2/+2
2012-11-28mmc: remove use of __devinitBill Pemberton1-3/+3
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-04ARM: 7562/2: MMCI: fetch pinctrl handle and set default stateLinus Walleij1-0/+18
2012-10-18ARM: 7552/1: mmc: mmci: Switching off HWFC for SDIO depends on MCLKUlf Hansson1-5/+7
2012-10-18ARM: 7551/1: mmc: mmci: Fix incorrect handling of HW flow control for SDIOUlf Hansson1-17/+21
2012-10-03mmc: mmci: use clk_prepare_enable and clk_disable_unprepareJulia Lawall1-10/+3
2012-06-17ARM: 7427/1: mmc: mmci: Defer probe() in case of yet uninitialized GPIOsRoland Stigge1-0/+8
2012-06-17ARM: 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-05-25Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-4/+61
2012-05-21Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' and 'versatile' into for-linusRussell King1-0/+16
2012-05-08mmc: mmci: Fix compiler error when CONFIG_OF is not setLee Jones1-0/+6
2012-05-04mmc: mmci: Use correct GPIO binding for IRQ requestsLee Jones1-2/+3