aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/stm32_sdmmc2.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-19mmc: stm32_sdmmc2: Fix AARCH64 compilation warningsPatrice Chotard1-4/+4
2024-04-19mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" compatiblePatrick Delaunay1-0/+1
2024-01-29treewide: Remove clk_freeSean Anderson1-3/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2022-10-24mmc: stm32_sdmmc2: manage vqmmcYann Gautier1-0/+13
2022-10-24mmc: stm32_sdmmc2: protect against unsupported modesYann Gautier1-0/+2
2022-10-24mmc: stm32_sdmmc2: add dual data rate supportYann Gautier1-1/+4
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-07-12mmc: stm32_sdmmc2: introduce of_to_plat opsPatrick Delaunay1-45/+50
2022-07-12mmc: stm32_sdmmc2: remove privdataPatrick Delaunay1-75/+70
2022-07-12mmc: stm32_sdmmc2: cosmetic: rename stm32_sdmmc_bindPatrick Delaunay1-2/+2
2022-06-17mmc: stm32_sdmmc2: make reset property optionalPatrick Delaunay1-7/+7
2021-11-30mmc: stm32_sdmmc2: Add support for probing bus voltage level translatorMarek Vasut1-1/+62
2021-01-13mmc: stm32_sdmmc2: migrate trace to dev and log macroPatrick Delaunay1-40/+44
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-10-21mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc1-16/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-14mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay1-1/+1
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