Searched hist:"22 fb0e284fbc3c1b85d24c5a1df8ea3ac82ab1d1" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | clk.h | diff 22fb0e284fbc3c1b85d24c5a1df8ea3ac82ab1d1 Tue Aug 16 06:25:25 CDT 2022 Maxime Ripard <maxime@cerno.tech> clk: Constify clk_has_parent()
clk_has_parent() doesn't modify the clocks being passed, so let's make it const.
Suggested-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20220816112530.1837489-21-maxime@cerno.tech Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
/openbmc/linux/drivers/clk/ |
H A D | clk.c | diff 22fb0e284fbc3c1b85d24c5a1df8ea3ac82ab1d1 Tue Aug 16 06:25:25 CDT 2022 Maxime Ripard <maxime@cerno.tech> clk: Constify clk_has_parent()
clk_has_parent() doesn't modify the clocks being passed, so let's make it const.
Suggested-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20220816112530.1837489-21-maxime@cerno.tech Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|