Commit Graph

178 Commits (fa7720b21ef48f2d0ebd22f609fea7ec2cfe6c16)

Author SHA1 Message Date
Jagan Teki 919b485834 mmc: Print error code for mmc_complete_init failure 8 years ago
Marek Vasut b5b838f1a7 mmc: Tinification of the mmc code 9 years ago
Marek Vasut ce9eca9438 mmc: Fix warning if debug() is not used 9 years ago
Tomas Melin cd3d48807d mmc: add bkops-enable command 9 years ago
Maxime Ripard a9003dc641 mmc: Retry the switch command 9 years ago
Jaehoon Chung 288db7c7c0 mmc: add the device name in debugging message for supplying vmmc 9 years ago
Peng Fan 2051aefe71 mmc: introduce mmc_power_init 9 years ago
Peng Fan 3697e5992f mmc: sd: extracting erase related information from sd status 9 years ago
Yangbo Lu d188b11302 mmc: send CMD0 before CMD1 for some MMC cards 9 years ago
Jaehoon Chung 915ffa5213 mmc: use the generic error number 9 years ago
Simon Glass 8ca51e51c1 dm: mmc: Add a way to use driver model for MMC operations 9 years ago
Simon Glass c0c76ebae3 mmc: Move tracing code into separate functions 9 years ago
Simon Glass c40704f4b1 mmc: Move MMC boot code into its own file 9 years ago
Simon Glass 5aed4cbba0 dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c 9 years ago
Simon Glass eede897e27 dm: mmc: Move CONFIG_BLK code into the mmc uclass 9 years ago
Simon Glass 7dba0b9367 mmc: Add function declarations for mmc_bread() and mmc_switch_part() 9 years ago
Stefan Wahren 1a3619cf82 mmc: add MMC_VERSION_5_1 9 years ago
Heiko Schocher a5e27b416f mmc: revert mmc: Handle switch error status bit in MMC card status 9 years ago
Simon Glass e6c28073f9 dm: mmc: Use cfg directly in mmc_bind() 9 years ago
Simon Glass 61fe076f0f mmc: Use byte array for multipliers 9 years ago
Simon Glass e98dd20cce mmc: Drop mmc_register() 9 years ago
Simon Glass 33fb211dd2 dm: mmc: Add support for driver-model block devices 9 years ago
Simon Glass ad27dd5e13 dm: mmc: Add a way to bind MMC devices with driver model 9 years ago
Simon Glass fdbb139f0c dm: mmc: Adjust mmc_switch_part() to use a struct mmc 9 years ago
Simon Glass c40fdca6b7 dm: mmc: Move the device list into a separate file 9 years ago
Simon Glass 69f45cd53b dm: mmc: Use the new select_hwpart() API 9 years ago
Simon Glass cb5ec33d90 dm: mmc: Add a function to obtain the block device 9 years ago
Simon Glass e17d1143c1 dm: mmc: Implement the select_hwpart() method 9 years ago
Simon Glass ff3882ac23 dm: mmc: Move mmc_switch_part() above its callers 9 years ago
Simon Glass 3c457f4d2e dm: mmc: Drop the get_dev() function 9 years ago
Simon Glass 663acabdc5 dm: mmc: Add a legacy block interface for MMC 9 years ago
Bin Meng 7863ce5891 mmc: Print send_cmd response only when return value is zero 9 years ago
Bin Meng 53e8e40b47 mmc: Fix switch..case indention 9 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 9 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 9 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 9 years ago
Simon Glass 4a1db6d8ab dm: mmc: Try to honour the sequence order 9 years ago
Stephen Warren 873cc1d777 mmc: store hwpart in the block device 9 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 9 years ago
Sjoerd Simons fc011f6402 mmc: mmc: Don't use sprintf when using tiny-printf 10 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 10 years ago
Sjoerd Simons 8e3332e223 mmc: Probe DM based mmc devices in u-boot 10 years ago
Daniel Kochmański 1b26bab12e mmc: Protect `mmc_initialize` from initialising mmc multiple times 10 years ago
Simon Glass 1169299135 mmc: Add debug() output on read errors 10 years ago
Simon Glass e7ecf7cb5a dm: mmc: Add an MMC uclass 10 years ago
Rob Herring 5a20397b00 mmc: remove the MMC_MODE_HC flag 10 years ago
Andrew Gabbasov bd47c13583 mmc: Fix splitting device initialization 10 years ago
Andrew Gabbasov 1677eef459 mmc: Restructure polling loops to avoid extra delays 10 years ago
Andrew Gabbasov cc17c01f2d mmc: Continue polling MMC card for OCR only if it is still not ready 10 years ago
Andrew Gabbasov 5289b5350b mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() 10 years ago