From: anton@enomsg.org (Anton Vorontsov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] cns3xxx multiplatform support
Date: Sat, 16 Mar 2013 09:50:37 -0700 [thread overview]
Message-ID: <20130316165037.GA2522@lizard> (raw)
In-Reply-To: <1363299271-8283-1-git-send-email-arnd@arndb.de>
Hi Arnd,
On Thu, Mar 14, 2013 at 11:14:26PM +0100, Arnd Bergmann wrote:
> I've looked at all the platforms recently to see what their
> state is. cns3xxx seems quite clean but not very actively
> maintained. Since it is really easy to convert to multiplatform,
> that's what I did here. I'd like to apply this for linux-3.9
> unless there are objections or other comments.
I might have some old self-made QEMU emulator for CNS3xxx boards, but I am
not sure if I could revive it quickly. Maybe Cavium folks could test it
faster than me though (some Cc'ed, some Bcc'ed).
But the patches themselves look great, so:
Acked-by: Anton Vorontsov <anton@enomsg.org>
Thanks a lot!
Anton
> Arnd Bergmann (5):
> ARM: cns3xxx: make mach header files local
> ARM: cns3xxx: enable sparse IRQ support
> ARM: cns3xxx: move debug_ll code to include/debug/
> ARM: cns3xxx: enable multiplatform support
> ARM: cns3xxx: initial DT support
>
> arch/arm/Kconfig | 11 --
> arch/arm/Kconfig.debug | 8 ++
> arch/arm/configs/cns3420vb_defconfig | 3 +
> .../mach/debug-macro.S => include/debug/cns3xxx.S} | 0
> arch/arm/mach-cns3xxx/Kconfig | 12 ++
> arch/arm/mach-cns3xxx/Makefile | 8 +-
> arch/arm/mach-cns3xxx/cns3420vb.c | 6 +-
> arch/arm/mach-cns3xxx/{include/mach => }/cns3xxx.h | 7 +-
> arch/arm/mach-cns3xxx/core.c | 121 ++++++++++++++++++++-
> arch/arm/mach-cns3xxx/devices.c | 5 +-
> arch/arm/mach-cns3xxx/include/mach/irqs.h | 24 ----
> arch/arm/mach-cns3xxx/include/mach/timex.h | 12 --
> arch/arm/mach-cns3xxx/include/mach/uncompress.h | 53 ---------
> arch/arm/mach-cns3xxx/pcie.c | 2 +-
> arch/arm/mach-cns3xxx/pm.c | 4 +-
> arch/arm/mach-cns3xxx/{include/mach => }/pm.h | 0
> drivers/mmc/host/sdhci-cns3xxx.c | 1 -
> 17 files changed, 158 insertions(+), 119 deletions(-)
> rename arch/arm/{mach-cns3xxx/include/mach/debug-macro.S => include/debug/cns3xxx.S} (100%)
> rename arch/arm/mach-cns3xxx/{include/mach => }/cns3xxx.h (99%)
> delete mode 100644 arch/arm/mach-cns3xxx/include/mach/irqs.h
> delete mode 100644 arch/arm/mach-cns3xxx/include/mach/timex.h
> delete mode 100644 arch/arm/mach-cns3xxx/include/mach/uncompress.h
> rename arch/arm/mach-cns3xxx/{include/mach => }/pm.h (100%)
next prev parent reply other threads:[~2013-03-16 16:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-14 22:14 [PATCH 0/5] cns3xxx multiplatform support Arnd Bergmann
2013-03-14 22:14 ` [PATCH 1/5] ARM: cns3xxx: make mach header files local Arnd Bergmann
2013-03-14 22:14 ` [PATCH 2/5] ARM: cns3xxx: enable sparse IRQ support Arnd Bergmann
2013-03-14 22:14 ` [PATCH 3/5] ARM: cns3xxx: move debug_ll code to include/debug/ Arnd Bergmann
2013-03-14 22:14 ` [PATCH 4/5] ARM: cns3xxx: enable multiplatform support Arnd Bergmann
2013-03-14 22:14 ` [PATCH 5/5] ARM: cns3xxx: initial DT support Arnd Bergmann
2013-03-15 10:58 ` [PATCH 0/5] cns3xxx multiplatform support Florian Fainelli
2013-03-15 11:27 ` Gabor Juhos
2013-03-16 16:50 ` Anton Vorontsov [this message]
2013-03-29 8:11 ` Mac Lin
2013-03-29 8:58 ` Imre Kaloz
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=20130316165037.GA2522@lizard \
--to=anton@enomsg.org \
--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).