common: Drop linux/delay.h from common header
[oweals/u-boot.git] / drivers / mmc / mmc.c
2018-12-04 Marek Vasutmmc: Do not issue CMD 6 on SD 1.00 and SD 1.01
2018-11-16 Tom RiniMerge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
2018-11-14 Bin Mengblk: Call part_init() in the post_probe() method
2018-09-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2018-09-11 Tom RiniMerge tag 'fpga-for-v2018.11' of git://git.denx.de...
2018-09-11 Peng Fanmmc: add HS400 support
2018-07-27 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-07-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-imx
2018-07-23 Jon Nettletonmmc: break out get_op_cond code to its own function
2018-05-13 Marek Vasutmmc: Improve tinification
2018-05-11 Tom RiniMerge git://git.denx.de/u-boot-tegra
2018-05-11 Tom RiniMerge tag 'xilinx-for-v2018.07' of git://denx.de/git...
2018-05-11 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-05-11 Vipul Kumarmmc: Changed the datatype of the variable to handle...
2018-05-11 Tom RiniMerge git://git.denx.de/u-boot-socfpga
2018-05-09 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-08 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-05-08 Jaehoon Chungmmc: add the debug message in mmc_set_clock
2018-05-08 Jaehoon Chungmmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
2018-05-07 Tom RiniSPDX: Convert all of our single license tags to Linux...
2018-05-03 Tom RiniMerge git://git.denx.de/u-boot-usb
2018-05-03 Tom RiniMerge git://git.denx.de/u-boot-sh
2018-05-02 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-05-02 Peng Fanmmc: fix return value check condition
2018-04-30 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-04-26 Tom RiniMerge git://git.denx.de/u-boot-spi
2018-04-25 Tom RiniMerge git://git.denx.de/u-boot-video
2018-04-23 Tom RiniMerge tag 'signed-efi-2018.05' of git://github.com...
2018-04-23 Marek Vasutmmc: Staticize sd_select_bus_width
2018-03-01 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2018-02-26 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-02-25 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-02-23 Alexander Kochetkovmmc: fix off-by-one bug in mmc_startup_v4()
2018-02-23 Faiz Abbasmmc: Drop unnecessary case for mmc_probe()
2018-02-21 Jaehoon Chungmmc: synchronize the sequence with enum bus_mode in...
2018-02-20 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-02-19 Jean-Jacques Hiblotmmc: fix bug in mmc_startup_v4()
2018-02-19 Jean-Jacques Hiblotmmc: Fix bug in sd_set_card_speed()
2018-02-19 Masahiro Yamadammc: use pr_* log functions
2018-01-31 Tom RiniMerge tag 'xilinx-for-v2018.03' of git://git.denx.de...
2018-01-27 Tom RiniMerge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
2018-01-26 Tom RiniMerge git://git.denx.de/u-boot-sunxi
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-22 Jaehoon Chungmmc: fix the wrong disabling clock
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 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: 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: 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 Hiblotmmc: dump card and host capabilities if debug is enabled
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 Suniel Maheshdrivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_B...
2017-08-18 Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-08-18 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2017-08-17 Simon Glassdm: mmc: Drop CONFIG_DM_MMC_OPS
2017-08-16 Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-08-04 Tom RiniMerge tag 'xilinx-for-v2017.09' of git://denx.de/git...
2017-08-02 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-08-01 Tom RiniMerge git://git.denx.de/u-boot-x86
2017-08-01 Tom RiniMerge git://git.denx.de/u-boot-mmc
2017-08-01 Simon Glassdm: mmc: Allow disabling driver model in SPL
2017-06-27 Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-06-03 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
next