summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mmc: mmci: add capabilities2 for MMC_CAP2Per Forlin2012-01-121-0/+1
| |/ /
* | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-071-0/+2
|\ \ \
| * | | mmc: mmci: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| |/ /
* | | ARM: 7220/1: mmc: mmci: Fixup error handling for dmaUlf Hansson2011-12-191-1/+5
* | | ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERRUlf Hansson2011-12-191-3/+5
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-10-281-2/+2
|\ \
| * | mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
| * | mmc: mmci: simplify err check in mmci_post_requestPer Forlin2011-10-261-1/+1
| |/
* | clk: mmci: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+8
* | PM: add runtime PM support to MMCIRussell King2011-09-221-0/+12
|/
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-241-1/+9
|\
| *---. Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-231-1/+11
| |\ \ \
| | | | * ARM: 6981/2: mmci: adjust calculation of f_minLinus Walleij2011-07-191-1/+9
| | |_|/ | |/| |
* | | | mmc: mmci: implement pre_req() and post_req()Per Forlin2011-07-201-13/+134
| |/ / |/| |
* | | ARM: 6980/1: mmci: use StartBitErr to detect bad connectionsLinus Walleij2011-07-061-0/+2
|/ /
* / ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edgesLinus Walleij2011-06-061-2/+10
|/
* ARM: 6832/1: mmci: support for ST-Ericsson db8500v2Philippe Langlais2011-05-261-2/+23
* ARM: 6858/1: mmci: force negative edge on clock bypass for ux500Linus Walleij2011-05-121-0/+2
* ARM: 6785/1: mmci: separate out ST Micro register definesLinus Walleij2011-05-111-2/+2
* mmc: mmci: Add ARM variant with extended FIFOPawel Moll2011-03-251-1/+12
*---. Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-171-121/+322
|\ \ \
| | * | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+2
| | |/
| * | ARM: mmci: add dmaengine-based DMA supportRussell King2011-02-041-8/+274
| * | ARM: mmci: no need for separate host->data_xferedRussell King2011-02-041-6/+3Star
| * | ARM: mmci: avoid unnecessary switch to data available PIO interruptsRussell King2011-02-041-6/+7
| * | ARM: mmci: no need to call flush_dcache_page() with sg_miter APIRussell King2011-02-041-19/+0Star
| * | ARM: mmci: avoid reporting too many completed bytes on fifo overrunRussell King2011-02-041-6/+18
| |/
| * ARM: mmci: round down the bytes transferred on errorRussell King2011-01-311-3/+4
| * ARM: mmci: complete the transaction on errorRussell King2011-01-311-1/+1
| * ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij2011-01-271-2/+2
| * mmc: mmci: don't read command response when invalidRussell King - ARM Linux2011-01-261-5/+5
| * ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij2011-01-241-78/+20Star
|/
* ARM: mmci: Clean up MMCI announcement printkRussell King2010-12-301-4/+4
* ARM: 6530/1: mmci: partially revert clock divisor codeLinus Walleij2010-12-191-7/+1Star
* ARM: 6526/1: mmci: corrected calculation of clock div for ux500Linus Walleij2010-12-191-1/+26
* ARM: 6438/2: mmci: add SDIO support for ST VariantsLinus Walleij2010-11-101-1/+36
* ARM: 6399/3: mmci: handle broken MCI_DATABLOCKEND hardwareLinus Walleij2010-11-101-16/+77
* ARM: 6311/2: mmci: work with only one irqLinus Walleij2010-11-101-9/+41
* mmc: Move regulator handling closer to coreLinus Walleij2010-10-231-10/+18
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1Star
* ARM: 6370/1: mmci: use _cansleep GPIO functionsLinus Walleij2010-09-231-2/+3
* ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specifiedRabin Vincent2010-09-231-3/+7
* ARM: 6308/1: mmci: support card detection interruptsRabin Vincent2010-09-231-1/+23
* ARM: 6310/1: mmci: support different FIFO sizesRabin Vincent2010-08-261-3/+19
* ARM: 6307/1: mmci: allow the card detect GPIO value not to be invertedRabin Vincent2010-08-261-2/+3
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-031-60/+88
|\
| * ARM: 6246/1: mmci: support larger MMCIDATALENGTH registerRabin Vincent2010-07-291-3/+9
| * ARM: 6245/1: mmci: enable hardware flow control on Ux500 variantsRabin Vincent2010-07-291-2/+6
| * ARM: 6244/1: mmci: add variant data and default MCICLOCK supportRabin Vincent2010-07-291-1/+30
| * ARM: 6243/1: mmci: pass power_mode to the translate_vdd callbackRabin Vincent2010-07-291-10/+3Star