[PATCH v3 0/2] clk: xilinx: vcu: Sequence update and call trace fix
From: Rohit Visavalia
Date: Mon Feb 10 2025 - 06:37:14 EST
This patch series updates VCU init/reset sequence and does a driver fix.
patch1 fixes call trace related to pll_post clk.
Patch2 adds optional reset-gpio support.
---
Changes in v3:
- Removed patch https://lore.kernel.org/linux-clk/20250102170359.761670-3-rohit.visavalia@xxxxxxx
as it is not required with latest xilinx clk driver.
- Link to v2: https://lore.kernel.org/linux-clk/20250102170359.761670-1-rohit.visavalia@xxxxxxx/
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@xxxxxxx
Rohit Visavalia (2):
clk: xilinx: vcu: unregister pll_post only if registered correctly
clk: xilinx: vcu: Update vcu init/reset sequence
drivers/clk/xilinx/xlnx_vcu.c | 33 +++++++++++++++++++++++++++++++--
1 file changed, 31 insertions(+), 2 deletions(-)
--
2.25.1