summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/omap_hsmmc.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-22mmc: omap_hsmmc: Enable Auto CMD12Balaji T K1-3/+12
2012-04-21mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak1-2/+2
2012-04-21mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball1-1/+1
2012-04-06mmc: omap_hsmmc: fix module re-insertionBalaji T K1-3/+1
2012-04-06mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi1-15/+1
2012-04-06mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi1-4/+5
2012-04-06mmc: omap_hsmmc: trivial cleanupsFelipe Balbi1-77/+70
2012-04-06mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K1-2/+2
2012-04-06mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K1-2/+1
2012-03-27mmc: omap_hsmmc: Avoid a regulator voltage change with dtRajendra Nayak1-1/+14
2012-03-27mmc: omap_hsmmc: Convert hsmmc driver to use device treeRajendra Nayak1-0/+73
2012-03-27mmc: omap_hsmmc: convert all pr_* to dev_*Rajendra Nayak1-4/+4
2012-03-27mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warningTony Lindgren1-0/+1
2012-03-27mmc: start removing enable / disable APIAdrian Hunter1-12/+3
2012-03-27mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supplyRajendra Nayak1-29/+2
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power functionRajendra Nayak1-20/+1
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power functionRajendra Nayak1-27/+3
2012-03-27mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id ba...Balaji T K1-1/+1
2012-03-27mmc: omap_hsmmc: remove unused .set_sleep functionBalaji T K1-60/+0
2012-03-27mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channelsBalaji T K1-24/+11
2012-03-27ARM: OMAP: hsmmc: add max_freq fieldDaniel Mack1-2/+6
2012-01-14Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-31/+12
2012-01-12mmc: omap_hsmmc: use threaded irq handler for card-detect.NeilBrown1-27/+9
2012-01-12mmc: omap: remove clock rate hard codingBalaji TK1-4/+3
2011-12-28Merge branch 'v3.2-rc6' into next/driversArnd Bergmann1-2/+5
2011-12-09ARM: OMAP: hsmmc: add pm_caps fieldEliad Peller1-0/+2
2011-12-09omap_hsmmc: consider MMC_PM_KEEP_POWER on suspend/resumeEliad Peller1-9/+15
2011-12-08mmc: omap_hsmmc: DMA unmap only once in case of MMC errorPer Forlin1-2/+5
2011-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/oha...Linus Torvalds1-1/+1
2011-10-27mmc: omap_hsmmc: if multiblock reads are broken, disable themPaul Walmsley1-0/+4
2011-10-27mmc: omap_hsmmc: ensure pbias configuration is always doneAdrian Hunter1-9/+8
2011-10-27mmc: replace printk with appropriate display macroGirish K S1-3/+3
2011-10-27mmc: irq: Remove IRQF_DISABLEDYong Zhang1-3/+2
2011-07-21mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb()Adrian Hunter1-1/+2
2011-07-21mmc: omap_hsmmc: refactor duplicated codeAndy Shevchenko1-44/+41
2011-07-21mmc: omap_hsmmc: fix a few bugs when setting the clock divisorAndy Shevchenko1-31/+28
2011-07-21mmc: omap_hsmmc: introduce start_clock and re-use stop_clockAndy Shevchenko1-6/+13
2011-07-21mmc: omap_hsmmc: split duplicate code to calc_divisor() functionAndy Shevchenko1-27/+19
2011-07-21mmc: omap_hsmmc: move hardcoded frequency constants to definesAndy Shevchenko1-2/+4
2011-07-21mmc: omap_hsmmc: correct debug report error status mnemonicsAdrian Hunter1-8/+11
2011-07-21mmc: omap_hsmmc: Remove unused iclkBalaji T K1-10/+0
2011-07-21mmc: omap_hsmmc: add runtime pm supportBalaji T K1-55/+56
2011-07-21mmc: omap_hsmmc: Remove lazy_disableBalaji T K1-244/+2
2011-07-21mmc: omap_hsmmc: add support for pre_req and post_reqPer Forlin1-4/+83
2011-06-26mmc: omap_hsmmc: use original sg_len for dma_unmap_sgPer Forlin1-2/+3
2011-06-26mmc: omap_hsmmc: fix ocr mask usageAnand Gadiyar1-1/+0
2011-06-01ARM: OMAP4: MMC: no regulator off during probe for eMMCBalaji T K1-0/+3
2011-03-23drivers/mmc/host/omap_hsmmc.c: use resource_size()Chris Ball1-4/+3
2011-03-11Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley1-10/+26
2011-03-02MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable()Paul Walmsley1-3/+3