commit | 2084f8c23036defba2681ffed089f586c7b83482 | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Tue Mar 15 20:46:26 2022 +0300 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed Mar 16 18:10:19 2022 +0900 |
tree | 11b759d5256caec7cae47a76e1d49c5b38f5ce14 | |
parent | e969f45a72d7a515a402a0f111e3fa4aa7ae1c51 [diff] |
mmc: sdhci: Add HS400 Enhanced Strobe support Delegate setting the Enhanced Strobe configuration to individual drivers if they set a function for it. Return -ENOTSUPP if they do not, like what the MMC uclass does. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>