commit | 2a1d7c635fdede97a05d16067a936bba0a37f908 | [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 | 0f3466f52fbacce67e147b9234e6323edff26a6d [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>