summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/omap_hsmmc.c
AgeCommit message (Expand)Author
2023-08-15mmc: omap_hsmmc: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: omap_hsmmc: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-06-19mmc: omap_hsmmc: fix deferred probingSergey Shtylyov
2023-03-23mmc: Use of_property_read_bool() for boolean propertiesRob Herring
2022-12-07mmc: omap_hsmmc: fix return value check of mmc_add_host()Yang Yingliang
2021-12-14mmc: omap_hsmmc: Revert special init for wl1251H. Nikolaus Schaller
2021-10-12dt-bindings: mmc: update mmc-card.yaml referenceMauro Carvalho Chehab
2021-10-12mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing
2021-02-01mmc: omap_hsmmc: Simplify bool comparison and conversionYang Li
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-09-07mmc: omap-hsmmc: remove redundant null checkXu Wang
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2019-12-16mmc: omap_hsmmc: Convert to pinctrl_select_default_state()Ulf Hansson
2019-11-15mmc: host: omap-hsmmc: remove init_card pdata callback from pdataH. Nikolaus Schaller
2019-11-15mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pand...H. Nikolaus Schaller
2019-05-06mmc: omap_hsmmc: Use dev_get_drvdata()Kefeng Wang
2018-12-17Merge branch 'fixes' into nextUlf Hansson
2018-12-17mmc: omap_hsmmc: fix DMA API warningRussell King
2018-12-17mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-10-08mmc: omap_hsmmc: Delete platform data GPIO CD and WPLinus Walleij
2018-10-08mmc: omap_hsmmc: Kill off cover detectionLinus Walleij
2018-09-04mmc: omap_hsmmc: fix wakeirq handling on removalAndreas Kemnade
2017-10-30mmc: omap_hsmmc: catch all errors when getting regulatorsWolfram Sang
2017-09-22mmc: host: omap_hsmmc: Remove setting PBIAS voltageKishon Vijay Abraham I
2017-08-30mmc: omap_hsmmc: Reduce max_segs for reliabilityWill Newton
2017-08-30mmc: omap_hsmmc: constify dev_pm_ops structuresArvind Yadav
2017-08-08mmc: host: omap_hsmmc: Add CMD23 capability to omap_hsmmc driverKishon Vijay Abraham I
2017-07-17mmc: host: omap_hsmmc: remove unused platform callbacksFaiz Abbas
2017-06-20mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulatorsKishon Vijay Abraham I
2017-06-20mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on errorKishon Vijay Abraham I
2017-04-24mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2017-02-13mmc: host: omap_hsmmc: avoid possible overflow of timeout valueRavikumar Kattekola
2017-02-13mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6Kishon Vijay Abraham I
2017-02-13mmc: host: omap_hsmmc: reset cmd line on ceb errorRavikumar Kattekola
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2016-09-14mmc: omap_hsmmc: Initialize dma_slave_config to avoid random dataPeter Ujfalusi
2016-05-04mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi
2016-05-02mmc: omap_hsmmc: Check if MMC slot name is passed in pdataTony Lindgren
2016-05-02mmc: omap_hsmmc: Remove redundant runtime PM callsUlf Hansson
2016-05-02mmc: omap_hsmmc: pass omap_hsmmc_host pointer directlyAndreas Fenkart
2016-02-29mmc: omap_hsmmc: don't print uninitialized variablesArnd Bergmann
2016-02-29mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIASKishon Vijay Abraham I
2016-02-15mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren
2015-12-22mmc: omap_hsmmc: No need to check DMA channel validity at module removePeter Ujfalusi
2015-10-08mmc: host: omap_hsmmc: Fix MMC for omap3 legacy bootingTony Lindgren
2015-10-08Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status"Tony Lindgren
2015-08-27mmc: host: omap_hsmmc: remove CONFIG_REGULATOR checkKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltageKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias statusKishon Vijay Abraham I