aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/stm32_sdmmc2.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-10mmc: stm32_sdmmc2: implement host_power_cycle callbackYann Gautier1-2/+11
2019-08-27mmc: stm32_sdmmc2: reload watchdogChristophe Kerello1-0/+3
2019-08-27mmc: stm32_sdmmc2: Increase SDMMC_BUSYD0END_TIMEOUT_USPatrice Chotard1-1/+1
2019-07-12mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay1-1/+2
2019-04-23mmc: stm32_sdmmc2: Fix r1b timeout issueChristophe Kerello1-6/+55
2019-04-23mmc: stm32_sdmmc2: Update DT properties with v4.19 bindingsPatrick Delaunay1-3/+3
2018-07-19mmc: stm32_sdmmc2: update pwron managementPatrick Delaunay1-11/+67
2018-05-26mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-13mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay1-1/+6
2018-03-13mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay1-1/+2
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-16mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello1-1/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-09-28mmc: Add MMC support for stm32h7 SocsPatrice Chotard1-0/+608