summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | mmc: omap_hsmmc: add clk_prepare and clk_unprepareRajendra Nayak2012-07-221-7/+7
|/
* Revert "mmc: omap_hsmmc: Enable Auto CMD12"Ming Lei2012-06-261-12/+3
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-1/+1
|\
| * mmc: dt: Consolidate DT bindingsArnd Bergmann2012-05-151-1/+1
* | mmc: omap_hsmmc: pass IRQF_ONESHOT to request_threaded_irqMing Lei2012-05-171-1/+1
* | mmc: omap_hsmmc: release correct resourceRussell King2012-04-221-1/+3
* | mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clockRajendra Nayak2012-04-221-22/+17
* | mmc: omap_hsmmc: use spinlock IRQ safe variantVenkatraman S2012-04-221-8/+11
* | mmc: omap_hsmmc: add DDR supportBalaji T K2012-04-221-0/+5
* | mmc: omap_hsmmc: Enable Auto CMD12Balaji T K2012-04-221-3/+12
|/
* mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak2012-04-201-2/+2
* mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball2012-04-201-1/+1
* mmc: omap_hsmmc: fix module re-insertionBalaji T K2012-04-051-3/+1
* mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi2012-04-051-15/+1
* mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi2012-04-051-4/+5
* mmc: omap_hsmmc: trivial cleanupsFelipe Balbi2012-04-051-77/+70
* mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K2012-04-051-2/+2
* mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K2012-04-051-2/+1
* mmc: omap_hsmmc: Avoid a regulator voltage change with dtRajendra Nayak2012-03-271-1/+14
* mmc: omap_hsmmc: Convert hsmmc driver to use device treeRajendra Nayak2012-03-271-0/+73
* mmc: omap_hsmmc: convert all pr_* to dev_*Rajendra Nayak2012-03-271-4/+4
OpenPOWER on IntegriCloud