]> git.sur5r.net Git - u-boot/history - drivers/mmc
cfi_flash: Remove return from void function
[u-boot] / drivers / mmc /
2018-01-28 Tom RiniMerge git://git.denx.de/u-boot-rockchip
2018-01-28 Alexander Grafmmc: Add bcm2835 sdhost controller
2018-01-27 Tom RiniMerge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
2018-01-27 Tom RiniMerge git://git.denx.de/u-boot-usb
2018-01-27 Tom RiniMerge git://git.denx.de/u-boot-socfpga
2018-01-26 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-01-26 Tom RiniMerge git://git.denx.de/u-boot-mips
2018-01-26 Tom RiniMerge git://git.denx.de/u-boot-spi
2018-01-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-coldfire
2018-01-24 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-01-24 Jun Niemmc: Poll for broken card detection case
2018-01-24 Jaehoon Chungmmc: fix to assign to correct clock value when clock...
2018-01-24 Álvaro Fernández... wait_bit: use wait_for_bit_le32 and remove wait_for_bit
2018-01-22 Benoît Thébaudeaummc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock
2018-01-22 Jaehoon Chungmmc: fix the wrong disabling clock
2018-01-22 Masahiro Yamadammc: sdhci: change data transfer failure into debug...
2018-01-22 Masahiro Yamadammc: sdhci-cadence: add HS200 support
2018-01-22 Masahiro Yamadammc: sdhci-cadence: call mmc_of_parse()
2018-01-22 Masahiro Yamadammc: sdhci-cadence: use bitfield access macros for...
2018-01-22 Masahiro Yamadammc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
2018-01-22 Masahiro Yamadammc: let mmc_of_parse() fail for insane bus-width value
2018-01-22 Masahiro Yamadammc: do not overwrite cfg->f_max if "max-frequency...
2018-01-20 Tom RiniMerge git://git.denx.de/u-boot-marvell
2018-01-19 Tom RiniMerge git://git.denx.de/u-boot-arc
2018-01-19 Kishon Vijay Abraham Immc: omap_hsmmc: Fix incorrect bit operations for disab...
2018-01-19 Kishon Vijay Abraham Immc: omap_hsmmc: Enable Auto command (CMD12) enable
2018-01-19 Kishon Vijay Abraham Immc: omap_hsmmc: Add support for DMA (ADMA2)
2018-01-19 Jean-Jacques HiblotRevert "omap_hsmmc: update struct hsmmc to accommodate...
2018-01-15 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-01-15 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-01-12 Peng Fanmmc: fsl_esdhc: Fix eMMC 1.8v setting issue
2018-01-12 Jean-Jacques Hiblotmmc: remove hc_wp_grp_size from struct mmc if not needed
2018-01-12 Jean-Jacques Hiblotmmc: don't read the size of eMMC enhanced user data...
2018-01-12 Jean-Jacques Hiblotmmc: compile out erase and write mmc commands if write...
2018-01-12 Jean-Jacques Hiblotmmc: read ssr only if MMC write support is enabled
2018-01-12 Jean-Jacques Hiblotmmc: add a Kconfig option to enable the support for...
2018-01-12 Jean-Jacques Hiblotmmc: reworked version lookup in mmc_startup_v4
2018-01-12 Jean-Jacques Hiblotmmc: compile out more code if support for UHS and HS200...
2018-01-12 Jean-Jacques Hiblotmmc: atmel: when sending a data command, use the provid...
2018-01-12 Jean-Jacques Hiblotdm: mmc: sandbox: Update SD card emulation
2018-01-12 Jean-Jacques Hiblotmmc: make optional the support for eMMC hardware partit...
2018-01-12 Jean-Jacques Hiblotmmc: make UHS and HS200 optional
2018-01-12 Jean-Jacques Hiblotmmc: convert most of printf() to pr_err() and pr_warn()
2018-01-12 Jean-Jacques Hiblotmmc: don't use malloc_cache_aligned()
2018-01-12 Jean-Jacques Hiblotmmc: fix for old MMCs (below version 4)
2018-01-12 Jean-Jacques Hiblotmmc: all hosts support 1-bit bus width and legacy timings
2018-01-12 Jean-Jacques Hiblotmmc: Fixed a problem with old sd or mmc that do not...
2018-01-12 Jean-Jacques Hiblotdm: mmc: update mmc_of_parse()
2018-01-12 Jean-Jacques Hiblotmmc: dump card and host capabilities if debug is enabled
2018-01-12 Jaehoon Chungmmc: meson_gx_mmc: fix the complie error
2018-01-12 Kishon Vijay Abraham Idm: mmc: Add a library function to parse generic dt...
2018-01-12 Jean-Jacques Hiblotmmc: add a library function to send tuning command
2018-01-12 Jean-Jacques Hiblotmmc: use the right voltage level for MMC DDR and HS200...
2018-01-12 Kishon Vijay Abraham Immc: Retry some MMC cmds on failure
2018-01-12 Jean-Jacques Hiblotmmc: Change mode when switching to a boot partition
2018-01-12 Jean-Jacques Hiblotmmc: disable UHS modes if Vcc cannot be switched on...
2018-01-12 Jean-Jacques Hiblotmmc: Add support for UHS modes
2018-01-12 Kishon Vijay Abraham Immc: add HS200 support in MMC core
2018-01-12 Kishon Vijay Abraham Immc: Add a execute_tuning() callback to the mmc operations.
2018-01-12 Kishon Vijay Abraham Immc: disable the mmc clock during power off
2018-01-12 Kishon Vijay Abraham Immc: add a new mmc parameter to disable mmc clock
2018-01-12 Kishon Vijay Abraham Immc: add power cyle support in mmc core
2018-01-12 Jean-Jacques Hiblotmmc: Add a new callback function to perform the 74...
2018-01-12 Kishon Vijay Abraham Immc: Enable signal voltage to be selected from mmc...
2018-01-12 Kishon Vijay Abraham Immc: make mmc_set_ios() return status
2018-01-12 Jean-Jacques Hiblotmmc: refactor MMC startup to make it easier to support...
2018-01-12 Jean-Jacques Hiblotmmc: refactor SD startup to make it easier to support...
2018-01-12 Jean-Jacques Hiblotmmc: use mmc modes to select the correct bus speed
2018-01-12 Jean-Jacques Hiblotmmc: Add a function to dump the mmc capabilities
2018-01-12 Jean-Jacques Hiblotmmc: introduce mmc modes
2018-01-12 Jean-Jacques Hiblotmmc: add a function to read and test the ext csd (mmc...
2018-01-12 Jean-Jacques Hiblotmmc: make ext_csd part of struct mmc
2018-01-12 Jean-Jacques Hiblotmmc: move the MMC startup for version above v4.0 in...
2018-01-12 Jean-Jacques Hiblotmmc: split mmc_startup()
2018-01-12 Jean-Jacques Hiblotmmc: dm: get the IO-line and main voltage regulators...
2018-01-12 Heinrich Schuchardtmmc: sdhci: do not compare pointer to 0
2018-01-12 Jorge Ramirez-Ortizmmc: sdhci: don't clear SDHCI_INT_STATUS register durin...
2018-01-12 Felix Brackmmc: sanitize includes for DM i2c
2018-01-12 Suniel Maheshdrivers: mmc: Avoid memory leak in case of failure
2018-01-12 Suniel Maheshdrivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_B...
2017-12-19 Tom RiniMerge git://git.denx.de/u-boot-spi
2017-12-19 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2017-12-18 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-12-18 Tom RiniMerge tag 'xilinx-for-v2018.01-rc2-v2' of git://www...
2017-12-14 Tom RiniMerge git://git.denx.de/u-boot-dm
2017-12-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2017-12-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2017-12-13 Tom RiniMerge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
2017-12-09 Marek Vasutmmc: uniphier-sd: Add R8A77995 D3 compatible
2017-12-09 Marek Vasutmmc: uniphier-sd: Add R8A77970 V3M compatible
2017-12-04 Tom RiniMerge git://git.denx.de/u-boot-cfi-flash
2017-11-30 Tom RiniMerge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
2017-11-30 Tom RiniMerge git://git.denx.de/u-boot-marvell
2017-11-30 Tom RiniMerge git://git.denx.de/u-boot-x86
2017-11-30 Ludovic Desrochesmmc: atmel_sdhci: not on capabilities to set gck rate
2017-11-30 Tom RiniMerge git://git.denx.de/u-boot-nds32
2017-11-30 Rick Chennds32: ftsdc010: Fix SD detech fail on AE3XX.
2017-11-30 Rick Chennds32: ftsdc010: fix wait status error coding.
2017-11-30 Rick Chennds32: ftsdc010: Support ftsdc010 DM.
2017-11-30 Rick Chennds32: mmc: Support ftsdc010 DM.
next