Commit Graph

135 Commits (413978d118bb7d7b0a8488d97d802f2899cd81ce)

Author SHA1 Message Date
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
Jaehoon Chung d22e3d46a9 mmc: support the DDR mode for eMMC 10 years ago
Jaehoon Chung 8caf46d189 mmc: remove the unnecessary define and fix the wrong bit control 10 years ago
Tom Rini 33ace362fd mmc: Add 'mmc rst-function' sub-command 10 years ago
Pantelis Antoniou 93bfd61677 mmc: Split mmc struct, rework mmc initialization (v2) 10 years ago
Pantelis Antoniou ab769f227f mmc: Remove ops from struct mmc and put in mmc_ops 10 years ago
Tom Rini 614b2bf1c9 cmd_mmc.c: Drop open/close mmc sub-commands 10 years ago
Tom Rini 5a99b9de1a cmd_mmc.c: Add bootbus mmc sub-command 10 years ago
Tom Rini 792970b0a3 cmd_mmc.c: Add 'partconf' command to mmc 10 years ago
Stephen Warren def816a2ba mmc: set rca to 1 for MMC cards 10 years ago
Markus Niebel ab71188ce8 mmc: add setdsr support 11 years ago
Oliver Metz 1937e5aa3b mmc: Fix erase_grp_size for partitioned card 11 years ago