fix CVE-2024-40965
Alexander Stein (1):
i2c: lpi2c: Avoid calling clk_get_rate during transfer
Carlos Song (1):
i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work
Peng Fan (1):
i2c: imx-lpi2c: use bulk clk API
Uwe Kleine-König (2):
clk: Add a devm variant of clk_rate_exclusive_get()
clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()
drivers/clk/clk.c | 19 ++++++++++++++
drivers/i2c/busses/i2c-imx-lpi2c.c | 40 +++++++++++++++++++++---------
include/linux/clk.h | 17 +++++++++++++
3 files changed, 64 insertions(+), 12 deletions(-)
--
2.17.1