index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2017-08-17
dm: mmc: Drop CONFIG_DM_MMC_OPS
Simon Glass
2017-08-01
dm: mmc: Allow disabling driver model in SPL
Simon Glass
2017-06-01
dm: mmc: Don't call board_mmc_power_init() with driver model
Simon Glass
2017-03-21
mmc: drop unnecessary send_status request
Xu Ziyuan
2017-01-23
mmc: Print error code for mmc_complete_init failure
Jagan Teki
2016-12-01
mmc: Tinification of the mmc code
Marek Vasut
2016-12-01
mmc: Fix warning if debug() is not used
Marek Vasut
2016-12-01
mmc: add bkops-enable command
Tomas Melin
2016-11-16
mmc: Retry the switch command
Maxime Ripard
2016-10-28
mmc: add the device name in debugging message for supplying vmmc
Jaehoon Chung
2016-10-28
mmc: introduce mmc_power_init
Peng Fan
2016-09-20
mmc: sd: extracting erase related information from sd status
Peng Fan
2016-08-16
mmc: send CMD0 before CMD1 for some MMC cards
Yangbo Lu
2016-08-05
mmc: use the generic error number
Jaehoon Chung
2016-07-11
dm: mmc: Add a way to use driver model for MMC operations
Simon Glass
2016-07-11
mmc: Move tracing code into separate functions
Simon Glass
2016-07-11
mmc: Move MMC boot code into its own file
Simon Glass
2016-07-11
dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
Simon Glass
2016-07-11
dm: mmc: Move CONFIG_BLK code into the mmc uclass
Simon Glass
2016-07-11
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
Simon Glass
2016-06-20
mmc: add MMC_VERSION_5_1
Stefan Wahren
2016-06-09
mmc: revert mmc: Handle switch error status bit in MMC card status
Heiko Schocher
2016-05-27
dm: mmc: Use cfg directly in mmc_bind()
Simon Glass
2016-05-26
mmc: Use byte array for multipliers
Simon Glass
2016-05-26
mmc: Drop mmc_register()
Simon Glass
2016-05-17
dm: mmc: Add support for driver-model block devices
Simon Glass
2016-05-17
dm: mmc: Add a way to bind MMC devices with driver model
Simon Glass
2016-05-17
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
Simon Glass
2016-05-17
dm: mmc: Move the device list into a separate file
Simon Glass
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
2016-05-17
dm: mmc: Add a function to obtain the block device
Simon Glass
2016-05-17
dm: mmc: Implement the select_hwpart() method
Simon Glass
2016-05-17
dm: mmc: Move mmc_switch_part() above its callers
Simon Glass
2016-05-17
dm: mmc: Drop the get_dev() function
Simon Glass
2016-05-17
dm: mmc: Add a legacy block interface for MMC
Simon Glass
2016-03-27
mmc: Print send_cmd response only when return value is zero
Bin Meng
2016-03-27
mmc: Fix switch..case indention
Bin Meng
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-20
dm: mmc: Try to honour the sequence order
Simon Glass
2016-01-13
mmc: store hwpart in the block device
Stephen Warren
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2015-12-13
mmc: mmc: Don't use sprintf when using tiny-printf
Sjoerd Simons
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-02
mmc: Probe DM based mmc devices in u-boot
Sjoerd Simons
2015-07-24
mmc: Protect `mmc_initialize` from initialising mmc multiple times
Daniel KochmaĆski
2015-07-21
mmc: Add debug() output on read errors
Simon Glass
2015-07-21
dm: mmc: Add an MMC uclass
Simon Glass
2015-05-05
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
[next]