summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * sunxi: mmc: A20: Fix MMC optimisationAndre Przywara2021-09-141-3/+7
| * mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle2021-09-131-7/+0
| * mmc: fix device_remove when HS400_ES is enabledYe Li2021-09-101-3/+5
| * mmc: fix switch issue with send_status disabledYe Li2021-09-101-1/+1
| * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-102-2/+25
| * Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com2021-09-101-2/+1
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-5/+0
|/
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-272-42/+212
|\
| * mmc: zynq_sdhci: Use set_control_reg from sdhci.cAshok Reddy Soma2021-08-261-20/+1
| * mmc: zynq_sdhci: Wait till sd card detect state is stableT Karthik Reddy2021-08-261-0/+19
| * mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2021-08-261-1/+107
| * mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma2021-08-261-14/+59
| * mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-061-2/+8
| * mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelayAshok Reddy Soma2021-08-061-5/+18
* | mmc: rockchip_sdhci: Add support for RK3568Yifeng Zhao2021-08-111-0/+109
* | mmc: rockchip_sdhci: add phy and clock config for rk3399Yifeng Zhao2021-08-111-36/+277
* | drivers: mmc: fsl_esdhc_imx: support i.MX8ULPPeng Fan2021-08-092-5/+9
|/
* mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2Stephan Gerhold2021-07-302-7/+16
* mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()Stephan Gerhold2021-07-301-15/+4
* mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()Stephan Gerhold2021-07-301-5/+2
* mmc: arm_pl180_mmci: Don't bind to all arm, primecell devicesStephan Gerhold2021-07-301-1/+1
* mmc: rpmb: Fix driver routing memory alignment with tmp bufferlitchipi2021-07-301-2/+16
* Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-292-0/+4
|\
| * mmc: sdhci_am654: Read ti, strobe-sel property from device treeAswath Govindraju2021-07-271-0/+1
| * mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas2021-07-271-0/+3
* | Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-281-1/+1
|/
* mmc: zynq_sdhci: Make variables/structure staticMichal Simek2021-07-261-6/+10
* mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek2021-07-261-12/+12
* mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma2021-07-261-2/+8
* mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma2021-07-261-27/+31
* mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma2021-07-261-12/+4
* mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma2021-07-261-12/+8
* sandbox: mmc: Support fixed MMC devicesSimon Glass2021-07-211-3/+21
* mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár2021-07-151-3/+4
* mmc: sunxi: Use mmc_of_parse()Andre Przywara2021-07-101-15/+17
* mmc: sunxi: Increase MMIO FIFO read performanceAndre Przywara2021-07-101-8/+31
* mmc: sunxi: Cleanup and fix self-calibration codeAndre Przywara2021-07-101-8/+19
* mmc: sunxi: Cleanup "new timing mode" selectionAndre Przywara2021-07-101-9/+6
* mmc: sunxi: Fix MMC clock parent selectionAndre Przywara2021-07-101-3/+7
* mmc: sunxi: Fix warnings with CONFIG_PHYS_64BITAndre Przywara2021-07-101-2/+2
* mmc: sunxi: Avoid #ifdefs in delay and width setupAndre Przywara2021-07-101-18/+15
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-0/+2
|\
| * dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* | Merge branch '2021-07-06-platform-updates'Tom Rini2021-07-063-0/+92
|\ \
| * | mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driverJassi Brar2021-07-063-0/+92
| |/
* | mmc: openpiton: add piton_mmc driverTianrui Wei2021-07-063-0/+171
|/
* Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock...Fabio Estevam2021-06-221-21/+8
* mmc: mmc-uclass: change to static about dm functionJaehoon Chung2021-06-221-12/+12
* mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung2021-06-222-2/+1
* mmc: dwmmc: socfpga: Get "fifo-mode" property from DTLey Foon Tan2021-06-221-0/+2