Re: [PATCH v3 2/3] mmc: rockchip_sdhci: Add support for RK3568

2021-08-11 Thread Philipp Tomsich
On Tue, 29 Jun 2021 at 10:24, Yifeng Zhao wrote: > > This patch adds support for the RK3568 platform to this driver. > > Signed-off-by: Yifeng Zhao I thought I had raised an objection to this patch previously, but did not see a discussion... So here we go again. In 2017, we decided to split

Re: [PATCH v3 2/3] mmc: rockchip_sdhci: Add support for RK3568

2021-08-11 Thread Kever Yang
Yifeng Zhao 于2021年6月29日周二 下午7:40写道: > > This patch adds support for the RK3568 platform to this driver. > > Signed-off-by: Yifeng Zhao Reviewed-by: Kever Yang Thanks, - Kever > --- > > Changes in v3: > - Config the interface clock by clk_set_rate directly > > Changes in v2: > - Used

Re: [PATCH v3 2/3] mmc: rockchip_sdhci: Add support for RK3568

2021-06-29 Thread Jaehoon Chung
On 6/29/21 5:24 PM, Yifeng Zhao wrote: > This patch adds support for the RK3568 platform to this driver. > > Signed-off-by: Yifeng Zhao Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > Changes in v3: > - Config the interface clock by clk_set_rate directly > > Changes in

[PATCH v3 2/3] mmc: rockchip_sdhci: Add support for RK3568

2021-06-29 Thread Yifeng Zhao
This patch adds support for the RK3568 platform to this driver. Signed-off-by: Yifeng Zhao --- Changes in v3: - Config the interface clock by clk_set_rate directly Changes in v2: - Used sdhci_set_clock api to set clock. - Used read_poll_timeout api to check dll status.