From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/3] Add support for Atmel's AT91SAM9N12-EK (With DT)
Date: Tue, 17 Apr 2012 10:41:49 +0200 [thread overview]
Message-ID: <4F8D2CCD.4080800@atmel.com> (raw)
In-Reply-To: <1334643991-19148-1-git-send-email-hong.xu@atmel.com>
On 04/17/2012 08:26 AM, Hong Xu :
> This series adds support for Atmel's AT91SAM9N12-EK.
>
> Patches are on top of v3.4-rc2 and target for v3.5
>
> Changes since v2 (details are in patch files respectively)
> * Removed blank lines
> * Removed Nandflash partitioning info (AT91 will handle this later)
> * Removed IRQ priority table (AT91 will handle this in an unified way)
>
> Hong Xu (3):
> AT91: Add DT description files for AT91SAM9N12-EK
> AT91: Add machine header file for AT91SAM9N12 SoC
> AT91: Add machine files for AT91SAM9N12 SoC
Fine with me. I will queue this SoC support for 3.5 inclusion. Maybe
some merge modifications will be needed against our "cleanup" branch but
I will manage that easily.
Thanks for adding this support Xu Hong.
Best regards,
>
> arch/arm/boot/dts/at91sam9n12.dtsi | 222 +++++++++++++++++++
> arch/arm/boot/dts/at91sam9n12ek.dts | 84 +++++++
> arch/arm/mach-at91/Kconfig | 9 +
> arch/arm/mach-at91/Makefile | 1 +
> arch/arm/mach-at91/Makefile.boot | 2 +
> arch/arm/mach-at91/at91sam9n12.c | 233 ++++++++++++++++++++
> arch/arm/mach-at91/clock.c | 15 +-
> arch/arm/mach-at91/include/mach/at91sam9n12.h | 60 +++++
> .../mach-at91/include/mach/at91sam9n12_matrix.h | 53 +++++
> arch/arm/mach-at91/include/mach/cpu.h | 10 +
> arch/arm/mach-at91/include/mach/hardware.h | 2 +
> arch/arm/mach-at91/setup.c | 6 +
> arch/arm/mach-at91/soc.h | 5 +
> 13 files changed, 697 insertions(+), 5 deletions(-)
> create mode 100644 arch/arm/boot/dts/at91sam9n12.dtsi
> create mode 100644 arch/arm/boot/dts/at91sam9n12ek.dts
> create mode 100644 arch/arm/mach-at91/at91sam9n12.c
> create mode 100644 arch/arm/mach-at91/include/mach/at91sam9n12.h
> create mode 100644 arch/arm/mach-at91/include/mach/at91sam9n12_matrix.h
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
To: Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v3 0/3] Add support for Atmel's AT91SAM9N12-EK (With DT)
Date: Tue, 17 Apr 2012 10:41:49 +0200 [thread overview]
Message-ID: <4F8D2CCD.4080800@atmel.com> (raw)
In-Reply-To: <1334643991-19148-1-git-send-email-hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
On 04/17/2012 08:26 AM, Hong Xu :
> This series adds support for Atmel's AT91SAM9N12-EK.
>
> Patches are on top of v3.4-rc2 and target for v3.5
>
> Changes since v2 (details are in patch files respectively)
> * Removed blank lines
> * Removed Nandflash partitioning info (AT91 will handle this later)
> * Removed IRQ priority table (AT91 will handle this in an unified way)
>
> Hong Xu (3):
> AT91: Add DT description files for AT91SAM9N12-EK
> AT91: Add machine header file for AT91SAM9N12 SoC
> AT91: Add machine files for AT91SAM9N12 SoC
Fine with me. I will queue this SoC support for 3.5 inclusion. Maybe
some merge modifications will be needed against our "cleanup" branch but
I will manage that easily.
Thanks for adding this support Xu Hong.
Best regards,
>
> arch/arm/boot/dts/at91sam9n12.dtsi | 222 +++++++++++++++++++
> arch/arm/boot/dts/at91sam9n12ek.dts | 84 +++++++
> arch/arm/mach-at91/Kconfig | 9 +
> arch/arm/mach-at91/Makefile | 1 +
> arch/arm/mach-at91/Makefile.boot | 2 +
> arch/arm/mach-at91/at91sam9n12.c | 233 ++++++++++++++++++++
> arch/arm/mach-at91/clock.c | 15 +-
> arch/arm/mach-at91/include/mach/at91sam9n12.h | 60 +++++
> .../mach-at91/include/mach/at91sam9n12_matrix.h | 53 +++++
> arch/arm/mach-at91/include/mach/cpu.h | 10 +
> arch/arm/mach-at91/include/mach/hardware.h | 2 +
> arch/arm/mach-at91/setup.c | 6 +
> arch/arm/mach-at91/soc.h | 5 +
> 13 files changed, 697 insertions(+), 5 deletions(-)
> create mode 100644 arch/arm/boot/dts/at91sam9n12.dtsi
> create mode 100644 arch/arm/boot/dts/at91sam9n12ek.dts
> create mode 100644 arch/arm/mach-at91/at91sam9n12.c
> create mode 100644 arch/arm/mach-at91/include/mach/at91sam9n12.h
> create mode 100644 arch/arm/mach-at91/include/mach/at91sam9n12_matrix.h
>
--
Nicolas Ferre
next prev parent reply other threads:[~2012-04-17 8:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-17 6:26 [PATCH v3 0/3] Add support for Atmel's AT91SAM9N12-EK (With DT) Hong Xu
2012-04-17 6:26 ` Hong Xu
2012-04-17 6:26 ` [PATCH v3 1/3] AT91: Add DT description files for AT91SAM9N12-EK Hong Xu
2012-04-17 6:26 ` Hong Xu
2012-04-17 6:26 ` [PATCH v3 2/3] AT91: Add machine header file for AT91SAM9N12 SoC Hong Xu
2012-04-17 6:26 ` Hong Xu
2012-04-17 6:26 ` [PATCH v3 3/3] AT91: Add machine files " Hong Xu
2012-04-17 6:26 ` Hong Xu
2012-04-17 8:41 ` Nicolas Ferre [this message]
2012-04-17 8:41 ` [PATCH v3 0/3] Add support for Atmel's AT91SAM9N12-EK (With DT) Nicolas Ferre
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=4F8D2CCD.4080800@atmel.com \
--to=nicolas.ferre@atmel.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 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.