Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-04-24 | dm: mmc: Update mmc_get_mmc_dev() to use const * | Simon Glass |
2020-04-22 | mmc: Add option to adjust b_max before long read | Marek Vasut |
2020-04-22 | cmd: mmc: provide boot area protection command | Heinrich Schuchardt |
2020-04-22 | mmc: export mmc_send_ext_csd() | Heinrich Schuchardt |
2020-04-22 | mmc: EXT_CSD registers for write protection | Heinrich Schuchardt |
2020-03-09 | mmc: Merge SD_LEGACY and MMC_LEGACY bus modes | Faiz Abbas |
2020-03-09 | mmc: Add a deferred_probe() API | Faiz Abbas |
2020-03-09 | mmc: Add a saved_clock member | Faiz Abbas |
2020-03-09 | mmc: make <mmc.h> self-contained | Masahiro Yamada |
2020-02-20 | mmc: add mmc_get_dma_dir() helper | Masahiro Yamada |
2020-01-16 | mmc: add additional quirk for APP_CMD retry | Joel Johnson |
2019-10-10 | mmc: add a driver callback for power-cycle | Yann Gautier |
2019-10-10 | spl: dm_mmc: Initialize only the required mmc device | Lokesh Vutla |
2019-09-05 | mmc: Rename timeout parameters for clarification | Sam Protsenko |
2019-07-15 | mmc: support hs400 enhanced strobe mode | Peng Fan |
2019-07-15 | cmd: Remove mmc_spi command | Anup Patel |
2019-07-15 | mmc: When switching partition, use the timeout specified in the ext_csd | Jean-Jacques Hiblot |
2019-07-15 | mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd | Jean-Jacques Hiblot |
2019-07-15 | mmc: if possible, poll the busy state using DAT0 | Jean-Jacques Hiblot |
2019-07-15 | Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque... | Jean-Jacques Hiblot |
2019-07-15 | mmc: Read sd card detect properties from DT | T Karthik Reddy |
2019-02-16 | mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot | Marek Vasut |
2019-01-17 | env: fix allow to build multiple environments | Rajesh Bhagat |
2018-10-07 | mmc: rpmb: add mmc_rpmb_route_frames() | Jens Wiklander |
2018-09-10 | mmc: add HS400 support | Peng Fan |
2018-07-23 | mmc: break out get_op_cond code to its own function | Jon Nettleton |
2018-07-23 | mmc: drop mention of IN_PROGRESS status | Baruch Siach |
2018-05-08 | mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h | Jaehoon Chung |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-02-19 | mmc: fix bug in mmc_startup_v4() | Jean-Jacques Hiblot |
2018-01-12 | mmc: remove hc_wp_grp_size from struct mmc if not needed | Jean-Jacques Hiblot |
2018-01-12 | mmc: don't read the size of eMMC enhanced user data area in SPL | Jean-Jacques Hiblot |
2018-01-12 | mmc: compile out erase and write mmc commands if write operations are not ena... | Jean-Jacques Hiblot |
2018-01-12 | mmc: read ssr only if MMC write support is enabled | Jean-Jacques Hiblot |
2018-01-12 | mmc: make UHS and HS200 optional | Jean-Jacques Hiblot |
2018-01-12 | dm: mmc: update mmc_of_parse() | Jean-Jacques Hiblot |
2018-01-12 | dm: mmc: Add a library function to parse generic dt binding | Kishon Vijay Abraham I |
2018-01-12 | mmc: add a library function to send tuning command | Jean-Jacques Hiblot |
2018-01-12 | mmc: use the right voltage level for MMC DDR and HS200 modes | Jean-Jacques Hiblot |
2018-01-12 | mmc: Retry some MMC cmds on failure | Kishon Vijay Abraham I |
2018-01-12 | mmc: Change mode when switching to a boot partition | Jean-Jacques Hiblot |
2018-01-12 | mmc: disable UHS modes if Vcc cannot be switched on and off | Jean-Jacques Hiblot |
2018-01-12 | mmc: Add support for UHS modes | Jean-Jacques Hiblot |
2018-01-12 | mmc: add HS200 support in MMC core | Kishon Vijay Abraham I |
2018-01-12 | mmc: Add a execute_tuning() callback to the mmc operations. | Kishon Vijay Abraham I |
2018-01-12 | mmc: add a new mmc parameter to disable mmc clock | Kishon Vijay Abraham I |
2018-01-12 | mmc: Add a new callback function to perform the 74 clocks cycle sequence | Jean-Jacques Hiblot |
2018-01-12 | mmc: Enable signal voltage to be selected from mmc core | Kishon Vijay Abraham I |
2018-01-12 | mmc: make mmc_set_ios() return status | Kishon Vijay Abraham I |