summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2018-08-13mmc: socfpga: Add clock framework supportMarek Vasut1-9/+31
2018-08-08Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini1-16/+21
2018-08-06ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMCLukasz Majewski1-0/+1
2018-08-06ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...Lukasz Majewski1-1/+5
2018-08-06ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...Lukasz Majewski1-15/+15
2018-08-05Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+12
2018-08-04mmc: arm_pl180_mmci: Remove cd_inverted host's struct fieldPatrice Chotard2-5/+1
2018-08-04mmc: arm_pl180_mmci: Add missing clk_freePatrice Chotard1-0/+1
2018-08-04mmc: arm_pl180_mmci: Update to support CONFIG_BLKPatrice Chotard1-27/+40
2018-07-31sunxi: add MMC support for H6Icenowy Zheng1-1/+12
2018-07-23mmc: break out get_op_cond code to its own functionJon Nettleton1-26/+35
2018-07-19mmc: stm32_sdmmc2: update pwron managementPatrick Delaunay1-11/+67
2018-07-16dm: mmc: sunxi: Add A10/A20 compatible stringsAdam Sampson1-0/+2
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons3-0/+79
2018-07-09mmc: dwmmc: socfpga: Add reset ctrl to driverLey Foon Tan1-0/+17
2018-06-15mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning()Michal Simek1-1/+1
2018-06-15mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu1-4/+4
2018-06-02Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-0/+1
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini2-24/+32
2018-06-01mmc: renesas-sdhi: Add R8A77990 E3 compatibleMarek Vasut1-0/+1
2018-05-31mmc: zynqmp: Add HS200 modes support for ZynqMPSiva Durga Prasad Paladugu1-8/+17
2018-05-31mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu1-3/+6
2018-05-31mmc: zynq: Use live-tree functionsMichal Simek1-13/+9
2018-05-29mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen1-1/+1
2018-05-27mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard1-2/+2
2018-05-24Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini1-218/+47
2018-05-24Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan1-0/+7
2018-05-23mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf1-218/+47
2018-05-15mmc: sdhci: Check that ops are definedRamon Fried1-2/+2
2018-05-13mmc: Improve tinificationMarek Vasut2-26/+59
2018-05-11mmc: zynq_sdhci: Add support for SD3.0Siva Durga Prasad Paladugu1-5/+226
2018-05-11mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu1-1/+27
2018-05-11mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu1-0/+24
2018-05-11mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu1-2/+6
2018-05-11mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu1-0/+3
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2-3/+3
2018-05-08dm: mmc: socfpga: call dwmci_probe()Patrick Bruenn1-1/+1
2018-05-08mmc: Kconfig: add the MMC_TRACE config in KconfigJaehoon Chung1-0/+8
2018-05-08mmc: add the debug message in mmc_set_clockJaehoon Chung1-0/+2
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung3-10/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini51-103/+51
2018-05-02mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is definedHannes Schmelzer1-1/+1
2018-05-02mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer1-1/+7
2018-05-02mmc: fix return value check conditionPeng Fan1-1/+1
2018-04-30Merge git://git.denx.de/u-boot-sunxiTom Rini1-15/+20
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini9-17/+0
2018-04-25sunxi: improve throughput in the sunxi_mmc driverPhilipp Tomsich1-11/+16
2018-04-23mmc: Staticize sd_select_bus_widthMarek Vasut1-1/+1
2018-04-23Merge git://git.denx.de/u-boot-uniphierTom Rini3-22/+52
2018-04-23mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada1-0/+4