Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: xilinx: vcu: Sequence update and couple of fixes
@ 2025-01-02 17:03 Rohit Visavalia
  2025-01-02 17:03 ` [PATCH v2 1/3] clk: xilinx: vcu: unregister pll_post only if registered correctly Rohit Visavalia
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Rohit Visavalia @ 2025-01-02 17:03 UTC (permalink / raw)
  To: mturquette, sboyd, michal.simek, vishal.sagar
  Cc: javier.carrasco.cruz, geert+renesas, u.kleine-koenig, linux-clk,
	linux-arm-kernel, linux-kernel, Rohit Visavalia

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-01-28  9:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 17:03 [PATCH v2 0/3] clk: xilinx: vcu: Sequence update and couple of fixes Rohit Visavalia
2025-01-02 17:03 ` [PATCH v2 1/3] clk: xilinx: vcu: unregister pll_post only if registered correctly Rohit Visavalia
2025-01-02 17:03 ` [PATCH v2 2/3] clk: xilinx: vcu: don't set pll_ref as parent of VCU(enc/dec) clocks Rohit Visavalia
2025-01-02 19:28   ` Geert Uytterhoeven
2025-01-06 10:04     ` Visavalia, Rohit
2025-01-28  9:54       ` Visavalia, Rohit
2025-01-02 17:03 ` [PATCH v2 3/3] clk: xilinx: vcu: Update vcu init/reset sequence Rohit Visavalia
2025-01-02 19:30   ` Geert Uytterhoeven
2025-01-06 10:04     ` Visavalia, Rohit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox