Re: [PATCH 01/33] clk_ops: change round_rate() to return unsigned long

2017-12-30 Thread Mikko Perttunen
FWIW, we had this problem some years ago with the Tegra CPU clock - then it was determined that a simpler solution was to have the determine_rate callback support unsigned long rates - so clock drivers that need to return rates higher than 2^31 can instead implement the determine_rate callback.

Re: [PATCH v2 1/2] clk: change clk_ops' ->round_rate() prototype

2015-05-16 Thread Mikko Perttunen
ed rate as a pointer so that it can be adjusted depending on hardware capabilities. Signed-off-by: Boris Brezillon Tested-by: Heiko Stuebner Tested-by: Mikko Perttunen Reviewed-by: Heiko Stuebner This patch is fairly invasive, and it probably doesn't even matter for most of these clock

Re: [PATCH 1/2] clk: change clk_ops' ->round_rate() prototype

2015-04-28 Thread Mikko Perttunen
The series Tested-by: Mikko Perttunen on Jetson-TK1. I rebased my cpufreq series on top of this and everything's working well now. :) Thanks, Mikko. On 04/17/2015 10:29 AM, Boris Brezillon wrote: ... -- To unsubscribe from this list: send the line "unsubscribe linux-media&qu