| cd9e9bbf | 11-Aug-2025 |
Brian Masney <bmasney@redhat.com> |
clk: nuvoton: ma35d1-pll: convert from round_rate() to determine_rate()
The round_rate() clk ops is deprecated, so migrate this driver from round_rate() to determine_rate() using the Coccinelle sema
clk: nuvoton: ma35d1-pll: convert from round_rate() to determine_rate()
The round_rate() clk ops is deprecated, so migrate this driver from round_rate() to determine_rate() using the Coccinelle semantic patch on the cover letter of this series.
Signed-off-by: Brian Masney <bmasney@redhat.com>
show more ...
|
| f50a000b | 22-Jun-2023 |
Jacky Huang <ychuang3@nuvoton.com> |
clk: nuvoton: Use clk_parent_data instead of string for parent clock
For the declaration of parent clocks, use struct clk_parent_data instead of a string. Due to the change in the passed arguments,
clk: nuvoton: Use clk_parent_data instead of string for parent clock
For the declaration of parent clocks, use struct clk_parent_data instead of a string. Due to the change in the passed arguments, replace the usage of devm_clk_hw_register_mux() with clk_hw_register_mux_parent_data() for all cases.
Signed-off-by: Jacky Huang <ychuang3@nuvoton.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
|
| ebd617b6 | 22-Jun-2023 |
Jacky Huang <ychuang3@nuvoton.com> |
clk: nuvoton: Update all constant hex values to lowercase
The constant hex values used to define register offsets were written in uppercase. This patch update all these constant hex values to be low
clk: nuvoton: Update all constant hex values to lowercase
The constant hex values used to define register offsets were written in uppercase. This patch update all these constant hex values to be lowercase.
Signed-off-by: Jacky Huang <ychuang3@nuvoton.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
|