[PATCH 1/3] ARM: mach-moxart: add MOXA ART SoC files

2013-06-12 Thread Jonas Jensen
Signed-off-by: Jonas Jensen --- arch/arm/Kconfig |2 + arch/arm/Makefile |1 + arch/arm/configs/moxart_uc7112lx_defconfig | 112 arch/arm/mach-moxart/Kconfig | 28 +++ arch/arm/mach

[PATCH 2/3] ARM: mach-moxart: add MOXA ART device tree files

2013-06-12 Thread Jonas Jensen
Signed-off-by: Jonas Jensen --- arch/arm/boot/dts/Makefile|1 + arch/arm/boot/dts/moxart-uc7112lx.dts | 89 + arch/arm/boot/dts/moxart.dtsi | 84 +++ 3 files changed, 174 insertions(+), 0 deletions

[PATCH 2/3] ARM: mach-moxart: add MOXA ART device tree files

2013-06-12 Thread Jonas Jensen
Signed-off-by: Jonas Jensen jonas.jen...@gmail.com --- arch/arm/boot/dts/Makefile|1 + arch/arm/boot/dts/moxart-uc7112lx.dts | 89 + arch/arm/boot/dts/moxart.dtsi | 84 +++ 3 files changed, 174 insertions

[PATCH 3/3] ARM: mach-moxart: add MOXA ART UART debug files

2013-06-12 Thread Jonas Jensen
Signed-off-by: Jonas Jensen jonas.jen...@gmail.com --- arch/arm/Kconfig.debug | 10 ++ arch/arm/include/debug/moxart.S | 14 ++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/debug/moxart.S diff --git a/arch/arm

[PATCH 1/3] ARM: mach-moxart: add MOXA ART SoC files

2013-06-12 Thread Jonas Jensen
Signed-off-by: Jonas Jensen jonas.jen...@gmail.com --- arch/arm/Kconfig |2 + arch/arm/Makefile |1 + arch/arm/configs/moxart_uc7112lx_defconfig | 112 arch/arm/mach-moxart/Kconfig | 28

[PATCH 0/3] ARM: mach-moxart: add MOXA ART SoC support

2013-06-12 Thread Jonas Jensen
/168438.html Full source (including drivers) here: https://code.google.com/p/linux-3-10-rc1-moxart/source/list Jonas Jensen (3): ARM: mach-moxart: add MOXA ART SoC files ARM: mach-moxart: add MOXA ART device tree files ARM: mach-moxart: add MOXA ART UART debug files arch/arm/Kconfig

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-05-16 Thread Jonas Jensen
On 16 May 2013 00:54, Arnd Bergmann wrote: > Ah, I see. I also read the mach-gemini version of the idle code, > which is apparently the same thing as the code that was commented > out here, so that has the wakeup race. The empty moxart_idle is the only way I get a successful boot to init. It

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-05-16 Thread Jonas Jensen
On 15 May 2013 15:16, Arnd Bergmann wrote: > The part that I don't understand at all is the "timer0" part. Is that a string > from the data sheet? I have next to no data sheets or documentation on the SoC itself. What I know is from looking at old sources, which suggest there are more than one

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-05-16 Thread Jonas Jensen
On 15 May 2013 15:16, Arnd Bergmann a...@arndb.de wrote: The part that I don't understand at all is the timer0 part. Is that a string from the data sheet? I have next to no data sheets or documentation on the SoC itself. What I know is from looking at old sources, which suggest there are more

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-05-16 Thread Jonas Jensen
On 16 May 2013 00:54, Arnd Bergmann a...@arndb.de wrote: Ah, I see. I also read the mach-gemini version of the idle code, which is apparently the same thing as the code that was commented out here, so that has the wakeup race. The empty moxart_idle is the only way I get a successful boot to

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-05-15 Thread Jonas Jensen
: e651eab0af88aa7a281fe9e8c36c0846552aa7fc - "ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addresses" Best regards, Jonas Signed-off-by: Jonas Jensen --- arch/arm/Kconfig |2 + arch/arm/Kconfig.debug | 10 +++ arch/arm/Makefile

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-05-15 Thread Jonas Jensen
: e651eab0af88aa7a281fe9e8c36c0846552aa7fc - ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addresses Best regards, Jonas Signed-off-by: Jonas Jensen jonas.jen...@gmail.com --- arch/arm/Kconfig |2 + arch/arm/Kconfig.debug | 10 +++ arch/arm/Makefile

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-03-17 Thread Jonas Jensen
Thank you for the feedback. Some of the changes are sure to be a challenge for me, but I want to move this forward, and having a list helps. 3.2.40 is as far as it'll go right now, nothing prints to UART starting with 3.3.8 (last tested, it's somewhere around there). I have been advised to

Re: [PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-03-17 Thread Jonas Jensen
Thank you for the feedback. Some of the changes are sure to be a challenge for me, but I want to move this forward, and having a list helps. 3.2.40 is as far as it'll go right now, nothing prints to UART starting with 3.3.8 (last tested, it's somewhere around there). I have been advised to

[PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-03-13 Thread Jonas Jensen
Hi, I ask for feedback and to submit (if possible) a new ARM SoC platform port. This is now near complete (I think) (tested on UC-7112-LX Plus) and applies to 2.6.34.14. The patch contains the following drivers and platform specific implementations: * ARCH_MOXART (FA526 processor) * 100Hz

[PATCH] ARM: mach-moxart: platform port for MOXA ART SoC

2013-03-13 Thread Jonas Jensen
Hi, I ask for feedback and to submit (if possible) a new ARM SoC platform port. This is now near complete (I think) (tested on UC-7112-LX Plus) and applies to 2.6.34.14. The patch contains the following drivers and platform specific implementations: * ARCH_MOXART (FA526 processor) * 100Hz

<    1   2   3   4   5