summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: omap_hsmmc: Use dev_get_drvdata()Kefeng Wang2019-05-061-2/+2
* Merge branch 'fixes' into nextUlf Hansson2018-12-171-1/+11
|\
| * mmc: omap_hsmmc: fix DMA API warningRussell King2018-12-171-1/+11
* | mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-12/+2Star
|/
* mmc: omap_hsmmc: Delete platform data GPIO CD and WPLinus Walleij2018-10-081-51/+1Star
* mmc: omap_hsmmc: Kill off cover detectionLinus Walleij2018-10-081-119/+2Star
* mmc: omap_hsmmc: fix wakeirq handling on removalAndreas Kemnade2018-09-041-0/+1
* mmc: omap_hsmmc: catch all errors when getting regulatorsWolfram Sang2017-10-301-1/+1
* mmc: host: omap_hsmmc: Remove setting PBIAS voltageKishon Vijay Abraham I2017-09-221-25/+8Star
* mmc: omap_hsmmc: Reduce max_segs for reliabilityWill Newton2017-08-301-3/+3
* mmc: omap_hsmmc: constify dev_pm_ops structuresArvind Yadav2017-08-301-1/+1
* mmc: host: omap_hsmmc: Add CMD23 capability to omap_hsmmc driverKishon Vijay Abraham I2017-08-081-1/+1
* mmc: host: omap_hsmmc: remove unused platform callbacksFaiz Abbas2017-07-171-11/+0Star
* mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulatorsKishon Vijay Abraham I2017-06-201-20/+14Star
* mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on errorKishon Vijay Abraham I2017-06-201-12/+9Star
* mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter2017-04-241-2/+2
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-13/+4Star
* mmc: host: omap_hsmmc: avoid possible overflow of timeout valueRavikumar Kattekola2017-02-131-4/+5
* mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6Kishon Vijay Abraham I2017-02-131-6/+14
* mmc: host: omap_hsmmc: reset cmd line on ceb errorRavikumar Kattekola2017-02-131-1/+1
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-2/+1Star
* mmc: omap_hsmmc: Initialize dma_slave_config to avoid random dataPeter Ujfalusi2016-09-141-8/+8
* mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-041-40/+10Star
* mmc: omap_hsmmc: Check if MMC slot name is passed in pdataTony Lindgren2016-05-021-1/+5
* mmc: omap_hsmmc: Remove redundant runtime PM callsUlf Hansson2016-05-021-15/+0Star
* mmc: omap_hsmmc: pass omap_hsmmc_host pointer directlyAndreas Fenkart2016-05-021-10/+9Star
* mmc: omap_hsmmc: don't print uninitialized variablesArnd Bergmann2016-02-291-2/+2
* mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIASKishon Vijay Abraham I2016-02-291-1/+4
* mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren2016-02-151-0/+2
* mmc: omap_hsmmc: No need to check DMA channel validity at module removePeter Ujfalusi2015-12-221-4/+2Star
* mmc: host: omap_hsmmc: Fix MMC for omap3 legacy bootingTony Lindgren2015-10-081-3/+3
* Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status"Tony Lindgren2015-10-081-2/+6
* mmc: host: omap_hsmmc: remove CONFIG_REGULATOR checkKishon Vijay Abraham I2015-08-271-31/+3Star
* mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltageKishon Vijay Abraham I2015-08-271-3/+4
* mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias statusKishon Vijay Abraham I2015-08-271-6/+2Star
* mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous stateKishon Vijay Abraham I2015-08-271-2/+8
* mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator stateKishon Vijay Abraham I2015-08-271-10/+56
* mmc: host: omap_hsmmc: avoid pbias regulator enable on power offKishon Vijay Abraham I2015-08-271-4/+4
* mmc: host: omap_hsmmc: add separate function to set pbiasKishon Vijay Abraham I2015-08-271-30/+48
* mmc: host: omap_hsmmc: add separate functions for enable/disable supplyKishon Vijay Abraham I2015-08-271-35/+66
* mmc: host: omap_hsmmc: return error if any of the regulator APIs failKishon Vijay Abraham I2015-08-271-12/+40
* mmc: host: omap_hsmmc: remove unnecessary pbias set_voltageKishon Vijay Abraham I2015-08-271-1/+0Star
* mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmcKishon Vijay Abraham I2015-08-271-35/+28Star
* mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulatorKishon Vijay Abraham I2015-08-271-9/+1Star
* mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get()Kishon Vijay Abraham I2015-08-271-22/+16Star
* mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_getKishon Vijay Abraham I2015-08-271-2/+20
* mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmcKishon Vijay Abraham I2015-08-271-3/+7
* mmc: omap_hsmmc: regulator automatically released by devmAndreas Fenkart2015-08-171-12/+0Star
* mmc: omap_hsmmc: call omap_hsmmc_set_power directlyAndreas Fenkart2015-08-171-15/+22
* mmc: omap_hsmmc: Handle BADA, DEB and CEB interruptsVignesh R2015-07-241-1/+2