Commit Graph

146 Commits (53e8e40b4743fffc8d4042cba898107747ed04dd)

Author SHA1 Message Date
Bin Meng 53e8e40b47 mmc: Fix switch..case indention 8 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Simon Glass 4a1db6d8ab dm: mmc: Try to honour the sequence order 8 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 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Sjoerd Simons 8e3332e223 mmc: Probe DM based mmc devices in u-boot 9 years ago
Daniel Kochmański 1b26bab12e mmc: Protect `mmc_initialize` from initialising mmc multiple times 9 years ago
Simon Glass 1169299135 mmc: Add debug() output on read errors 9 years ago
Simon Glass e7ecf7cb5a dm: mmc: Add an MMC uclass 9 years ago
Rob Herring 5a20397b00 mmc: remove the MMC_MODE_HC flag 9 years ago
Andrew Gabbasov bd47c13583 mmc: Fix splitting device initialization 9 years ago
Andrew Gabbasov 1677eef459 mmc: Restructure polling loops to avoid extra delays 9 years ago
Andrew Gabbasov cc17c01f2d mmc: Continue polling MMC card for OCR only if it is still not ready 9 years ago
Andrew Gabbasov 5289b5350b mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() 9 years ago
Andrew Gabbasov a626c8d418 mmc: Avoid extra duplicate entry in mmc device structure 9 years ago
Yangbo Lu 5a8dbdc6b4 mmc: fsl_esdhc: Add adapter card type identification support 9 years ago
Przemyslaw Marczak 34dd928492 mmc: print SD/eMMC type for inited mmc devices 9 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 10 years ago
Andrew Gabbasov 201d5ac438 mmc: Fix Dual Data Rate capability recognition 10 years ago
Andrew Gabbasov 786e8f818c mmc: Fix handling of bus widths and DDR card capabilities 10 years ago
Markus Niebel edab723b47 MMC: add MMC_VERSION_5_0 10 years ago
Markus Niebel d7b2912991 MMC: fix user capacity for partitioned eMMC card 10 years ago
Lubomir Popov e75eaf100b mmc: Cosmetic fix for nicer, aligned device list printout 10 years ago
Paul Kocialkowski 95de9ab201 mmc: Board-specific MMC power initializations 10 years ago
Mario Schuknecht 786a27b7ec mmc: Fix mmc bus width 10 years ago
Peter Bigot 6dc93e7087 mmc: restore capacity when switching to partition 0 10 years ago
Hannes Petermaier 021a80559f mmc: fix ERASE_GRP_DEF handling 10 years ago
Jeroen Hofstee 750121c350 mmc: prevent some warnings with make W=1 10 years ago
Jeroen Hofstee cee9ab7cb6 dirvers: mmc: use __weak 10 years ago
Stephen Warren d4622df342 mmc: return meaningful error codes from mmc_select_hwpart 10 years ago
Stephen Warren d235628434 mmc: provide a select_hwpart implementation for get_device() 10 years ago
Andrew Gabbasov 6b2221b008 mmc: Handle switch error status bit in MMC card status 10 years ago
Mateusz Zalega d803fea576 mmc: postponed needless timer initialization 10 years ago