]> www.infradead.org Git - users/dwmw2/linux.git/commit
clk: Allow phase adjustment from debugfs
authorJohn Keeping <john@metanate.com>
Thu, 20 Apr 2023 10:38:04 +0000 (11:38 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 24 Oct 2023 03:20:57 +0000 (20:20 -0700)
commite43d31915cc4fca4e04daeca6c0ff25cc57cf956
tree47d6133cd16753f97eb293f04d6335fc4234a89e
parentdcce5cc7826e9c6b3a2443e5e6b7f8d02a103c35
clk: Allow phase adjustment from debugfs

For testing it may be useful to manually adjust a clock's phase.  Add
support for writing to the existing clk_phase debugfs file, with the
written value clamped to [0, 360) to match the behaviour of the
clk_set_phase() function.

This is a dangerous feature, so use the existing define
CLOCK_ALLOW_WRITE_DEBUGFS to allow it only if the source is modified.

Signed-off-by: John Keeping <john@metanate.com>
Link: https://lore.kernel.org/r/20230420103805.125246-1-john@metanate.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c