summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
AgeCommit message (Expand)Author
2011-12-16Squashandroid-20111223Benn Pörscke
2011-10-27mmc: mmci: PM runtime updateUlf Hansson
2011-10-21mmc: mmci: add constraints on alignment for SDIOPer Forlin
2011-10-21mmc: mmci: Support MMC_PM_KEEP_POWERUlf Hansson
2011-10-21mmc: mmci: Support for pm_runtimeUlf Hansson
2011-10-11mmc: mmci: Do not release spinlock in request_endUlf Hansson
2011-09-30mmc: mmci: Added initial support for pm_runtimeUlf Hansson
2011-09-26mmc: mmci: simplify err check in mmci_post_requestPer Forlin
2011-09-23mmc: mmci: Change vdd_handler to a generic ios handlerUlf Hansson
2011-09-23mmc: mmci: Provide option to configure bus signal directionUlf Hansson
2011-09-21MMCI: Put power register deviations in variant data.Sebastian Rasmussen
2011-09-19MMCI: Add support for non-power-of-two block sizesStefan Nilsson XK
2011-09-19MMCI: Fix incorrect handling of HW FC for SDIOStefan Nilsson XK
2011-09-19mmci: Prepare for sdio before setting up dma jobUlf Hansson
2011-09-19MMCI: Fix bug in PIO read for small SDIO packetsStefan Nilsson XK
2011-09-19mmc: mmci: implement pre_req() and post_req()Per Forlin
2011-09-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
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-02-04ARM: mmci: add dmaengine-based DMA supportRussell King
2011-02-04ARM: mmci: no need for separate host->data_xferedRussell King
2011-02-04ARM: mmci: avoid unnecessary switch to data available PIO interruptsRussell King
2011-02-04ARM: mmci: no need to call flush_dcache_page() with sg_miter APIRussell King
2011-02-04ARM: mmci: avoid reporting too many completed bytes on fifo overrunRussell King
2011-01-31ARM: mmci: round down the bytes transferred on errorRussell King
2011-01-31ARM: mmci: complete the transaction on errorRussell King
2011-01-27ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij
2011-01-25mmc: mmci: don't read command response when invalidRussell King - ARM Linux
2011-01-24ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij
2010-12-30ARM: mmci: Clean up MMCI announcement printkRussell King
2010-12-19ARM: 6530/1: mmci: partially revert clock divisor codeLinus Walleij
2010-12-19ARM: 6526/1: mmci: corrected calculation of clock div for ux500Linus Walleij
2010-11-10ARM: 6438/2: mmci: add SDIO support for ST VariantsLinus Walleij
2010-11-10ARM: 6399/3: mmci: handle broken MCI_DATABLOCKEND hardwareLinus Walleij
2010-11-10ARM: 6311/2: mmci: work with only one irqLinus Walleij
2010-10-23mmc: Move regulator handling closer to coreLinus Walleij
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-09-23ARM: 6370/1: mmci: use _cansleep GPIO functionsLinus Walleij
2010-09-23ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specifiedRabin Vincent
2010-09-23ARM: 6308/1: mmci: support card detection interruptsRabin Vincent
2010-08-26ARM: 6310/1: mmci: support different FIFO sizesRabin Vincent
2010-08-26ARM: 6307/1: mmci: allow the card detect GPIO value not to be invertedRabin Vincent
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-07-30ARM: Fix Versatile/Realview/VExpress MMC card detection senseRussell King