Age | Commit message (Expand) | Author | Files | Lines |
2019-07-31 | mmc: relocate code comment | Baruch Siach | 1 | -1/+1 |
2019-07-15 | mmc: support hs400 enhanced strobe mode | Peng Fan | 1 | -1/+71 |
2019-07-15 | mmc: skip select_mode_and_width for MMC SPI host | Anup Patel | 1 | -0/+14 |
2019-07-15 | mmc: retry a few times if a partition switch failed | Jean-Jacques Hiblot | 1 | -3/+7 |
2019-07-15 | mmc: do not change mode when accessing a boot partition | Jean-Jacques Hiblot | 1 | -36/+0 |
2019-07-15 | mmc: During a switch, poll on dat0 if available and check the final status | Jean-Jacques Hiblot | 1 | -13/+36 |
2019-07-15 | mmc: When switching partition, use the timeout specified in the ext_csd | Jean-Jacques Hiblot | 1 | -0/+10 |
2019-07-15 | mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd | Jean-Jacques Hiblot | 1 | -1/+9 |
2019-07-15 | mmc: if possible, poll the busy state using DAT0 | Jean-Jacques Hiblot | 1 | -2/+4 |
2019-07-15 | mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() | Jean-Jacques Hiblot | 1 | -15/+30 |
2019-07-15 | Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque... | Jean-Jacques Hiblot | 1 | -5/+0 |
2019-06-19 | mmc: Avoid HS400 mode when accessing boot partitions | Marek Vasut | 1 | -2/+2 |
2019-03-29 | mmc: correct the HS400 initialization process | BOUGH CHEN | 1 | -2/+1 |
2019-03-25 | mmc: Align MMC_TRACE with tiny printf | Marek Vasut | 1 | -10/+10 |
2019-02-16 | mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot | Marek Vasut | 1 | -0/+26 |
2019-02-09 | mmc: Do not poll using CMD13 when changing timing | Marek Vasut | 1 | -8/+20 |
2019-01-15 | mmc: Add support for downgrading HS200/HS400 to HS mode | Marek Vasut | 1 | -6/+33 |
2019-01-09 | mmc: bring back partition init for non-DM MMC drivers | Andre Przywara | 1 | -0/+4 |
2018-12-04 | mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01 | Marek Vasut | 1 | -0/+4 |
2018-11-14 | blk: Call part_init() in the post_probe() method | Bin Meng | 1 | -3/+0 |
2018-09-11 | mmc: add HS400 support | Peng Fan | 1 | -27/+110 |
2018-07-23 | mmc: break out get_op_cond code to its own function | Jon Nettleton | 1 | -26/+35 |
2018-05-13 | mmc: Improve tinification | Marek Vasut | 1 | -25/+37 |
2018-05-11 | mmc: Changed the datatype of the variable to handle 64-bit arch | Vipul Kumar | 1 | -2/+2 |
2018-05-08 | mmc: add the debug message in mmc_set_clock | Jaehoon Chung | 1 | -0/+2 |
2018-05-08 | mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h | Jaehoon Chung | 1 | -8/+10 |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 1 | -2/+1 |
2018-05-02 | mmc: fix return value check condition | Peng Fan | 1 | -1/+1 |
2018-04-23 | mmc: Staticize sd_select_bus_width | Marek Vasut | 1 | -1/+1 |
2018-02-23 | mmc: fix off-by-one bug in mmc_startup_v4() | Alexander Kochetkov | 1 | -1/+1 |
2018-02-23 | mmc: Drop unnecessary case for mmc_probe() | Faiz Abbas | 1 | -6/+1 |
2018-02-21 | mmc: synchronize the sequence with enum bus_mode in mmc.h | Jaehoon Chung | 1 | -8/+3 |
2018-02-19 | mmc: fix bug in mmc_startup_v4() | Jean-Jacques Hiblot | 1 | -0/+1 |
2018-02-19 | mmc: Fix bug in sd_set_card_speed() | Jean-Jacques Hiblot | 1 | -1/+1 |
2018-02-19 | mmc: use pr_* log functions | Masahiro Yamada | 1 | -34/+34 |
2018-01-24 | mmc: Poll for broken card detection case | Jun Nie | 1 | -0/+4 |
2018-01-24 | mmc: fix to assign to correct clock value when clock is enabling | Jaehoon Chung | 1 | -1/+1 |
2018-01-22 | mmc: fix the wrong disabling clock | Jaehoon Chung | 1 | -5/+7 |
2018-01-12 | mmc: remove hc_wp_grp_size from struct mmc if not needed | Jean-Jacques Hiblot | 1 | -0/+2 |
2018-01-12 | mmc: don't read the size of eMMC enhanced user data area in SPL | Jean-Jacques Hiblot | 1 | -0/+2 |
2018-01-12 | mmc: compile out erase and write mmc commands if write operations are not ena... | Jean-Jacques Hiblot | 1 | -2/+14 |
2018-01-12 | mmc: read ssr only if MMC write support is enabled | Jean-Jacques Hiblot | 1 | -11/+14 |
2018-01-12 | mmc: reworked version lookup in mmc_startup_v4 | Jean-Jacques Hiblot | 1 | -25/+17 |
2018-01-12 | mmc: compile out more code if support for UHS and HS200 is not enabled | Jean-Jacques Hiblot | 1 | -1/+11 |
2018-01-12 | mmc: make optional the support for eMMC hardware partitioning | Jean-Jacques Hiblot | 1 | -0/+2 |
2018-01-12 | mmc: make UHS and HS200 optional | Jean-Jacques Hiblot | 1 | -1/+62 |
2018-01-12 | mmc: convert most of printf() to pr_err() and pr_warn() | Jean-Jacques Hiblot | 1 | -22/+22 |
2018-01-12 | mmc: don't use malloc_cache_aligned() | Jean-Jacques Hiblot | 1 | -9/+17 |
2018-01-12 | mmc: fix for old MMCs (below version 4) | Jean-Jacques Hiblot | 1 | -0/+3 |
2018-01-12 | mmc: all hosts support 1-bit bus width and legacy timings | Jean-Jacques Hiblot | 1 | -5/+10 |