summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/uniphier-sd.c
AgeCommit message (Expand)Author
2023-08-15mmc: uniphier-sd: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2023-08-09mmc: uniphier-sd: register irqs before registering controllerWolfram Sang
2023-01-27mmc: uniphier-sd: Add control to switch UHS speedKunihiko Hayashi
2023-01-27mmc: uniphier-sd: Add control of UHS mode using SD interface logicKunihiko Hayashi
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang
2021-03-30mmc: uniphier-sd: Fix a resource leak in the remove functionChristophe JAILLET
2021-03-30mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()Christophe JAILLET
2021-02-08mmc: uniphier-sd: Use new tasklet APIEmil Renner Berthing
2020-12-04mmc: tmio: set max_busy_timeoutWolfram Sang
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v5.4Douglas Anderson
2020-09-07mmc: tmio: remove indirection of 'hw_reset' callbackWolfram Sang
2020-05-28mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe()Masahiro Yamada
2019-12-16mmc: uniphier-sd: Convert to pinctrl_select_default_state()Ulf Hansson
2019-09-13Merge branch 'fixes' into nextUlf Hansson
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-10mmc: tmio: move runtime PM enablement to the driver implementationsNiklas Söderlund
2018-10-15mmc: uniphier-sd: avoid using broken DMA RX channelMasahiro Yamada
2018-10-15mmc: uniphier-sd: fix DMA disablingMasahiro Yamada
2018-10-15mmc: tmio: simplify the DMA mode testMasahiro Yamada
2018-10-08mmc: uniphier-sd: add UniPhier SD/eMMC controller driverMasahiro Yamada