From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, arm@kernel.org,
Arnd Bergmann <arnd@arndb.de>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: [GIT PULL 2/3] arm-soc: late at91 changes
Date: Fri, 10 Aug 2012 21:06:14 +0200 [thread overview]
Message-ID: <1344625575-27560-3-git-send-email-arnd@arndb.de> (raw)
In-Reply-To: <1344625575-27560-1-git-send-email-arnd@arndb.de>
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/late-at91-mci
for you to fetch changes up to b3ce167791c02da98f6e527be7d19213b3abddf0:
Merge tag 'at91-for-next-soc' of git://github.com/at91linux/linux-at91 into at91/mci (2012-08-10 12:34:18 +0200)
----------------------------------------------------------------
arm-soc: late at91 changes
This series was originally sent for inclusion in v3.5 but missed out
twice, first time because it was late for v3.5 and we decided not to
push it then, and this time because the maintainer was on a long
vacation before the merge window and nobody noticed that it was missing
from the v3.6 list.
The main purpose of this series is to move over the at91 board files
to use the atmel-mci driver instead of the old at91_mci that is
scheduled for removal in v3.7.
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Ludovic Desroches <ludovic.desroches@atmel.com>
----------------------------------------------------------------
Arnd Bergmann (1):
Merge tag 'at91-for-next-soc' of git://github.com/at91linux/linux-at91 into at91/mci
Ludovic Desroches (1):
ARM: at91: add atmel-mci support for chips and boards which can use it
Nicolas Ferre (1):
ARM: at91/defconfig: change the MCI driver to use in defconfigs
Paul Bolle (1):
ARM: at91: set i2c_board_info.type to "ds1339" directly
Richard Genoud (1):
ARM: at91/defconfig: Remove unaffected config option
arch/arm/configs/afeb9260_defconfig | 1 -
arch/arm/configs/at91rm9200_defconfig | 2 +-
arch/arm/configs/at91sam9261_defconfig | 2 +-
arch/arm/configs/at91sam9263_defconfig | 3 +-
arch/arm/configs/at91sam9g20_defconfig | 2 +-
arch/arm/configs/at91sam9rl_defconfig | 2 +-
arch/arm/configs/cpu9260_defconfig | 2 +-
arch/arm/configs/cpu9g20_defconfig | 2 +-
arch/arm/configs/qil-a9260_defconfig | 3 +-
arch/arm/configs/stamp9g20_defconfig | 1 -
arch/arm/configs/usb-a9260_defconfig | 1 -
arch/arm/mach-at91/at91rm9200_devices.c | 92 ++++++++++-------
arch/arm/mach-at91/at91sam9260_devices.c | 84 +---------------
arch/arm/mach-at91/at91sam9261_devices.c | 60 +++++------
arch/arm/mach-at91/at91sam9263.c | 4 +-
arch/arm/mach-at91/at91sam9263_devices.c | 161 +++++++++++++++++-------------
arch/arm/mach-at91/at91sam9rl_devices.c | 60 +++++------
arch/arm/mach-at91/board-afeb-9260v1.c | 14 +--
arch/arm/mach-at91/board-carmeva.c | 14 +--
arch/arm/mach-at91/board-cpu9krea.c | 17 ++--
arch/arm/mach-at91/board-cpuat91.c | 13 +--
arch/arm/mach-at91/board-csb337.c | 14 +--
arch/arm/mach-at91/board-eb9200.c | 14 +--
arch/arm/mach-at91/board-ecbat91.c | 14 +--
arch/arm/mach-at91/board-eco920.c | 14 +--
arch/arm/mach-at91/board-flexibity.c | 14 +--
arch/arm/mach-at91/board-foxg20.c | 16 +--
arch/arm/mach-at91/board-kb9202.c | 14 +--
arch/arm/mach-at91/board-neocore926.c | 13 +--
arch/arm/mach-at91/board-picotux200.c | 14 +--
arch/arm/mach-at91/board-qil-a9260.c | 14 +--
arch/arm/mach-at91/board-rm9200dk.c | 14 +--
arch/arm/mach-at91/board-rm9200ek.c | 14 +--
arch/arm/mach-at91/board-rsi-ews.c | 13 +--
arch/arm/mach-at91/board-sam9-l9260.c | 16 +--
arch/arm/mach-at91/board-sam9260ek.c | 16 +--
arch/arm/mach-at91/board-sam9261ek.c | 13 +--
arch/arm/mach-at91/board-sam9263ek.c | 13 +--
arch/arm/mach-at91/board-sam9g20ek.c | 16 +--
arch/arm/mach-at91/board-sam9rlek.c | 13 +--
arch/arm/mach-at91/board-stamp9g20.c | 14 ---
arch/arm/mach-at91/board-usb-a926x.c | 2 -
arch/arm/mach-at91/board-yl-9200.c | 13 +--
drivers/mtd/nand/Kconfig | 40 --------
44 files changed, 384 insertions(+), 494 deletions(-)
next prev parent reply other threads:[~2012-08-10 19:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-10 19:06 [GIT PULL 0/3] arm-soc updates Arnd Bergmann
2012-08-10 19:06 ` [GIT PULL 1/3] arm-soc: bug fixes for v3.6-rc2 Arnd Bergmann
2012-08-10 19:06 ` Arnd Bergmann [this message]
2012-08-10 19:06 ` [GIT PULL 3/3] arm-soc: make of_device_id->data constant Arnd Bergmann
2012-08-13 18:58 ` [GIT PULL 0/3] arm-soc updates Sascha Hauer
2012-08-13 21:13 ` Olof Johansson
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=1344625575-27560-3-git-send-email-arnd@arndb.de \
--to=arnd@arndb.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@atmel.com \
--cc=nicolas.ferre@atmel.com \
--cc=torvalds@linux-foundation.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
Powered by JetHome