From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: cleanup + soc for 3.10 #1
Date: Fri, 15 Mar 2013 14:30:13 +0100 [thread overview]
Message-ID: <51432265.2060905@atmel.com> (raw)
Arnd, Olof,
This is a pull-request targeted to do some cleanup in AT91 Kconfig
and board-dt-xxx.c files. It will prepare the coming introduction of
our SAMA5D3 family (Atmel new Cortex-A5) that we will stack on top
of these modifications soon.
Thanks, best regards,
The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:
Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)
are available in the git repository at:
git://github.com/at91linux/linux-at91.git tags/at91-soc
for you to fetch changes up to 9317960fa38ff50ac287904e4c751a169635ecbf:
ARM: at91: renamme rm9200 dt file (2013-03-13 17:28:14 +0100)
----------------------------------------------------------------
Simplification of Kconfig and splitting of the non-DT part.
Common pattern for DT board file naming.
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
ARM: at91: move non DT Kconfig to Kconfig.non_dt
ARM: at91: rename board-dt to more specific name board-dt-sam9
ARM: at91: renamme rm9200 dt file
arch/arm/configs/at91_dt_defconfig | 2 +-
arch/arm/configs/at91sam9260_defconfig | 2 +-
arch/arm/configs/at91sam9g20_defconfig | 2 +-
arch/arm/configs/at91sam9g45_defconfig | 2 +-
arch/arm/mach-at91/Kconfig | 398 +---------------------------------
arch/arm/mach-at91/Kconfig.non_dt | 399 +++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/Makefile | 4 +-
arch/arm/mach-at91/{board-rm9200-dt.c => board-dt-rm9200.c} | 0
arch/arm/mach-at91/{board-dt.c => board-dt-sam9.c} | 0
9 files changed, 407 insertions(+), 402 deletions(-)
create mode 100644 arch/arm/mach-at91/Kconfig.non_dt
rename arch/arm/mach-at91/{board-rm9200-dt.c => board-dt-rm9200.c} (100%)
rename arch/arm/mach-at91/{board-dt.c => board-dt-sam9.c} (100%)
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Linux Kernel list <linux-kernel@vger.kernel.org>,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: [GIT PULL] at91: cleanup + soc for 3.10 #1
Date: Fri, 15 Mar 2013 14:30:13 +0100 [thread overview]
Message-ID: <51432265.2060905@atmel.com> (raw)
Arnd, Olof,
This is a pull-request targeted to do some cleanup in AT91 Kconfig
and board-dt-xxx.c files. It will prepare the coming introduction of
our SAMA5D3 family (Atmel new Cortex-A5) that we will stack on top
of these modifications soon.
Thanks, best regards,
The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:
Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)
are available in the git repository at:
git://github.com/at91linux/linux-at91.git tags/at91-soc
for you to fetch changes up to 9317960fa38ff50ac287904e4c751a169635ecbf:
ARM: at91: renamme rm9200 dt file (2013-03-13 17:28:14 +0100)
----------------------------------------------------------------
Simplification of Kconfig and splitting of the non-DT part.
Common pattern for DT board file naming.
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
ARM: at91: move non DT Kconfig to Kconfig.non_dt
ARM: at91: rename board-dt to more specific name board-dt-sam9
ARM: at91: renamme rm9200 dt file
arch/arm/configs/at91_dt_defconfig | 2 +-
arch/arm/configs/at91sam9260_defconfig | 2 +-
arch/arm/configs/at91sam9g20_defconfig | 2 +-
arch/arm/configs/at91sam9g45_defconfig | 2 +-
arch/arm/mach-at91/Kconfig | 398 +---------------------------------
arch/arm/mach-at91/Kconfig.non_dt | 399 +++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/Makefile | 4 +-
arch/arm/mach-at91/{board-rm9200-dt.c => board-dt-rm9200.c} | 0
arch/arm/mach-at91/{board-dt.c => board-dt-sam9.c} | 0
9 files changed, 407 insertions(+), 402 deletions(-)
create mode 100644 arch/arm/mach-at91/Kconfig.non_dt
rename arch/arm/mach-at91/{board-rm9200-dt.c => board-dt-rm9200.c} (100%)
rename arch/arm/mach-at91/{board-dt.c => board-dt-sam9.c} (100%)
--
Nicolas Ferre
next reply other threads:[~2013-03-15 13:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-15 13:30 Nicolas Ferre [this message]
2013-03-15 13:30 ` [GIT PULL] at91: cleanup + soc for 3.10 #1 Nicolas Ferre
2013-03-15 22:17 ` Arnd Bergmann
2013-03-15 22:17 ` Arnd Bergmann
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=51432265.2060905@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.