Re: [PATCH] mci: arasan: rework register_sdclk

2024-04-09 Thread Sascha Hauer
On Tue, Apr 09, 2024 at 07:57:20AM +0200, Steffen Trumtrar wrote: > Instead of guarding this at compile time, always call register_sdclk > with the correct clk_ops, like in linux. > > Currently only ZynqMP and default arasan ops are supported. > > Signed-off-by: Steffen Trumtrar > --- > Instead

Re: [PATCH] mci: arasan: rework register_sdclk

2024-04-09 Thread Sascha Hauer
On Tue, 09 Apr 2024 07:57:20 +0200, Steffen Trumtrar wrote: > Instead of guarding this at compile time, always call register_sdclk > with the correct clk_ops, like in linux. > > Currently only ZynqMP and default arasan ops are supported. > > Applied, thanks! [1/1] mci: arasan: rework

[PATCH] mci: arasan: rework register_sdclk

2024-04-08 Thread Steffen Trumtrar
Instead of guarding this at compile time, always call register_sdclk with the correct clk_ops, like in linux. Currently only ZynqMP and default arasan ops are supported. Signed-off-by: Steffen Trumtrar --- Instead of guarding the zynqmp functions at compile time and introducing possible