summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc-pltfm.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: Make dw_mci_pltfm_remove() return voidUwe Kleine-König2023-06-121-3/+2
* mmc: dw_mmc-pltfm: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-231-2/+1
* mmc: dw_mmc-pltfm: socfpga: add method to configure clk-phaseDinh Nguyen2022-12-071-1/+40
* mmc: dw_mmc-pltfm: Remove unused <linux/clk.h>Geert Uytterhoeven2021-06-141-1/+0
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson2017-02-131-1/+0
* mmc: dw_mmc-pltfm: deploy runtime PM facilitiesShawn Lin2016-11-291-20/+8
* mmc: dw_mmc-pltfm: fix the potential NULL pointer dereferenceJaehoon Chung2016-10-251-2/+3
* mmc: dw_mmc: remove the prepare_command hookJaehoon Chung2016-02-291-17/+2
* mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2015-12-221-1/+1
* mmc: dw_mmc: Add external dma interface supportShawn Lin2015-10-261-0/+2
* mmc: dw_mmc: Add support for IMG PistachioAndrew Bresticker2014-11-261-0/+6
* mmc: dw_mmc: move rockchip related code to a separate fileaddy ke2014-09-091-57/+0
* mmc: dw_mmc-pltfm: Remove superflous #else condition on CONFIG_PM_SLEEPPeter Griffin2014-09-091-3/+0
* mmc: dw_mmc: add support for RK3288Addy Ke2014-09-091-2/+54
* mmc: dw_mmc: Add support for SOCFPGA's platform specific implementationDinh Nguyen2014-02-261-2/+8
* mmc: dw_mmc: Remove redundant of_match_ptrSachin Kamat2014-02-251-1/+1
* mmc: dw_mmc: move the platform specific init callYuvaraj Kumar C D2013-09-251-7/+0
* mmc: dw_mmc-pltfm: include 'dw_mmc-pltfm.h'Jingoo Han2013-08-241-0/+1
* mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner2013-07-051-1/+20
* mmc: dw_mmc-pltfm: move probe and remove below dt match tableHeiko Stübner2013-07-051-14/+14
* mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_removeHeiko Stübner2013-07-051-1/+1
* mmc: dw_mmc: eliminate useless usage of retAndy Shevchenko2013-06-271-14/+3
* mmc: dw_mmc-pltfm: don't check resource with devm_ioremap_resourceAndy Shevchenko2013-06-271-5/+3
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-1/+0
* mmc: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
* Drivers: mmc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\
| * mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
* | mmc: dw_mmc: use helper macro module_platform_driver()Andy Shevchenko2012-12-061-12/+2
* | mmc: dw_mmc: use __devexit_p macro for .remove()Andy Shevchenko2012-12-061-1/+1
|/
* mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann2012-11-071-1/+1
* mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan2012-11-071-2/+2
* mmc: dw_mmc: add support for implementation specific callbacksThomas Abraham2012-10-031-2/+10
* mmc: dw_mmc: prepare functions in dw_mmc-pltfm for reuseThomas Abraham2012-10-031-2/+10
* mmc: dw_mmc: add device tree supportThomas Abraham2012-10-031-0/+9
* mmc: dw_mmc: Use devm_* functions in dw_mmc platform driverThomas Abraham2012-10-031-21/+8
* mmc: dw_mmc: convert copy of struct device in struct dw_mci to a referenceThomas Abraham2012-10-031-1/+1
* mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slotJaehoon Chung2012-09-041-2/+2
* mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath2012-03-251-0/+134