]> git.karo-electronics.de Git - karo-tx-uboot.git/history - drivers/mmc
arm64: mvebu: armada-ap806.dtsi: Add clock-frequency to UART DT node
[karo-tx-uboot.git] / drivers / mmc /
2016-09-26 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-09-24 Masahiro Yamadatreewide: replace #include <asm-generic/errno.h> with...
2016-09-23 Masahiro Yamadatreewide: replace #include <asm/errno.h> with <linux...
2016-09-23 Masahiro Yamadammc: squash lines for immediate return
2016-09-22 Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-09-22 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2016-09-22 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2016-09-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2016-09-21 Tom RiniMerge branch 'master' of http://git.denx.de/u-boot-mmc
2016-09-21 Jacob Chenmmc: dw_mmc: push/pop all FIFO data if any data request
2016-09-19 Wenyou Yangmmc: sdhci: Add the programmable clock mode support
2016-09-19 Peng Fanmmc: sd: optimize erase
2016-09-19 Peng Fanmmc: sd: extracting erase related information from...
2016-09-19 Masahiro Yamadammc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT
2016-09-19 Masahiro Yamadammc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME
2016-09-19 Masahiro Yamadammc: sdhci: move SDMA capability check to sdhci_setup_cfg()
2016-09-19 Masahiro Yamadammc: sdhci: move broken voltage quirk handling to sdhci...
2016-09-19 Masahiro Yamadammc: sdhci: move error message to more relevant place
2016-09-19 Masahiro Yamadammc: sdhci: move sdhci_reset() call to sdhci_init()
2016-09-18 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2016-09-14 Masahiro Yamadammc: uniphier-sd: migrate to CONFIG_BLK
2016-08-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2016-08-28 Masahiro Yamadammc: uniphier-sd: just return if already set to desired...
2016-08-28 Masahiro Yamadammc: uniphier-sd: return error code if unsupported...
2016-08-28 Masahiro Yamadammc: uniphier-sd: move uniphier_sd_init() below
2016-08-28 Masahiro Yamadammc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS
2016-08-28 Masahiro Yamadammc: uniphier-sd: add static qualifiers to probe and...
2016-08-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2016-08-26 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2016-08-25 Stephen WarrenARM: tegra: fix Tegra186 SDHCI clock/reset names
2016-08-20 Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2016-08-17 masakazu.mochizuki... arm: rmobile: Add BLANCHE board support
2016-08-17 Yannick Gicquelmmc: rmobile: add a compiler barrier
2016-08-17 Nobuhiro IwamatsuARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE
2016-08-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-08-16 Jaehoon Chungmmc: mmc_legacy: fix the compiler error with disabled...
2016-08-16 Yangbo Lummc: send CMD0 before CMD1 for some MMC cards
2016-08-16 Sekhar Noridrivers: mmc: omap_hsmmc: fix build breakage
2016-08-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-atmel
2016-08-15 Wenyou Yangmmc: atmel_sdhci: Convert to the driver model support
2016-08-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2016-08-15 Stephen Warrenmmc: tegra: port to standard clock/reset APIs
2016-08-12 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-08-12 Stephen Warrenfdt: allow fdtdec_get_addr_size_*() to translate addresses
2016-08-06 Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-08-06 Tom Rinizynq_sdhci.c: Fix warning in arasan_sdhci_probe
2016-08-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2016-08-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2016-08-05 Jaehoon Chungmmc: sdhci: fix the compiler warning when disable CONFI...
2016-08-05 Xu Ziyuanmmc: dw_mmc: fix data starvation by host timeout under...
2016-08-05 Xu Ziyuanmmc: dw_mmc: transfer proper bytes to FIFO
2016-08-05 Jaehoon Chungmmc: sdhci: remove the unnecessary arguments for sdhci_...
2016-08-05 Jaehoon Chungmmc: sdhci: remove the unused argument for sdhci_setup_cfg
2016-08-05 Jaehoon Chungmmc: sdhci: revert "mmc: sdhci: Claer high speed if...
2016-08-05 Xu Ziyuanmmc: display mmc list information like mmc_legacy type
2016-08-05 Jaehoon Chungmmc: use the generic error number
2016-08-05 Jaehoon Chungmmc: fsl_esdhc: remove the duplicated header file
2016-08-05 Jaehoon Chungmmc: dw_mmc: remove the duplicated header file
2016-08-05 Jaehoon Chungmmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B
2016-08-05 Jaehoon Chungmmc: sdhci: set to INT_DATA_END when there are data
2016-08-05 Masahiro Yamadammc: sdhci: clean up timeout detection
2016-08-01 Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-07-31 Kever Yangmmc-uclass: correct the device number
2016-07-28 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-07-28 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-07-28 Xu Ziyuanmmc: dw_mmc: reduce timeout detection cycle
2016-07-27 Simon Glassdm: socfpga: mmc: Support CONFIG_BLK
2016-07-27 Simon Glassdm: mmc: zynq: Convert zynq to use driver model for MMC
2016-07-27 Jaehoon Chungdm: mmc: dwmmc: use the callback functions as static
2016-07-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-07-26 Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2016-07-26 Tom RiniMerge git://git.denx.de/u-boot-mpc86xx
2016-07-26 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-07-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2016-07-26 Kever Yangmmc: rockchip: add SDHCI driver support for rockchip soc
2016-07-23 Masahiro YamadaARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
2016-07-22 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2016-07-22 Siva Durga Prasad... mmc: sdhci: Disable internal clock enable bit
2016-07-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2016-07-19 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-07-16 Robert P. J. DayVarious, unrelated tree-wide typo fixes.
2016-07-15 Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2016-07-15 Hans de Goedesunxi: Use BROM stored boot_media value to determine...
2016-07-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2016-07-15 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-07-15 Tobias Doerffelsunxi: mmc: increase status register polling rate for...
2016-07-15 Simon Glassrockchip: mmc: Update the driver to support of-platdata
2016-07-15 Simon Glassrockchip: mmc: Move all DT decoding to ofdata_to_platdata()
2016-07-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-07-12 Jaehoon Chungmmc: exynos_dw_mmc: support the Driver mode for Exynos
2016-07-12 Jaehoon Chungmmc: exynos_dw_mmc: use the 4bit bus-width by default
2016-07-12 Jaehoon Chungmmc: exynos_dw_mmc: clean the unused and unnecessary...
2016-07-12 Jaehoon Chungmmc: exynos_dw_mmc: add the error control for checking...
2016-07-12 Jaehoon Chungmmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL
2016-07-12 Jaehoon Chungmmc: exynos_dw_mmc: remove the unused function
2016-07-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2016-07-11 Simon Glassdm: mmc: msmsdhic: Drop old MMC code
2016-07-11 Simon Glassdm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MM...
2016-07-11 Simon Glassdm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
2016-07-11 Simon Glassdm: mmc: sdhci: Refactor configuration setup to support DM
next