Re: [PATCH] i2c: rk3x: enable clock before getting rate
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-11-29 09:59:41
Also in:
linux-i2c, linux-rockchip, lkml
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-11-29 09:59:41
Also in:
linux-i2c, linux-rockchip, lkml
On Mon, Oct 04, 2021 at 02:15:39PM +0100, John Keeping wrote:
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>
Doesn't look like an urgent bugfix, so applied to for-next, thanks! Let me know if it should go to for-current instead.