[PATCH v2 0/3] clk: xilinx: vcu: Sequence update and couple of fixes
Rohit Visavalia
rohit.visavalia at amd.com
Thu Jan 2 09:03:56 PST 2025
This patch series updates VCU init/reset sequence and does 2 driver fixes.
patch1 fixes call trace related to pll_post clk.
Patch2 fixes VCU parent clock issue by preventing pll_ref to be changed.
Patch3 adds optional reset-gpio support.
---
Changes in v2:
- Changed patches sequence to have patches with "Fixes" as preceding in order
- Used dev_err_probe()
- Moved warning to dev_dbg() and updated print with more detail
- Link to v1: https://lore.kernel.org/linux-clk/20241226122023.3439559-1-rohit.visavalia@amd.com
Rohit Visavalia (3):
clk: xilinx: vcu: unregister pll_post only if registered correctly
clk: xilinx: vcu: don't set pll_ref as parent of VCU(enc/dec) clocks
clk: xilinx: vcu: Update vcu init/reset sequence
drivers/clk/xilinx/xlnx_vcu.c | 35 ++++++++++++++++++++++++++++++++---
1 file changed, 32 insertions(+), 3 deletions(-)
--
2.25.1
More information about the linux-arm-kernel
mailing list