aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-04mmc: mmci: Enable Device Tree support for ux500 variantsLee Jones1-4/+54
2012-05-03AMBA: get rid of last two uses of NO_IRQRussell King1-1/+1
2012-04-25ARM: 7378/1: mmci: add support for the Nomadik MMCI variantLinus Walleij1-0/+16
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+3
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-56/+122
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-03-24Merge branch 'mmci' into ambaRussell King1-45/+121
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-1/+1
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-11/+1
2012-03-04mmc: mmci: reduce max_blk_count to avoid overflowing max_req_sizeWill Deacon1-3/+4
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar1-0/+2
2012-02-02ARM: 7280/1: mmc: mmci: Cache MMCICLOCK and MMCIPOWER registerUlf Hansson1-12/+29
2012-01-25ARM: amba: make irq 0 invalidRussell King1-1/+1
2012-01-20ARM: 7230/1: mmc: mmci: Fix PIO read for small SDIO packetsUlf Hansson1-1/+18
2012-01-20ARM: 7227/1: mmc: mmci: Prepare for SDIO before setting up DMA jobUlf Hansson1-5/+5
2012-01-20ARM: 7223/1: mmc: mmci: Fixup use of runtime PM and use autosuspendUlf Hansson1-3/+16
2012-01-20ARM: 7221/1: mmc: mmci: Change from using legacy suspendUlf Hansson1-10/+12
2012-01-20ARM: 7219/1: mmc: mmci: Change vdd_handler to a generic ios_handlerUlf Hansson1-4/+4
2012-01-20ARM: 7218/1: mmc: mmci: Provide option to configure bus signal directionUlf Hansson1-0/+21
2012-01-20ARM: 7217/1: mmc: mmci: Put power register deviations in variant dataUlf Hansson1-5/+17
2012-01-20ARM: 7216/1: mmc: mmci: Do not release spinlock in request_endUlf Hansson1-6/+0
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+7
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+1
2012-01-11mmc: mmci: add capabilities2 for MMC_CAP2Per Forlin1-0/+1
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+2
2011-12-18ARM: 7220/1: mmc: mmci: Fixup error handling for dmaUlf Hansson1-1/+5
2011-12-18ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERRUlf Hansson1-3/+5
2011-11-22mmc: mmci: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-4/+7
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul1-4/+7
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-2/+2
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-1/+1
2011-10-26mmc: mmci: simplify err check in mmci_post_requestPer Forlin1-1/+1
2011-09-27clk: mmci: convert to clk_prepare()/clk_unprepare()Russell King1-1/+8