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
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
: 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
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
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
5 matches
Mail list logo