summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2020-10-054-32/+41
|\
| * Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-051-3/+10
| |\
| | * mmc: atmel-sdhci: use mmc_of_parse to get the DT propertiesEugen Hristev2020-09-251-0/+4
| | * mmc: atmel-sdhci: enable the required generic clockEugen Hristev2020-09-251-0/+4
| | * mmc: atmel-sdhci: do not check clk_set_rate return valueEugen Hristev2020-09-251-3/+1
| | * mmc: atmel-sdhci: add sama7g5-sdhci compatibility stringEugen Hristev2020-09-251-0/+1
| * | mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson2020-09-301-11/+13
| * | mmc: bcm2835-host: Fix not calling dev_dbg with a deviceSean Anderson2020-09-301-17/+17
| * | mmc: zynq: Fix incorrect indentationMichal Simek2020-09-231-1/+1
| |/
* / mmc: pic32: Refresh PIC32 MMC driverJohn Robertson2020-09-231-36/+50
|/
* mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen2020-09-171-1/+6
* mmc: xenon_sdhci: Add missing common host capabilitiesAndre Heider2020-09-151-14/+4
* mmc: msm_sdhci: Use mmc_of_parse for setting host_capsManivannan Sadhasivam2020-09-151-0/+4
* mmc: xenon: set signal voltage and max base clockEvan Wang2020-08-311-1/+78
* mmc: Add MMC controller driver for OcteonTX / TX2Suneel Garapati2020-08-254-0/+4114
* treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-222-2/+2
* mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek2020-08-201-4/+4
* mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas2020-08-201-1/+4
* mmc: zynq: Fix default value for xlnx,mio-bankMichal Simek2020-08-201-1/+1
* xilinx: Fix xlnx,mio_bank propertyMichal Simek2020-08-201-1/+1
* xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek2020-08-201-1/+0
* mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas2020-08-111-1/+1
* Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-08-041-15/+77
|\
| * mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano2020-08-021-1/+24
| * mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano2020-08-021-14/+53
| * mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano2020-08-021-1/+1
* | mmc: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* | Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini2020-07-291-8/+2
|\ \
| * | drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano2020-07-281-8/+2
* | | mmc: add nexell driverStefan Bosch2020-07-293-0/+246
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-07-275-57/+4
|\ \
| * | Move eSDHC adapter card identification to board filesYangbo Lu2020-07-275-56/+4
| * | Drop global data sdhc_adapter for powerpcYangbo Lu2020-07-271-1/+0
| |/
* | Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-07-2721-22/+22
|\ \
| * | treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2511-12/+12
| * | treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2510-10/+10
| |/
* / mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford2020-07-251-1/+1
|/
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-2421-22/+22
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2011-12/+12
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2010-10/+10
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-177-16/+17
* acpi: mmc: Generate ACPI info for the PCI SD CardSimon Glass2020-07-171-1/+77
* Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-07-152-8/+49
|\
| * mmc_spi: generate R1b response for erase and stop transmission commandPragnesh Patel2020-07-141-4/+28
| * mmc: mmc_spi: Generate R1 response for erase block start and end addressPragnesh Patel2020-07-141-0/+2
| * mmc: mmc_spi: Read R2 response for send status command - CMD13Pragnesh Patel2020-07-141-3/+8
| * mmc: read ssr for SD spiPragnesh Patel2020-07-142-0/+6
| * mmc: mmc_spi: generate R1 response for different mmc SPI commandsPragnesh Patel2020-07-141-0/+2
| * mmc: mmc_spi: correct the while conditionPragnesh Patel2020-07-141-1/+3
* | mmc: omap_hsmmc: Set 3.3V for IO voltage on all placesPali Rohár2020-07-131-1/+1
|/