]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
clocksource/cadence_ttc: Remove clocksource clock notifier
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Tue, 22 Oct 2013 22:03:53 +0000 (15:03 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 8 Nov 2013 09:52:28 +0000 (10:52 +0100)
commit1fae768cc7e0f09eb0a173c3c2e8e51acce4e13c
tree5cebb5c0e1db62097f0e489ca6b3a61bda86d838
parent55e668855abde77033529318abe160046a48f9a1
clocksource/cadence_ttc: Remove clocksource clock notifier

The clocksource's clock notifier tried to keep the clocksource frequency
adjusted when the input clock changed. The approach included rather
heavy operations and results in a deadlock on current kernels (the
clocksource is unregistered and re-registered with the new frequency).
Removing the notifier keeps the system operational on cost of timing
being off.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
drivers/clocksource/cadence_ttc_timer.c