aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/stm32_sdmmc2.c
AgeCommit message (Expand)Author
2021-01-13mmc: stm32_sdmmc2: migrate trace to dev and log macroPatrick Delaunay
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard
2020-10-21mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-14mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-10mmc: stm32_sdmmc2: implement host_power_cycle callbackYann Gautier
2019-08-27mmc: stm32_sdmmc2: reload watchdogChristophe Kerello
2019-08-27mmc: stm32_sdmmc2: Increase SDMMC_BUSYD0END_TIMEOUT_USPatrice Chotard
2019-07-12mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay
2019-04-23mmc: stm32_sdmmc2: Fix r1b timeout issueChristophe Kerello
2019-04-23mmc: stm32_sdmmc2: Update DT properties with v4.19 bindingsPatrick Delaunay
2018-07-19mmc: stm32_sdmmc2: update pwron managementPatrick Delaunay
2018-05-26mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-13mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay
2018-03-13mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard
2017-10-16mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-28mmc: Add MMC support for stm32h7 SocsPatrice Chotard