Improve timer Resolution on imx28

2012-12-21 Thread Torben Hohn
Hi, this Series increases the timer frequency and decreases min_delta_ns. I saw pretty high max latencies with cyclictest: ~600us. The cause was the min_delta_ns value of 0xf 32kHz clockcycles. But with the 32kHz Clock, the period is still around 30us. So we just increase the clock freqeuncy driv

[PATCH 2/2] mxs timer: decrease mxs_clockevent_device.min_delta_ns to 2 clock cycles

2012-12-21 Thread Torben Hohn
Signed-off-by: Torben Hohn --- arch/arm/mach-mxs/timer.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mxs/timer.c b/arch/arm/mach-mxs/timer.c index 689a2b5..cf45e0a 100644 --- a/arch/arm/mach-mxs/timer.c +++ b/arch/arm/mach-mxs/timer.c @@ -219,7 +219,7

[PATCH 1/2] mxs timer: use ahbx bus clock to drive the timers on timrotv2

2012-12-21 Thread Torben Hohn
: Torben Hohn --- arch/arm/mach-mxs/timer.c |9 + drivers/clk/mxs/clk-imx28.c |2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-mxs/timer.c b/arch/arm/mach-mxs/timer.c index 856f4c7..689a2b5 100644 --- a/arch/arm/mach-mxs/timer.c +++ b/arch/arm/mach-mxs

[PATCH] rtc: add support for spi rtc rx4581

2012-12-21 Thread Torben Hohn
Signed-off-by: Torben Hohn --- drivers/rtc/Kconfig |8 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-rx4581.c | 313 ++ 3 files changed, 322 insertions(+) create mode 100644 drivers/rtc/rtc-rx4581.c diff --git a/drivers/rtc/Kconfig

[PATCH] arm imx31: add a few pinmux settings the tt01 needs

2012-07-18 Thread Torben Hohn
These are the Pinmux Settings for the PP4 SSI Port multiplexible onto the first UART Pins. Signed-off-by: Torben Hohn --- arch/arm/plat-mxc/include/mach/iomux-mx3.h |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx3.h b/arch/arm/plat-mxc