Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fixes from Stephen Boyd: "A bunch of clk driver fixes for issues found recently: - Fix the binding for versaclock3 that was introduced this merge window so we know what the values are for clk consumers - Fix a 64-bit division issue in the versaclock3 driver - Avoid breakage in the versaclock3 driver by rejiggering the enums used to layout clks - Fix the parent name of a clk in the Spreadtrum ums512 clk driver - Fix a suspend/resume issue in Skyworks Si521xx clk driver where regmap restoration fails because writes are wedged - Return zero from Tegra bpmp recalc_rate() implementation when an error occurs so we don't consider an error as a large rate" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: tegra: fix error return case for recalc_rate clk: si521xx: Fix regmap write accessor clk: si521xx: Use REGCACHE_FLAT instead of NONE clk: sprd: Fix thm_parents incorrect configuration clk: vc3: Make vc3_clk_mux enum values based on vc3_clk enum values clk: vc3: Fix output clock mapping clk: vc3: Fix 64 by 64 division dt-bindings: clock: versaclock3: Add description for #clock-cells property
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/clock/renesas,5p35023.yaml 7 additions, 4 deletionsDocumentation/devicetree/bindings/clock/renesas,5p35023.yaml
- drivers/clk/clk-si521xx.c 5 additions, 4 deletionsdrivers/clk/clk-si521xx.c
- drivers/clk/clk-versaclock3.c 40 additions, 41 deletionsdrivers/clk/clk-versaclock3.c
- drivers/clk/sprd/ums512-clk.c 1 addition, 1 deletiondrivers/clk/sprd/ums512-clk.c
- drivers/clk/tegra/clk-bpmp.c 1 addition, 1 deletiondrivers/clk/tegra/clk-bpmp.c
Loading
Please register or sign in to comment