summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
AgeCommit message (Expand)AuthorFilesLines
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-28ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij1-2/+2
2011-01-26mmc: 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-04Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-60/+88
2010-07-31ARM: 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
2010-04-14ARM: 6033/1: ARM: MMCI: pass max frequency from platformLinus Walleij1-1/+12
2010-04-14ARM: 6032/1: ARM: MMCI: support 8bit mode on the ST Micro versionLinus Walleij1-2/+4
2010-02-22ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printkLinus Walleij1-14/+16
2010-01-28ARM: 5896/1: MMCI: work around a hardware bug in U300Linus Walleij1-0/+11
2009-11-24ARM: 5785/1: Use ST vendor enum instead of numeralLinus Walleij1-1/+1
2009-10-01ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3Linus Walleij1-2/+0
2009-09-22ARM: 5721/1: MMCI enable the use of a regulatorLinus Walleij1-4/+46
2009-09-22ARM: 5720/1: Move MMCI header to amba include dirLinus Walleij1-2/+2
2009-09-16ARM: 5698/1: MMCI pass capabilities in platform dataLinus Walleij1-0/+4
2009-09-16ARM: 5697/1: MMCI Break out clock divider setupLinus Walleij1-17/+34