summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/stm32_sdmmc2.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: stm32_sdmmc2: migrate trace to dev and log macroPatrick Delaunay2021-01-131-40/+44
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+1
|\
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-091-1/+1
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
|/
* mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc2020-10-211-16/+2
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay2020-05-141-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mmc: stm32_sdmmc2: implement host_power_cycle callbackYann Gautier2019-10-101-2/+11
* mmc: stm32_sdmmc2: reload watchdogChristophe Kerello2019-08-271-0/+3
* mmc: stm32_sdmmc2: Increase SDMMC_BUSYD0END_TIMEOUT_USPatrice Chotard2019-08-271-1/+1
* mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-1/+2
* mmc: stm32_sdmmc2: Fix r1b timeout issueChristophe Kerello2019-04-231-6/+55
* mmc: stm32_sdmmc2: Update DT properties with v4.19 bindingsPatrick Delaunay2019-04-231-3/+3
* mmc: stm32_sdmmc2: update pwron managementPatrick Delaunay2018-07-191-11/+67
* mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard2018-05-261-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay2018-03-131-1/+6
* mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay2018-03-131-1/+2
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello2017-10-161-1/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* mmc: Add MMC support for stm32h7 SocsPatrice Chotard2017-09-281-0/+608