9
0
Fork 0
barebox/arch
Wjatscheslaw Stoljarski (Slawa) 1e3d002d5a ARM i.MX53: notify clocksource about changing clock
This fix a clock inaccuracy in get_time_ns (used by sleep, time, etc).

At i.MX53 power-on GPT clock is typically 55500000 Hz, and it will be used
to calc the clock multiplier. After call imx53_init_lowlevel() GPT clock
will changed (e.g. to 66666666 Hz), but multiplier not. To fix this behavior call
clock_notifier_call_chain() after changing clock in imx53_init_lowlevel().

Signed-off-by: Wjatscheslaw Stoljarski <wjatscheslaw.stoljarski@kiwigrid.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-25 08:40:16 +02:00
..
arm ARM i.MX53: notify clocksource about changing clock 2012-07-25 08:40:16 +02:00
blackfin Merge branch 'for-next/dma-cache-align' 2012-07-02 10:59:22 +02:00
mips Merge branch 'for-next/poweroff' 2012-07-02 11:04:44 +02:00
nios2 Merge branch 'for-next/resource-size' 2012-07-02 11:05:57 +02:00
openrisc Merge branch 'for-next/dma-cache-align' 2012-07-02 10:59:22 +02:00
ppc Merge branch 'for-next/mips-clocksource' 2012-07-02 11:04:38 +02:00
sandbox Merge branch 'for-next/dma-cache-align' 2012-07-02 10:59:22 +02:00
x86 Merge branch 'for-next/dma-cache-align' 2012-07-02 10:59:22 +02:00
architecture.dox MIPS: add documentation 2011-08-05 18:20:17 +02:00