aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-imx-gpt.c
diff options
context:
space:
mode:
authorSuman Anna <[email protected]>2020-02-13 05:35:04 +0000
committerDaniel Lezcano <[email protected]>2020-02-27 09:32:11 +0000
commit753e83408b7f2980b7a5bfcf01f1175a937a2340 (patch)
tree1e8118aa81f31f261c08cbe5f54f7c504a030fac /drivers/clocksource/timer-imx-gpt.c
parentclocksource/drivers/timer-ti-dm: Do not update counter on updating the period (diff)
downloadkernel-753e83408b7f2980b7a5bfcf01f1175a937a2340.tar.gz
kernel-753e83408b7f2980b7a5bfcf01f1175a937a2340.zip
clocksource/drivers/timer-ti-dm: Drop bogus omap_dm_timer_of_set_source()
The function omap_dm_timer_of_set_source() was originally added in commit 31a7448f4fa8a ("ARM: OMAP: dmtimer: Add clock source from DT"), and is designed to set a clock source from DT using the clocks property of a timer node. This design choice is okay for clk provider nodes but otherwise is a bad design as typically the clocks property is used to specify the functional clocks for a device, and not its parents. The timer nodes now all define a timer functional clock after the conversion to ti-sysc and the new clkctrl layout, and this results in an attempt to set the same functional clock as its parent when a consumer driver attempts to acquire any of these timers in the omap_dm_timer_prepare() function. This was masked and worked around in commit 983a5a43ec25 ("clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparenting"). Fix all of this by simply dropping the entire function. Any DT configuration of clock sources should be achieved using assigned-clocks and assigned-clock-parents properties provided by the Common Clock Framework. Cc: Tony Lindgren <[email protected]> Cc: Tero Kristo <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: H. Nikolaus Schaller <[email protected]> Cc: Bartosz Golaszewski <[email protected]> Cc: Keerthy <[email protected]> Cc: Ladislav Michl <[email protected]> Cc: Pavel Machek <[email protected]> Cc: Sebastian Reichel <[email protected]> Signed-off-by: Suman Anna <[email protected]> Tested-by: Lokesh Vutla <[email protected]> Tested-by: Tony Lindgren <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/clocksource/timer-imx-gpt.c')
0 files changed, 0 insertions, 0 deletions