summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ARM: 7223/1: mmc: mmci: Fixup use of runtime PM and use autosuspendUlf Hansson2012-01-201-3/+16
| | * | ARM: 7221/1: mmc: mmci: Change from using legacy suspendUlf Hansson2012-01-201-10/+12
| | * | ARM: 7219/1: mmc: mmci: Change vdd_handler to a generic ios_handlerUlf Hansson2012-01-201-4/+4
| | * | ARM: 7218/1: mmc: mmci: Provide option to configure bus signal directionUlf Hansson2012-01-201-0/+21
| | * | ARM: 7217/1: mmc: mmci: Put power register deviations in variant dataUlf Hansson2012-01-201-5/+17
| | * | ARM: 7216/1: mmc: mmci: Do not release spinlock in request_endUlf Hansson2012-01-201-6/+0Star
| | |/
| * | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-11/+1Star
* | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-1/+1
|\| |
| * | ARM: amba: make irq 0 invalidRussell King2012-01-251-1/+1
| |/
* / mmc: mmci: reduce max_blk_count to avoid overflowing max_req_sizeWill Deacon2012-03-041-3/+4
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-181-4/+7
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-4/+7
| |\
| | * mmc-host: move to dma_transfer_directionVinod Koul2011-10-311-4/+7
* | | Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-141-0/+1
|\ \ \
| * | | 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