[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240720120048.36758-1-hpausten@protonmail.com>
Date: Sat, 20 Jul 2024 12:01:23 +0000
From: Harry Austen <hpausten@...tonmail.com>
To: Michael Turquette <mturquette@...libre.com>, Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>, Michal Simek <michal.simek@....com>
Cc: Shubhrajyoti Datta <shubhrajyoti.datta@....com>, linux-clk@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, Harry Austen <hpausten@...tonmail.com>
Subject: [PATCH 0/7] clk: clocking-wizard: add user clock monitor support
Improve utilised clk/notifier APIs, making use of device managed versions
of functions, make dynamic reconfiguration support optional (because it is
in hardware) and add support for the clock monitor functionailty added in
version 6.0 of the Xilinx clocking wizard IP core.
The combined addition of all of these patches allows, for example, to use
the clocking wizard solely for its user clock monitoring logic, keeping
dynamic reconfiguration support disabled.
This is currently untested on hardware, so any help testing this would be
much appreciated!
Harry Austen (7):
clk: clocking-wizard: simplify probe/remove with devres helpers
clk: clocking-wizard: use newer clk_hw API
clk: clocking-wizard: move clock registration to separate function
dt-bindings: clock: xilinx: add description of user monitor interrupt
clk: clocking-wizard: add user clock monitor support
dt-bindings: clock: xilinx: describe whether dynamic reconfig is
enabled
clk: clocking-wizard: move dynamic reconfig setup behind flag
.../bindings/clock/xlnx,clocking-wizard.yaml | 29 +-
drivers/clk/xilinx/Kconfig | 1 +
drivers/clk/xilinx/clk-xlnx-clock-wizard.c | 346 +++++++++---------
3 files changed, 212 insertions(+), 164 deletions(-)
--
2.45.2
Powered by blists - more mailing lists