summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich
2018-12-04mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01Marek Vasut
2018-12-03mmc: tmio: sdhi: Add HS400 supportMarek Vasut
2018-12-03mmc: tmio: sdhi: Move tap_pos to private dataMarek Vasut
2018-12-03mmc: tmio: sdhi: Filter out HS400 on certain SoCsMarek Vasut
2018-12-03mmc: tmio: Reorder TMIO clock handlingMarek Vasut
2018-12-03mmc: tmio: Keep generating clock when clock are enabledMarek Vasut
2018-12-03mmc: tmio: Do not set divider to 1 in DDR modeMarek Vasut
2018-12-03mmc: tmio: Switch to clock frameworkMarek Vasut
2018-12-03mmc: Parse HS400 DT propertiesMarek Vasut
2018-11-29Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogicTom Rini
2018-11-28mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoCWeijie Gao
2018-11-26mmc: meson-gx: Add AXG compatibleNeil Armstrong
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick
2018-11-16Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini
2018-11-14Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2018-11-14mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-13mmc: sunxi: add support for automatic delay calibrationVasily Khoruzhick
2018-11-10mmc: dw_mmc: Add RCRC handlingMarek Vasut
2018-11-02mmc: tmio: sdhi: Merge DTCNTL access into single register writeMarek Vasut
2018-11-02mmc: tmio: sdhi: Implement waiting for DAT0 line stateMarek Vasut
2018-11-02mmc: tmio: sdhi: Clear HS400 settings when resetting SCCMarek Vasut
2018-11-02mmc: tmio: sdhi: Touch SCC only when UHS capableMarek Vasut
2018-11-02mmc: tmio: Preinitialize regulator to 3.3VMarek Vasut
2018-11-02mmc: tmio: Configure clock before any other IOSMarek Vasut
2018-11-02mmc: tmio: Silence transfer errors when tuningMarek Vasut
2018-11-02mmc: tmio: Improve error handlingMarek Vasut
2018-11-02mmc: tmio: Simplify pinmux handlingMarek Vasut
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini
2018-10-22mmc: fsl_esdhc: add uclass clk supportPeng Fan
2018-10-22fsl_esdhc: Update usdhc driver to support i.MX8Ye Li
2018-10-16arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek
2018-10-09mmc: tmio: Limit DMA to 32bit on R-Car Gen3Marek Vasut
2018-10-09mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()Marek Vasut
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander
2018-10-02rockchip: dwmmc: add rk2928-dw-mshc compatibleHeiko Stuebner
2018-10-02mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner
2018-09-29mmc: omap_mmc: Remove invert referencesAdam Ford
2018-09-25mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford
2018-09-11MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROLAdam Ford
2018-09-11MMC: Enable DM_MMC for DavinciAdam Ford
2018-09-11mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIOAdam Ford
2018-09-11Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2018-09-11mmc: k3_arasan: Add sdhci driver support for K3 family SoCsLokesh Vutla
2018-09-11mmc: uniphier-sd: sync with LinuxMasahiro Yamada
2018-09-10mmc: fsl_esdhc: enable HS400 featurePeng Fan
2018-09-10mmc: add HS400 supportPeng Fan