summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
AgeCommit message (Expand)Author
2012-03-19mmc: mmci : Do not use polling for non removable cardsFredrik Soderstedt
2012-03-19mmc: mmci: Limit command frequency when using a levelshifterUlf Hansson
2012-03-19mmc: mmci: optimize pre_req if no previous requestPer Forlin
2012-03-19ARM: mmci: DMA preparations in parellel with cmdPer Forlin
2012-03-19mmc: mmci: Add support for start_signal_voltage_switchUlf Hansson
2012-03-19mmc: mmci: Fixup post error handling for dmaUlf Hansson
2012-03-19mmc: mmci: Do not finalize dma job at data error irqUlf Hansson
2012-03-19mmc: mmci: Cleanup code for DMA handlingUlf Hansson
2012-03-19mmc: mmci: Use ios_handler to save powerUlf Hansson
2012-03-19mmc: mmci: Implement PM runtime callbacks to save powerUlf Hansson
2012-03-19mmc: mmci: Decrease current consumption in suspendUlf Hansson
2012-03-19mmc: mmci: Fixup use of runtime PM and use autosuspendUlf Hansson
2012-03-19mmc: mmci: Cache MMCICLOCK and MMCIPOWER registerUlf Hansson
2012-03-19mmc: mmci: Change from using legacy suspendUlf Hansson
2012-03-19mmc: mmci: Do not release spinlock in request_endUlf Hansson
2012-03-19mmc: mmci: Fix PIO read for small SDIO packetsStefan Nilsson XK
2012-03-19mmc: mmci: Use HWFC when possibleStefan Nilsson XK
2012-03-19mmc: mmci: Support MMC_PM_KEEP_POWERUlf Hansson
2012-03-19mmc: mmci: Change vdd_handler to a generic ios handlerUlf Hansson
2012-03-19mmci: add constraints on alignment for SDIOUlf Hansson
2012-03-19mmci: Provide option to configure bus signal directionUlf Hansson
2012-03-19mmci: Put power register deviations in variant dataUlf Hansson
2012-03-19mmci: Fix incorrect handling of HW flow control for SDIOUlf Hansson
2012-03-19mmci: Prepare for SDIO before setting up DMA jobUlf Hansson
2012-03-19mmci: Support non-power-of-two block sizes for ux500v2 variantUlf Hansson
2012-03-04mmc: mmci: reduce max_blk_count to avoid overflowing max_req_sizeWill Deacon
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-11mmc: mmci: add capabilities2 for MMC_CAP2Per Forlin
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2011-12-18ARM: 7220/1: mmc: mmci: Fixup error handling for dmaUlf Hansson
2011-12-18ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERRUlf Hansson
2011-11-22mmc: mmci: Enable module alias autogeneration for AMBA driversDave Martin
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-26mmc: mmci: simplify err check in mmci_post_requestPer Forlin
2011-09-27clk: mmci: convert to clk_prepare()/clk_unprepare()Russell King
2011-09-22PM: add runtime PM support to MMCIRussell King
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King
2011-07-20mmc: mmci: implement pre_req() and post_req()Per Forlin
2011-07-19ARM: 6981/2: mmci: adjust calculation of f_minLinus Walleij
2011-07-06ARM: 6980/1: mmci: use StartBitErr to detect bad connectionsLinus Walleij
2011-06-06ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edgesLinus Walleij
2011-05-26ARM: 6832/1: mmci: support for ST-Ericsson db8500v2Philippe Langlais
2011-05-12ARM: 6858/1: mmci: force negative edge on clock bypass for ux500Linus Walleij
2011-05-11ARM: 6785/1: mmci: separate out ST Micro register definesLinus Walleij
2011-03-25mmc: mmci: Add ARM variant with extended FIFOPawel Moll