summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-181-13/+4Star
|\
| * mmc: mmci: Move away from using deprecated APIsUlf Hansson2013-10-311-13/+4Star
* | ARM: 7834/1: mmc: mmci: Save and restore register contextUlf Hansson2013-09-191-0/+43
* | ARM: 7833/1: mmc: mmci: Adapt to register write restrictionsUlf Hansson2013-09-191-0/+16
* | ARM: 7832/1: mmc: mmci: Use optional sleep pinctrl stateUlf Hansson2013-09-191-0/+2
* | ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handlingUlf Hansson2013-09-191-17/+0Star
|/
* ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card supportUlf Hansson2013-05-231-1/+32
* ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL registerUlf Hansson2013-05-231-3/+14
* ARM: 7724/1: mmc: mmci: Support signal voltage switch for UHS cardsUlf Hansson2013-05-231-0/+34
* ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmcUlf Hansson2013-05-231-4/+6
* ARM: 7713/1: mmc: mmci: Allow MMCI to request channels with information acqui...Lee Jones2013-05-231-21/+22
* ARM: 7719/1: mmc: mmci: Support for CMD23Ulf Hansson2013-05-231-4/+10
* ARM: 7718/1: mmc: mmci: Set actual clock for debug purposeUlf Hansson2013-05-231-0/+6
* ARM: 7717/1: mmc: mmci: Use devm_clk_get APIUlf Hansson2013-05-231-6/+2Star
* ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checkedLee Jones2013-05-101-2/+7
* mmc: mmci: Move ios_handler functionality into the driverLee Jones2013-03-011-0/+9
* ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handlingUlf Hansson2013-01-281-82/+105
* ARM: 7631/1: mmc: mmci: Add new VE MMCI variantPawel Moll2013-01-281-0/+13
* ARM: 7623/1: mmc: mmci: Fixup clock gating when freq is 0 for ST-variantsUlf Hansson2013-01-231-0/+13
* ARM: 7622/1: mmc: mmci: Gate the clock in runtime suspend to save powerUlf Hansson2013-01-231-0/+29
* ARM: 7620/1: mmc: mmci: Convert to use mmc_regulator_get_supplyUlf Hansson2013-01-081-43/+11Star
* ARM: 7618/1: mmc: mmci: Support MMC_PM_KEEP_POWERUlf Hansson2013-01-081-0/+4
* ARM: 7617/1: mmc: mmci: Support for DDR modeUlf Hansson2013-01-081-0/+6
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-21/+45
|\
| * ARM: 7596/1: mmci: replace readsl/writesl with ioread32_rep/iowrite32_repDavide Ciminaghi2012-12-111-4/+4
| * ARM: 7562/2: MMCI: fetch pinctrl handle and set default stateLinus Walleij2012-11-041-0/+18
| * ARM: 7552/1: mmc: mmci: Switching off HWFC for SDIO depends on MCLKUlf Hansson2012-10-181-5/+7
| * ARM: 7551/1: mmc: mmci: Fix incorrect handling of HW flow control for SDIOUlf Hansson2012-10-181-17/+21
* | mmc: remove use of __devexitBill Pemberton2012-11-281-2/+2
* | mmc: remove use of __devinitBill Pemberton2012-11-281-3/+3
* | mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* mmc: mmci: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-10-031-10/+3Star
* ARM: 7427/1: mmc: mmci: Defer probe() in case of yet uninitialized GPIOsRoland Stigge2012-06-171-0/+8
* ARM: 7426/1: mmc: mmci: Remove wrong error handling of gpio 0Roland Stigge2012-06-171-5/+0Star
* ARM: 7422/1: mmc: mmci: Allocate platform memory during Device Tree bootLee Jones2012-06-141-0/+6
* Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-251-4/+61
|\
| * mmc: mmci: Fix compiler error when CONFIG_OF is not setLee Jones2012-05-081-0/+6
| * mmc: mmci: Use correct GPIO binding for IRQ requestsLee Jones2012-05-041-2/+3
| * mmc: mmci: Enable Device Tree support for ux500 variantsLee Jones2012-05-041-4/+54
| |
| \
*-. \ Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...Russell King2012-05-211-0/+16
|\ \ \ | | |/ | |/|
| | * ARM: 7378/1: mmci: add support for the Nomadik MMCI variantLinus Walleij2012-04-251-0/+16
| |/
* / AMBA: get rid of last two uses of NO_IRQRussell King2012-05-031-1/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-301-1/+3
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-1/+1
| * dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-221-0/+2
* | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-56/+122
|\ \
| * \ Merge branch 'mmci' into ambaRussell King2012-03-241-45/+121
| |\ \
| | * | ARM: 7280/1: mmc: mmci: Cache MMCICLOCK and MMCIPOWER registerUlf Hansson2012-02-021-12/+29
| | * | ARM: 7230/1: mmc: mmci: Fix PIO read for small SDIO packetsUlf Hansson2012-01-201-1/+18
| | * | ARM: 7227/1: mmc: mmci: Prepare for SDIO before setting up DMA jobUlf Hansson2012-01-201-5/+5