summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: omap: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-2/+2
* mmc: omap_hsmmc: add autocmd23 supportBalaji T K2014-03-041-3/+36
* mmc: omap_hsmmc: add cmd23 supportBalaji T K2014-03-041-4/+17
* mmc: omap_hsmmc: split dma setupBalaji T K2014-03-041-8/+18
* mmc: omap_hsmmc: fix request done for sbc error caseBalaji T K2014-03-041-1/+1
* mmc: omap_hsmmc: save clock rate to use in interrupt contextBalaji T K2014-03-041-1/+3
* mmc: omap_hsmmc: remove redundant reset doneBalaji T K2014-03-041-4/+0Star
* mmc: omap_hsmmc: fix return error code for of_get_hsmmc_pdataBalaji T K2014-03-041-2/+2
* mmc: omap_hsmmc: remove pbias workaroundBalaji T K2014-03-041-19/+1Star
* mmc: omap_hsmmc: adapt hsmmc to use pbias regulatorBalaji T K2014-03-041-0/+37
* mmc: omap_hsmmc: handle vcc and vcc_aux independentlyBalaji T K2014-03-041-27/+23Star
* mmc: omap_hsmmc: use devm_regulator APIBalaji T K2014-03-041-4/+2Star
* mmc: omap_hsmmc: support more DT propertiesDaniel Mack2014-03-041-0/+6
* mmc: omap_hsmmc: Add support for quirky omap3 hsmmc controllerNishanth Menon2014-03-041-4/+22
* mmc: omap_hsmmc: remove a duplicative testDan Carpenter2014-03-041-2/+1Star
* mmc: omap: Remove redundant suspend and resume callbacksUlf Hansson2013-10-311-33/+3Star
* mmc: omap_hsmmc: remove unused no_offBalaji T K2013-10-311-7/+0Star
* mmc: omap_hsmmc: correct max value of clkdBalaji T K2013-10-311-2/+3
* mmc: omap_hsmmc: fix timeout for cmd and data soft resetJianpeng Ma2013-10-311-5/+5
* mmc: omap_hsmmc: context save and restore for DTTony Lindgren2013-10-311-32/+20Star
* mmc: omap_hsmmc: Fix pbias_disable for omap4Balaji T K2013-10-311-1/+1
* mmc: omap_hsmmc: clear status flags before starting a new commandFrancesco Lavra2013-08-251-1/+1
* mmc: omap_hsmmc: fix dependency on indirect header inclusionFelipe Balbi2013-08-251-0/+1
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0Star
* mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt caseSantosh Shilimkar2013-05-261-13/+15
* mmc: omap_hsmmc: convert to dma_request_slave_channel_compatMatt Porter2013-05-261-2/+8
* mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5Tony Lindgren2013-05-261-4/+9
* mmc: omap_hsmmc: support deferred probing for GPIOsJan Luebbe2013-03-221-2/+12
* Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-3/+1Star
|\
| * ARM: OMAP: Split plat/mmc.h into local headers and platform_dataTony Lindgren2012-10-151-3/+1Star
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+3
|\ \
| * | mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * | mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * | mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | | mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt RegisterVenkatraman S2012-12-061-24/+32
* | | mmc: omap_hsmmc: Convert critical failure reports to dev_errVenkatraman S2012-12-061-6/+6
* | | mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/completeFelipe Balbi2012-12-061-20/+24
* | | mmc: omap_hsmmc: Enable HSPE bit for high speed cardsHebbar, Gururaja2012-12-061-1/+29
* | | mmc: omap_hsmmc: Update error code for response_busy cmdBalaji T K2012-12-061-2/+2
* | | mmc: omap_hsmmc: No reset of cmd state machine for DCRCBalaji T K2012-12-061-1/+1
* | | mmc: omap_hsmmc: Fix Oops in case of data errorsBalaji T K2012-12-061-6/+12
* | | mmc: omap_hsmmc: remove warning message for debounce clockBalaji T K2012-12-061-1/+0Star
* | | mmc: omap_hsmmc: add DT property for max bus frequencyDaniel Mack2012-12-061-1/+4
* | | mmc: omap_hsmmc: claim pinctrl at probe timeDaniel Mack2012-12-061-0/+7
|/ /
* | mmc: omap_hsmmc: fix NULL pointer dereference for dt bootBalaji T K2012-11-071-6/+11
* | mmc: omap_hsmmc: fix host reference after mmc_free_hostBalaji T K2012-11-071-1/+1
|/
* Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-101-91/+34Star
|\
| * mmc: omap_hsmmc: Pass on the suspend failure to the PM coreVaibhav Bedia2012-10-031-2/+1Star
| * mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQVenkatraman S2012-09-041-42/+21Star
| * mmc: omap_hsmmc: consolidate flush posted writes for HSMMC IRQsVenkatraman S2012-09-041-13/+4Star