Commit Graph

159 Commits (e419a3ec1aa3f094268976b6c10e9b636a97c64d)

Author SHA1 Message Date
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
Andrew Gabbasov a626c8d418 mmc: Avoid extra duplicate entry in mmc device structure 10 years ago
Yangbo Lu 5a8dbdc6b4 mmc: fsl_esdhc: Add adapter card type identification support 10 years ago
Przemyslaw Marczak 34dd928492 mmc: print SD/eMMC type for inited mmc devices 10 years ago
Andrew Gabbasov fc5b32fbf3 mmc: Skip changing bus width for MMC cards earlier than version 4.0 10 years ago
Andrew Gabbasov bf4770731c mmc: Avoid redundant switching to 1-bit bus width for MMC cards 10 years ago
Diego Santa Cruz 9e41a00b57 mmc: extend mmcinfo output to show partition write reliability settings 10 years ago
Diego Santa Cruz 8dda5b0e60 mmc: extend the mmc hardware partitioning API with write reliability 10 years ago
Diego Santa Cruz ac9da0e08c mmc: add API to do eMMC hardware partitioning 10 years ago
Diego Santa Cruz 9cf199ebcf mmc: the ext_csd data may be used during init even if reading failed 10 years ago
Diego Santa Cruz 8a0cf49010 mmc: eMMC partitioning data is not effective till partitioning completed 10 years ago
Diego Santa Cruz 037dc0ab5d mmc: read the high capacity WP group size for eMMC 10 years ago
Diego Santa Cruz a4ff9f83f5 mmc: fix erase_grp_size computation with high-capacity size definition 10 years ago
Diego Santa Cruz a7f852b688 mmc: read the size of eMMC enhanced user data area 10 years ago
Diego Santa Cruz f8e89d6716 mmc: computation of eMMC GP partition size was missing 512 KiB factor 10 years ago
Diego Santa Cruz 0c453bb76c mmc: incomplete test to switch to high-capacity group size definitions 10 years ago
Diego Santa Cruz c3dbb4f9b7 mmc: extend mmcinfo to show enhanced partition attribute 10 years ago
Andrew Gabbasov 5af8f45cd0 mmc: Fix block length for DDR mode 11 years ago
Andrew Gabbasov 201d5ac438 mmc: Fix Dual Data Rate capability recognition 11 years ago
Andrew Gabbasov 786e8f818c mmc: Fix handling of bus widths and DDR card capabilities 11 years ago