summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: omap: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-33/+3
* mmc: omap_hsmmc: remove unused no_offBalaji T K2013-10-301-7/+0
* mmc: omap_hsmmc: correct max value of clkdBalaji T K2013-10-301-2/+3
* mmc: omap_hsmmc: fix timeout for cmd and data soft resetJianpeng Ma2013-10-301-5/+5
* mmc: omap_hsmmc: context save and restore for DTTony Lindgren2013-10-301-32/+20
* mmc: omap_hsmmc: Fix pbias_disable for omap4Balaji T K2013-10-301-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-241-0/+1
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* 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/+1
|\
| * ARM: OMAP: Split plat/mmc.h into local headers and platform_dataTony Lindgren2012-10-151-3/+1
* | 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/+0
* | | 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/+34
|\
| * mmc: omap_hsmmc: Pass on the suspend failure to the PM coreVaibhav Bedia2012-10-031-2/+1
| * mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQVenkatraman S2012-09-041-42/+21
| * mmc: omap_hsmmc: consolidate flush posted writes for HSMMC IRQsVenkatraman S2012-09-041-13/+4
| * mmc: omap_hsmmc: remove access to SYSCONFIG registerVenkatraman S2012-09-041-22/+2
| * mmc: omap_hsmmc: remove unused vars and includesVenkatraman S2012-09-041-10/+4
| * mmc: omap_hsmmc: Handle failure of regulator_get better.NeilBrown2012-09-041-2/+2
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-1/+0
|\ \
| * | ARM: OMAP: remove plat/board.h fileIgor Grinberg2012-09-101-1/+0
| |/
* | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-011-1/+1
|\ \
| * | mmc/omap_hsmmc: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\ \ | |/ |/|
| * mmc: fix comment typosMasanari Iida2012-09-011-1/+1
* | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-011-101/+103
|\ \ | |/ |/|
| * ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...Kevin Hilman2012-07-311-0/+2
| * mmc: omap: add DMA engine supportRussell King2012-07-311-2/+1
| * mmc: omap_hsmmc: remove private DMA API implementationRussell King2012-07-311-200/+63
| * mmc: omap_hsmmc: add DMA engine supportRussell King2012-07-311-27/+165
* | mmc: omap_hsmmc: ensure probe returns error upon resource failureKevin Hilman2012-07-221-0/+2