]> git.ipfire.org Git - people/ms/u-boot.git/history - drivers/mmc/mmc.c
mmc: fix off-by-one bug in mmc_startup_v4()
[people/ms/u-boot.git] / drivers / mmc / mmc.c
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://www.denx.de...
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
2017-06-03  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2017-06-01  Simon Glassdm: mmc: Don't call board_mmc_power_init() with driver...
2017-04-13  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2017-03-29  Xu Ziyuanmmc: drop unnecessary send_status request
2017-03-21  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2017-03-21  Xu Ziyuanmmc: drop unnecessary send_status request
2017-01-25  Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2017-01-23  Jagan Tekimmc: Print error code for mmc_complete_init failure
2016-12-04  Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2016-12-01  Tom RiniMerge git://www.denx.de/git/u-boot-marvell
2016-12-01  Marek Vasutmmc: Tinification of the mmc code
2016-12-01  Marek Vasutmmc: Fix warning if debug() is not used
2016-12-01  Tomas Melinmmc: add bkops-enable command
2016-11-29  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-11-17  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot-mmc
2016-11-16  Maxime Ripardmmc: Retry the switch command
2016-10-29  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2016-10-29  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2016-10-28  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-atmel
2016-10-28  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-10-28  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot-mmc
2016-10-28  Jaehoon Chungmmc: add the device name in debugging message for suppl...
2016-10-28  Peng Fanmmc: introduce mmc_power_init
2016-09-26  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
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-19  Peng Fanmmc: sd: extracting erase related information from...
2016-08-20  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2016-08-16  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
next