Re: [PATCH 13/17] mmc: rockchip_sdhci: Add support for RK3588

2023-04-06 Thread Shawn Lin
在 2023/4/4 18:01, Kever Yang 写道: Add Shawn and Yifeng. Please help review this patch. Thanks, - Kever On 2023/4/4 04:48, Jonas Karlman wrote: Add support for RK3588 to the sdhci driver. RK3588 has the inverter flag in TXCLK reg instead of RXCLK and also make use of a new CMDOUT reg. Add and

Re: [PATCH 13/17] mmc: rockchip_sdhci: Add support for RK3588

2023-04-04 Thread Kever Yang
Add Shawn and Yifeng. Please help review this patch. Thanks, - Kever On 2023/4/4 04:48, Jonas Karlman wrote: Add support for RK3588 to the sdhci driver. RK3588 has the inverter flag in TXCLK reg instead of RXCLK and also make use of a new CMDOUT reg. Add and use a quirks field to support such

Re: [PATCH 13/17] mmc: rockchip_sdhci: Add support for RK3588

2023-04-04 Thread Jonas Karlman
On 2023-04-04 01:12, Philipp Tomsich wrote: > On Mon, 3 Apr 2023 at 22:48, Jonas Karlman wrote: >> >> Add support for RK3588 to the sdhci driver. RK3588 has the inverter flag >> in TXCLK reg instead of RXCLK and also make use of a new CMDOUT reg. >> Add and use a quirks field to support such

Re: [PATCH 13/17] mmc: rockchip_sdhci: Add support for RK3588

2023-04-03 Thread Philipp Tomsich
On Mon, 3 Apr 2023 at 22:48, Jonas Karlman wrote: > > Add support for RK3588 to the sdhci driver. RK3588 has the inverter flag > in TXCLK reg instead of RXCLK and also make use of a new CMDOUT reg. > Add and use a quirks field to support such quirks. > > Signed-off-by: Jonas Karlman > --- >

[PATCH 13/17] mmc: rockchip_sdhci: Add support for RK3588

2023-04-03 Thread Jonas Karlman
Add support for RK3588 to the sdhci driver. RK3588 has the inverter flag in TXCLK reg instead of RXCLK and also make use of a new CMDOUT reg. Add and use a quirks field to support such quirks. Signed-off-by: Jonas Karlman --- drivers/mmc/rockchip_sdhci.c | 62