From: jonas.jensen@gmail.com (Jonas Jensen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: mach-moxart: add MOXA ART SoC support
Date: Wed, 12 Jun 2013 14:34:05 +0200 [thread overview]
Message-ID: <1371040448-28742-1-git-send-email-jonas.jensen@gmail.com> (raw)
This set adds support for MOXA ART SoC.
Applies to arm-soc/for-next.
Note: no boot without clocksource and irqchip drivers (I'll submit these separately to the correct maintainers).
The main thread of discussion can be found here:
http://lists.infradead.org/pipermail/linux-arm-kernel/2013-May/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 | 2 +
arch/arm/Kconfig.debug | 10 +++
arch/arm/Makefile | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/moxart-uc7112lx.dts | 89 ++++++++++++++++++++++
arch/arm/boot/dts/moxart.dtsi | 84 +++++++++++++++++++++
arch/arm/configs/moxart_uc7112lx_defconfig | 112 ++++++++++++++++++++++++++++
arch/arm/include/debug/moxart.S | 14 ++++
arch/arm/mach-moxart/Kconfig | 28 +++++++
arch/arm/mach-moxart/Makefile | 10 +++
arch/arm/mach-moxart/idle.c | 21 +++++
arch/arm/mach-moxart/moxart.c | 23 ++++++
12 files changed, 395 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/boot/dts/moxart-uc7112lx.dts
create mode 100644 arch/arm/boot/dts/moxart.dtsi
create mode 100644 arch/arm/configs/moxart_uc7112lx_defconfig
create mode 100644 arch/arm/include/debug/moxart.S
create mode 100644 arch/arm/mach-moxart/Kconfig
create mode 100644 arch/arm/mach-moxart/Makefile
create mode 100644 arch/arm/mach-moxart/idle.c
create mode 100644 arch/arm/mach-moxart/moxart.c
--
1.7.2.5
next reply other threads:[~2013-06-12 12:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-12 12:34 Jonas Jensen [this message]
2013-06-12 12:34 ` [PATCH 1/3] ARM: mach-moxart: add MOXA ART SoC files Jonas Jensen
2013-06-12 22:42 ` Olof Johansson
2013-06-14 14:33 ` Jonas Jensen
2013-06-17 22:21 ` Olof Johansson
2013-06-14 14:47 ` Arnd Bergmann
2013-06-14 16:41 ` Olof Johansson
2013-06-14 17:44 ` Arnd Bergmann
2013-07-04 14:44 ` [PATCH v3 1/4] " Jonas Jensen
2013-06-12 12:34 ` [PATCH 2/3] ARM: mach-moxart: add MOXA ART device tree files Jonas Jensen
2013-06-12 22:49 ` Olof Johansson
2013-06-14 14:34 ` Jonas Jensen
2013-06-17 22:23 ` Olof Johansson
2013-07-04 14:45 ` [PATCH v3 2/4] " Jonas Jensen
2013-07-17 9:04 ` Jonas Jensen
2013-06-12 12:34 ` [PATCH 3/3] ARM: mach-moxart: add MOXA ART UART debug files Jonas Jensen
2013-06-12 22:56 ` Olof Johansson
2013-06-14 14:35 ` Jonas Jensen
2013-07-04 14:45 ` [PATCH v3 3/4] " Jonas Jensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1371040448-28742-1-git-send-email-jonas.jensen@gmail.com \
--to=jonas.jensen@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).