All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add hs400 support for rk3399 and rk3568
@ 2021-06-29  8:24 Yifeng Zhao
  2021-06-29  8:24 ` [PATCH v3 1/3] mmc: rockchip_sdhci: add phy and clock config for rk3399 Yifeng Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Yifeng Zhao @ 2021-06-29  8:24 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 v3:
- Optimize hs200 tuning function.
- Add check for callback function.
- Add return value for tuning function.
- Fixed source clock rate with host->max_clk, the interface clock is divided
  from the source clock.
- Config the interface clock by clk_set_rate directly
- Enable SDMA.

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 hs400 and SDMA support

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

-- 
2.17.1




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

end of thread, other threads:[~2021-11-25  0:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29  8:24 [PATCH v3 0/3] Add hs400 support for rk3399 and rk3568 Yifeng Zhao
2021-06-29  8:24 ` [PATCH v3 1/3] mmc: rockchip_sdhci: add phy and clock config for rk3399 Yifeng Zhao
2021-06-29 21:53   ` Jaehoon Chung
2021-08-11  9:55   ` Kever Yang
2021-10-29 15:44   ` Jack Mitchell
2021-11-25  0:12     ` Simon Glass
2021-06-29  8:24 ` [PATCH v3 2/3] mmc: rockchip_sdhci: Add support for RK3568 Yifeng Zhao
2021-06-29 21:53   ` Jaehoon Chung
2021-08-11  9:56   ` Kever Yang
2021-08-11 10:23   ` Philipp Tomsich
2021-06-29  8:24 ` [PATCH v3 3/3] rockchip: config: evb-rk3399: add hs400 and SDMA support Yifeng Zhao
2021-08-11  9:56   ` Kever Yang
2021-08-11 10:18   ` Philipp Tomsich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.