aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorDario Binacchi <[email protected]>2022-11-13 19:11:46 +0100
committerStephen Boyd <[email protected]>2022-11-22 17:01:47 -0800
commit3400d546a741a2b2001d88e7fa29110d45a3930d (patch)
tree6fe6b5ad6ec9782b8f0f9bb7c38332981dc676b1 /tools/perf/scripts/python/flamegraph.py
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
clk: ti: change ti_clk_register[_omap_hw]() API
The ti_clk_register() and ti_clk_register_omap_hw() functions are always called with the parameter of type "struct device" set to NULL, since the functions from which they are called always have a parameter of type "struct device_node". Replacing "struct device" type parameter with "struct device_node" will allow you to register a TI clock to the common clock framework by taking advantage of the facilities provided by the "struct device_node" type. Further, adding the "of_" prefix to the name of these functions explicitly binds them to the "struct device_node" type. The patch has been tested on a Beaglebone board. Signed-off-by: Dario Binacchi <[email protected]> Tested-by: Tony Lindgren <[email protected]> Reviewed-by: Tony Lindgren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions