summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus 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
2011-09-22PM: add runtime PM support to MMCIRussell King1-0/+12
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+9
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King1-1/+11
2011-07-20mmc: mmci: implement pre_req() and post_req()Per Forlin1-13/+134
2011-07-19ARM: 6981/2: mmci: adjust calculation of f_minLinus Walleij1-1/+9
2011-07-06ARM: 6980/1: mmci: use StartBitErr to detect bad connectionsLinus Walleij1-0/+2
2011-06-06ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edgesLinus Walleij1-2/+10
2011-05-26ARM: 6832/1: mmci: support for ST-Ericsson db8500v2Philippe Langlais1-2/+23
2011-05-12ARM: 6858/1: mmci: force negative edge on clock bypass for ux500Linus Walleij1-0/+2
2011-05-11ARM: 6785/1: mmci: separate out ST Micro register definesLinus Walleij1-2/+2
2011-03-25mmc: mmci: Add ARM variant with extended FIFOPawel Moll1-1/+12
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King1-121/+322
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+2
2011-02-04ARM: mmci: add dmaengine-based DMA supportRussell King1-8/+274
2011-02-04ARM: mmci: no need for separate host->data_xferedRussell King1-6/+3
2011-02-04ARM: mmci: avoid unnecessary switch to data available PIO interruptsRussell King1-6/+7
2011-02-04ARM: mmci: no need to call flush_dcache_page() with sg_miter APIRussell King1-19/+0
2011-02-04ARM: mmci: avoid reporting too many completed bytes on fifo overrunRussell King1-6/+18
2011-01-31ARM: mmci: round down the bytes transferred on errorRussell King1-3/+4
2011-01-31ARM: mmci: complete the transaction on errorRussell King1-1/+1
2011-01-27ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij1-2/+2
2011-01-25mmc: mmci: don't read command response when invalidRussell King - ARM Linux1-5/+5
2011-01-24ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij1-78/+20
2010-12-30ARM: mmci: Clean up MMCI announcement printkRussell King1-4/+4
2010-12-19ARM: 6530/1: mmci: partially revert clock divisor codeLinus Walleij1-7/+1
2010-12-19ARM: 6526/1: mmci: corrected calculation of clock div for ux500Linus Walleij1-1/+26
2010-11-10ARM: 6438/2: mmci: add SDIO support for ST VariantsLinus Walleij1-1/+36
2010-11-10ARM: 6399/3: mmci: handle broken MCI_DATABLOCKEND hardwareLinus Walleij1-16/+77
2010-11-10ARM: 6311/2: mmci: work with only one irqLinus Walleij1-9/+41
2010-10-23mmc: Move regulator handling closer to coreLinus Walleij1-10/+18
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-09-23ARM: 6370/1: mmci: use _cansleep GPIO functionsLinus Walleij1-2/+3
2010-09-23ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specifiedRabin Vincent1-3/+7
2010-09-23ARM: 6308/1: mmci: support card detection interruptsRabin Vincent1-1/+23
2010-08-26ARM: 6310/1: mmci: support different FIFO sizesRabin Vincent1-3/+19
2010-08-26ARM: 6307/1: mmci: allow the card detect GPIO value not to be invertedRabin Vincent1-2/+3
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-60/+88
2010-07-30ARM: Fix Versatile/Realview/VExpress MMC card detection senseRussell King1-2/+6
2010-07-29ARM: 6246/1: mmci: support larger MMCIDATALENGTH registerRabin Vincent1-3/+9
2010-07-29ARM: 6245/1: mmci: enable hardware flow control on Ux500 variantsRabin Vincent1-2/+6
2010-07-29ARM: 6244/1: mmci: add variant data and default MCICLOCK supportRabin Vincent1-1/+30
2010-07-29ARM: 6243/1: mmci: pass power_mode to the translate_vdd callbackRabin Vincent1-10/+3
2010-07-27ARM: 6239/1: mmci: let core poll for card detectionRabin Vincent1-21/+1
2010-07-27ARM: 6238/1: mmci: fix multi block transfersRabin Vincent1-1/+1
2010-07-27ARM: 6237/1: mmci: use sg_miter API to fix multi-page sg handlingRabin Vincent1-22/+38
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1