summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci_f_sdh30.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-15mmc: sdhci_f_sdh30: Use sdhci_pltfm_remove()Adrian Hunter1-1/+1
2023-08-15mmc: f-sdh30: Convert to platform remove callback returning voidYangtao Li1-5/+3
2023-08-15mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_removeYangtao Li1-4/+7
2023-07-14mmc: sdhci-f-sdh30: Replace with sdhci_pltfmKunihiko Hayashi1-33/+27
2022-12-07mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi1-0/+3
2022-12-07mmc: f-sdh30: Add support for non-removable mediaKunihiko Hayashi1-0/+7
2022-12-07mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51Kunihiko Hayashi1-1/+3
2022-12-07mmc: f-sdh30: Add reset control supportKunihiko Hayashi1-1/+16
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2019-12-18mmc: sdhci_f_sdh30: convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2019-11-13mmc: sdhci-milbeaut: add Milbeaut SD controller driverTakao Orito1-25/+1
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2018-01-11mmc: sdhci_f_sdh30: add ACPI supportArd Biesheuvel1-18/+34
2017-11-07sdhci-fujitsu: add support for setting the CMD_DAT_DELAY attributeArd Biesheuvel1-0/+14
2016-07-29mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson1-1/+1
2015-06-01mmc: sdhci_f_sdh30: Fix the size passed to sdhci_alloc_hostAxel Lin1-2/+1
2015-06-01mmc: sdhci_f_sdh30: Staticize local functionsAxel Lin1-3/+3
2015-01-21mmc: sdhci: host: fix odd_ptr_err.cocci warningsWu Fengguang1-1/+1
2015-01-20mmc: sdhci: host: add new f_sdh30Vincent Yang1-0/+237