summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: socfpga: Add clock framework supportMarek Vasut2018-08-131-9/+31
* Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2018-08-071-16/+21
|\
| * ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMCLukasz Majewski2018-08-061-0/+1
| * ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...Lukasz Majewski2018-08-061-1/+5
| * ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...Lukasz Majewski2018-08-061-15/+15
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-041-1/+12
|\ \
| * | sunxi: add MMC support for H6Icenowy Zheng2018-07-311-1/+12
| |/
* | mmc: arm_pl180_mmci: Remove cd_inverted host's struct fieldPatrice Chotard2018-08-032-5/+1
* | mmc: arm_pl180_mmci: Add missing clk_freePatrice Chotard2018-08-031-0/+1
* | mmc: arm_pl180_mmci: Update to support CONFIG_BLKPatrice Chotard2018-08-031-27/+40
|/
* mmc: break out get_op_cond code to its own functionJon Nettleton2018-07-231-26/+35
* mmc: stm32_sdmmc2: update pwron managementPatrick Delaunay2018-07-191-11/+67
* dm: mmc: sunxi: Add A10/A20 compatible stringsAdam Sampson2018-07-161-0/+2
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-103-0/+79
* mmc: dwmmc: socfpga: Add reset ctrl to driverLey Foon Tan2018-07-091-0/+17
* mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning()Michal Simek2018-06-151-1/+1
* mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu2018-06-151-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-06-021-0/+1
|\
| * mmc: renesas-sdhi: Add R8A77990 E3 compatibleMarek Vasut2018-06-011-0/+1
* | Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-06-012-24/+32
|\ \
| * | mmc: zynqmp: Add HS200 modes support for ZynqMPSiva Durga Prasad Paladugu2018-05-311-8/+17
| * | mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu2018-05-311-3/+6
| * | mmc: zynq: Use live-tree functionsMichal Simek2018-05-311-13/+9
| |/
* | mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen2018-05-291-1/+1
|/
* mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard2018-05-261-2/+2
* Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2018-05-241-218/+47
|\
| * mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf2018-05-231-218/+47
* | Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan2018-05-231-0/+7
|/
* mmc: sdhci: Check that ops are definedRamon Fried2018-05-141-2/+2
* mmc: Improve tinificationMarek Vasut2018-05-132-26/+59
* mmc: zynq_sdhci: Add support for SD3.0Siva Durga Prasad Paladugu2018-05-111-5/+226
* mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu2018-05-111-1/+27
* mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu2018-05-111-0/+24
* mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu2018-05-111-2/+6
* mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu2018-05-111-0/+3
* mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2018-05-112-3/+3
* dm: mmc: socfpga: call dwmci_probe()Patrick Bruenn2018-05-081-1/+1
* mmc: Kconfig: add the MMC_TRACE config in KconfigJaehoon Chung2018-05-081-0/+8
* mmc: add the debug message in mmc_set_clockJaehoon Chung2018-05-081-0/+2
* mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung2018-05-083-10/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0751-103/+51
* mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is definedHannes Schmelzer2018-05-021-1/+1
* mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer2018-05-021-1/+7
* mmc: fix return value check conditionPeng Fan2018-05-021-1/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-301-15/+20
|\
| * sunxi: improve throughput in the sunxi_mmc driverPhilipp Tomsich2018-04-251-11/+16
| * sunxi: mmc: Fix phase delaysStefan Mavrodiev2018-04-231-4/+4
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-279-17/+0
* | mmc: Staticize sd_select_bus_widthMarek Vasut2018-04-231-1/+1
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2018-04-233-22/+52
|\ \