mbox

[GIT,PULL] at91: cleanup for 3.11 #2

Message ID 1371545020-23186-1-git-send-email-nicolas.ferre@atmel.com
State New
Headers show

Pull-request

git://github.com/at91linux/linux-at91.git tags/at91-cleanup

Message

Nicolas Ferre June 18, 2013, 8:43 a.m. UTC
Arnd, Olof,

The patch that was remaining from my old "soc" pull-request. It is stacked on
top of the "cleanup" patches already send as recommended by Olof.

Thanks, best regards,

The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:

  ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-cleanup

for you to fetch changes up to e25ac142f3c8476410a562c481e5c29efbb1cd43:

  ARM: at91: drop rm9200dk board support (2013-06-18 10:23:15 +0200)

----------------------------------------------------------------
One old board removal.

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: drop rm9200dk board support

 arch/arm/configs/at91rm9200_defconfig |   1 -
 arch/arm/mach-at91/Kconfig.non_dt     |   7 --
 arch/arm/mach-at91/Makefile           |   1 -
 arch/arm/mach-at91/board-rm9200dk.c   | 228 ----------------------------------
 4 files changed, 237 deletions(-)
 delete mode 100644 arch/arm/mach-at91/board-rm9200dk.c

Comments

Arnd Bergmann June 20, 2013, 1:11 p.m. UTC | #1
On Tuesday 18 June 2013, Nicolas Ferre wrote:
> The patch that was remaining from my old "soc" pull-request. It is stacked on
> top of the "cleanup" patches already send as recommended by Olof.
> 
> Thanks, best regards,
> 
> The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:
> 
>   ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-cleanup
> 

Pulled into next/cleanup, thanks!

	Arnd