From: florian@openwrt.org (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] cns3xxx multiplatform support
Date: Fri, 15 Mar 2013 11:58:12 +0100 [thread overview]
Message-ID: <5142FEC4.100@openwrt.org> (raw)
In-Reply-To: <1363299271-8283-1-git-send-email-arnd@arndb.de>
Hello Arnd,
Le 03/14/13 23:14, Arnd Bergmann a ?crit :
> 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 do not have any cns3xxx device myself, but I added Felix and Gabor in
CC who actually have one.
>
> 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-15 10:58 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 ` Florian Fainelli [this message]
2013-03-15 11:27 ` [PATCH 0/5] cns3xxx multiplatform support Gabor Juhos
2013-03-16 16:50 ` Anton Vorontsov
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=5142FEC4.100@openwrt.org \
--to=florian@openwrt.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.