All of lore.kernel.org
 help / color / mirror / Atom feed
From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD)
To: linux-arm-kernel@lists.infradead.org
Subject: rm9200: update
Date: Wed, 24 Nov 2010 15:34:48 +0100	[thread overview]
Message-ID: <20101124143448.GH11909@game.jcrosoft.org> (raw)
In-Reply-To: <20101120095906.GD4216@game.jcrosoft.org>

HI,

	version 2

	replace 
	at91/picotux200: fix warning: 'picotux200_mmc_data' defined but not used
	by
	at91/picotux200: remove commenting usb device and dataflash support

	fix comments
	and add
	at91/board-yl-9200: fix typo in video support

The following changes since commit b86db4744230c94e480de56f1b7f31117edbf193:

  Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2010-11-19 19:46:45 -0800)

are available in the git repository at:

  git://git.jcrosoft.org/linux-2.6.git rm9200

Jean-Christophe PLAGNIOL-VILLARD (7):
      at91: Convert remaining boards to new-style UART initialization
      at91rm9200dk: fix warning: 'dk_mmc_data' defined but not used
      at91rm9200ek: fix warning: 'ek_mmc_data' defined but not used
      at91: rename rm9200ek and rm9200dk board file name
      at91/picotux200: remove commenting usb device and dataflash support
      atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'
      at91/board-yl-9200: fix typo in video support

 arch/arm/mach-at91/Makefile                        |    4 +-
 arch/arm/mach-at91/at91rm9200_devices.c            |   45 -----------------
 arch/arm/mach-at91/board-1arm.c                    |   26 +++++-----
 arch/arm/mach-at91/board-kafa.c                    |   21 +++-----
 arch/arm/mach-at91/board-picotux200.c              |   53 ++++----------------
 .../arm/mach-at91/{board-dk.c => board-rm9200dk.c} |    4 +-
 .../arm/mach-at91/{board-ek.c => board-rm9200ek.c} |    4 +-
 arch/arm/mach-at91/board-yl-9200.c                 |    2 +-
 arch/arm/mach-at91/include/mach/board.h            |    6 --
 drivers/spi/atmel_spi.c                            |    6 ++-
 10 files changed, 45 insertions(+), 126 deletions(-)
 rename arch/arm/mach-at91/{board-dk.c => board-rm9200dk.c} (98%)
 rename arch/arm/mach-at91/{board-ek.c => board-rm9200ek.c} (98%)

Best Regards,
J.
On 10:59 Sat 20 Nov     , Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi,
> 
> 	this patch update some issues found on rm9200
> 	during the test of the rm9200 defconfig consolidation
> 
> The following changes since commit b86db4744230c94e480de56f1b7f31117edbf193:
> 
>   Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2010-11-19 19:46:45 -0800)
> 
> are available in the git repository at:
> 
>   git://git.jcrosoft.org/linux-2.6.git rm9200
> 
> Jean-Christophe PLAGNIOL-VILLARD (6):
>       at91: Convert remaining boards to new-style UART initialization
>       at91rm9200dk: fix warning: 'dk_mmc_data' defined but not used
>       at91rm9200ek: fix warning: 'ek_mmc_data' defined but not used
>       at91/picotux200: fix warning: 'picotux200_mmc_data' defined but not used
>       at91: rename rm9200ek and rm9200dk board file name
>       atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'
> 
>  arch/arm/mach-at91/Makefile                        |    4 +-
>  arch/arm/mach-at91/at91rm9200_devices.c            |   45 --------------------
>  arch/arm/mach-at91/board-1arm.c                    |   26 ++++++------
>  arch/arm/mach-at91/board-kafa.c                    |   21 ++++------
>  arch/arm/mach-at91/board-picotux200.c              |   25 +++++------
>  .../arm/mach-at91/{board-dk.c => board-rm9200dk.c} |    2 +
>  .../arm/mach-at91/{board-ek.c => board-rm9200ek.c} |    2 +
>  arch/arm/mach-at91/include/mach/board.h            |    6 ---
>  drivers/spi/atmel_spi.c                            |    4 +-
>  9 files changed, 42 insertions(+), 93 deletions(-)
>  rename arch/arm/mach-at91/{board-dk.c => board-rm9200dk.c} (99%)
>  rename arch/arm/mach-at91/{board-ek.c => board-rm9200ek.c} (99%)
> 
> Best Regards,
> J.
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2010-11-24 14:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-20  9:59 rm9200: update Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 10:08 ` [PATCH 1/6] at91: Convert remaining boards to new-style UART initialization Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 10:08 ` [PATCH 2/6] at91rm9200dk: fix warning: 'dk_mmc_data' defined but not used Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 10:08 ` [PATCH 3/6] at91rm9200ek: fix warning: 'ek_mmc_data' " Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 10:08 ` [PATCH 4/6] at91/picotux200: fix warning: 'picotux200_mmc_data' " Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 21:44   ` Uwe Kleine-König
2010-11-21  2:17     ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 10:08 ` [PATCH 5/6] at91: rename rm9200ek and rm9200dk board file name Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 21:42   ` Uwe Kleine-König
2010-11-20 10:08 ` [PATCH 6/6] atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer' Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 11:54   ` Sergei Shtylyov
2010-11-20 14:01     ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 21:48   ` Uwe Kleine-König
2010-11-20 21:48     ` Uwe Kleine-König
2010-11-20 22:59     ` David Brownell
2010-11-20 22:59       ` David Brownell
2010-11-21  2:19       ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-21  2:19         ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-21  2:19         ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-22 16:08 ` rm9200: update avictor.za at gmail.com
2010-11-24 14:34 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2010-11-24 14:55   ` [PATCH 1/7 v2] at91: Convert remaining boards to new-style UART initialization Jean-Christophe PLAGNIOL-VILLARD
2010-11-24 14:55   ` [PATCH 2/7 v2] at91rm9200dk: fix warning: 'dk_mmc_data' defined but not used Jean-Christophe PLAGNIOL-VILLARD
2010-11-24 14:55   ` [PATCH 3/7 v2] at91rm9200ek: fix warning: 'ek_mmc_data' " Jean-Christophe PLAGNIOL-VILLARD
2010-11-24 14:55   ` [PATCH 4/7 v2] at91: rename rm9200ek and rm9200dk board file name Jean-Christophe PLAGNIOL-VILLARD
2010-11-24 14:55   ` [PATCH 5/7 v2] at91/picotux200: remove commenting usb device and dataflash support Jean-Christophe PLAGNIOL-VILLARD
2010-11-24 14:55   ` [PATCH 6/7] atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer' Jean-Christophe PLAGNIOL-VILLARD
2010-11-24 14:55   ` [PATCH 7/7] at91/board-yl-9200: fix typo in video support Jean-Christophe PLAGNIOL-VILLARD
2010-11-24 15:31   ` rm9200: update Eric Bénard

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=20101124143448.GH11909@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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.