summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driverManivannan Sadhasivam2019-08-111-3/+26
* mmc: Move tegra loopback disable option to be under tegraTrent Piepho2019-08-091-11/+11
* Merge tag 'mmc-8-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-08-0910-15/+22
|\
| * mmc: tangier_sdhci: fix uninitialized pointer deref on probePeng Fan2019-08-091-1/+2
| * mmc: sdhci-cadence: fix uninitialized pointer deref on probePeng Fan2019-08-091-1/+2
| * mmc: s5p: fix uninitialized pointer deref on probePeng Fan2019-08-091-2/+2
| * mmc: pci: fix uninitialized pointer deref on probePeng Fan2019-08-091-2/+2
| * mmc: msm_sdhci: fix uninitialized pointer deref on probePeng Fan2019-08-091-2/+2
| * mmc: bcm: fix uninitialized pointer deref on probePeng Fan2019-08-092-2/+5
| * mmc: atmel_sdhci: fix uninitialized pointer deref on probePeng Fan2019-08-091-2/+2
| * mmc: zynq_sdhci: fix uninitialized pointer deref on probeMatwey V. Kornilov2019-08-091-3/+4
| * mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selectedFaiz Abbas2019-08-091-0/+1
* | Merge tag 'u-boot-rockchip-20190809' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-08-091-0/+16
|\ \ | |/ |/|
| * dw_mmc: turn on the IO supplyUrja Rannikko2019-07-311-0/+16
* | mmc: relocate code commentBaruch Siach2019-07-311-1/+1
* | mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeoutWeijie Gao2019-07-311-0/+3
* | mmc: sdhci: fix chip detect gpio property nameBaruch Siach2019-07-311-1/+1
* | mmc: mv_sdhci: fix uninitialized pointer deref on probeBaruch Siach2019-07-311-3/+3
|/
* Merge branch '2019-07-26-ti-imports'WIP/27Jul2019Tom Rini2019-07-271-43/+71
|\
| * mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versionsFaiz Abbas2019-07-261-43/+71
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-07-271-1/+3
|\ \ | |/ |/|
| * mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flagsAnup Patel2019-07-181-1/+3
* | rockchip: sdhci: Fix sdhci mmc driver probe abortKever Yang2019-07-201-4/+4
* | mmc: am654_sdhci: Allow driver to probe without PDs specifiedAndreas Dannenberg2019-07-171-8/+8
* | mmc: am654_sdhci: Add a platform specific set_control_reg() callbackFaiz Abbas2019-07-171-1/+17
* | mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas2019-07-172-36/+37
* | mmc: am654_sdhci: Add Support for PHYFaiz Abbas2019-07-172-7/+219
* | mmc: sdhci: Make set_ios_post() return intFaiz Abbas2019-07-172-2/+4
* | mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas2019-07-171-1/+1
* | mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas2019-07-171-3/+15
* | mmc: am654_sdhci: Remove quirksFaiz Abbas2019-07-171-3/+0
* | arm64: dts: k3: Sync sdhci0 node from kernel and change driver nameFaiz Abbas2019-07-173-23/+23
|/
* Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-07-1510-298/+634
|\
| * mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan2019-07-151-2/+2
| * mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan2019-07-151-0/+7
| * mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan2019-07-151-0/+20
| * mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan2019-07-151-9/+5
| * mmc: Parse no-1-8-v DT propertyPeng Fan2019-07-151-0/+5
| * mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan2019-07-151-0/+2
| * mmc: support hs400 enhanced strobe modePeng Fan2019-07-153-1/+100
| * mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li2019-07-151-2/+2
| * mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah2019-07-152-167/+320
| * mmc: skip select_mode_and_width for MMC SPI hostAnup Patel2019-07-151-0/+14
| * mmc: retry a few times if a partition switch failedJean-Jacques Hiblot2019-07-151-3/+7
| * mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot2019-07-151-36/+0
| * mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot2019-07-151-13/+36
| * mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot2019-07-151-0/+10
| * mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot2019-07-151-1/+9
| * mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-152-4/+4
| * mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot2019-07-153-21/+37