summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
* 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/+0
* mmc: omap_hsmmc: pass omap_hsmmc_host pointer directlyAndreas Fenkart2016-05-021-10/+9
* 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/+2
* 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/+3
* 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/+2
* 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/+0
* mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmcKishon Vijay Abraham I2015-08-271-35/+28
* mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulatorKishon Vijay Abraham I2015-08-271-9/+1
* mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get()Kishon Vijay Abraham I2015-08-271-22/+16
* 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/+0
* 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
* mmc: omap_hsmmc: Fix DTO and DCRC handlingKishon Vijay Abraham I2015-07-241-4/+4
* mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirqTony Lindgren2015-05-211-43/+6
* mmc: omap_hsmmc: use generic slot-gpio isr to manage card detect pinAndreas Fenkart2015-03-311-13/+0
* mmc: omap_hsmmc: simplify card/cover detect isrAndreas Fenkart2015-03-311-24/+3
* ARM: OMAP2: HSMMC: explicit fields to declare cover/card detect pinAndreas Fenkart2015-03-271-5/+6
* mmc: omap_hsmmc: stop using ->enable|disable() callbacksNeilBrown2015-03-271-21/+9
* mmc: omap_hsmmc: add hibernation supportRuss Dill2015-03-231-7/+2
* mmc: omap_hsmmc: use distinctive code paths for cover / card detect logicAndreas Fenkart2015-03-231-18/+38
* mmc: omap_hsmmc: use slot-gpio functions to manage read-only pin directlyAndreas Fenkart2015-03-231-22/+1
* mmc: omap_hsmmc: remove unused fields from struct omap_hsmmc_hostAndreas Fenkart2015-03-231-4/+0
* mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.NeilBrown2015-01-191-25/+8
* mmc: omap_hsmmc: use slot-gpio library for gpio support.NeilBrown2015-01-191-54/+13
* mmc: omap_hsmmc: remove prepare/complete system suspend support.NeilBrown2015-01-191-50/+0
* mmc: omap_hsmmc: Fix UHS card with DDR50 supportUlf Hansson2014-11-261-1/+3
* mmc: omap_hsmmc: remove unused slot_id parameterAndreas Fenkart2014-11-261-39/+26
* mmc: omap_hsmmc: Remove unnecessary callbacks from platform dataAndreas Fenkart2014-11-261-30/+45
* mmc: omap_hsmmc: pass mmc_priv struct to gpio init / freeAndreas Fenkart2014-11-261-10/+12
* mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirectionAndreas Fenkart2014-11-261-86/+89
* mmc: omap_hsmmc: remove un-initialized callbacks from platform dataAndreas Fenkart2014-11-261-14/+1
* ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driverAndreas Fenkart2014-11-261-14/+14
* mmc: use .multi_io_quirk on omap_hsmmcKuninori Morimoto2014-09-091-2/+12
OpenPOWER on IntegriCloud