public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3]
@ 2021-06-28  9:19 Yifeng Zhao
  2021-06-28  9:19 ` [PATCH v2 1/3] mmc: rockchip_sdhci: add phy and clock config for rk3399 Yifeng Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Yifeng Zhao @ 2021-06-28  9:19 UTC (permalink / raw)
  To: Jaehoon Chung, sjg, Kever Yang
  Cc: Peng Fan, Philipp Tomsich, u-boot, Yifeng Zhao

RK3399 and RK3568 are use different sdhci controllers.
The drivers need to be updated to support these two platforms
and it's easy to support new platforms.


Changes in v2:
- Add mmc_of_parse to parse dts config.
- Used read_poll_timeout api to check dll lock status
- Add execute tuning api for hs200 tuning
- Used sdhci_set_clock api to set clock.
- Used read_poll_timeout api to check dll status.

Yifeng Zhao (3):
  mmc: rockchip_sdhci: add phy and clock config for rk3399
  mmc: rockchip_sdhci: Add support for RK3568
  rockchip: config: evb-rk3399: add hs200 and hs400 support

 configs/evb-rk3399_defconfig |   1 +
 drivers/mmc/rockchip_sdhci.c | 427 ++++++++++++++++++++++++++++++++---
 2 files changed, 392 insertions(+), 36 deletions(-)

-- 
2.17.1




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-06-30  1:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28  9:19 [PATCH v2 0/3] Yifeng Zhao
2021-06-28  9:19 ` [PATCH v2 1/3] mmc: rockchip_sdhci: add phy and clock config for rk3399 Yifeng Zhao
2021-06-29  0:40   ` Jaehoon Chung
2021-06-29  7:15     ` 赵仪峰
2021-06-30  1:08   ` Peng Fan (OSS)
2021-06-30  1:11   ` Peng Fan (OSS)
2021-06-28  9:19 ` [PATCH v2 2/3] mmc: rockchip_sdhci: Add support for RK3568 Yifeng Zhao
2021-06-29  0:45   ` Jaehoon Chung
2021-06-29  2:07     ` 赵仪峰
2021-06-29  3:18       ` Jaehoon Chung
2021-06-28  9:19 ` [PATCH v2 3/3] rockchip: config: evb-rk3399: add hs200 and hs400 support Yifeng Zhao
2021-06-28  9:21   ` Philipp Tomsich
2021-06-28  9:25 ` [PATCH v2 0/3] Philipp Tomsich
2021-06-28  9:32   ` Peter Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox