Re: [PATCH] i2c: rk3x: enable clock before getting rate
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-11-22 07:39:28
Also in:
linux-i2c, linux-rockchip, lkml
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-11-22 07:39:28
Also in:
linux-i2c, linux-rockchip, lkml
On Sun, Nov 21, 2021 at 07:00:55PM +0100, Heiko Stübner wrote:
Am Montag, 4. Oktober 2021, 15:15:39 CET schrieb John Keeping:quoted
clk_get_rate() is documented as requiring the clock to be enabled. Ensure that the bus clock is enabled before calling clk_get_rate() in rk3x_i2c_probe() to satisfy this requirement. Signed-off-by: John Keeping <redacted>Reviewed-by: Heiko Stuebner <heiko@sntech.de> Do you maybe want to repost and include the actual i2c-maintainers in the recipient list?
No need. This is in patchwork and now has a Rev-by. Good enough. Thanks for the review!