All of lore.kernel.org
 help / color / mirror / Atom feed
From: baruch@tkos.co.il (Baruch Siach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] i.MX51: add support for cpuimx51 module and its baseboard
Date: Wed, 21 Jul 2010 07:42:39 +0300	[thread overview]
Message-ID: <20100721044239.GC31367@jasper.tkos.co.il> (raw)
In-Reply-To: <1279610174-6025-3-git-send-email-eric@eukrea.com>

Hi Eric,

On Tue, Jul 20, 2010 at 09:16:14AM +0200, Eric B?nard wrote:
> CPUIMX51 is build around Freescale's i.MX515 and has up to
> 512MB of RAM, NAND Flash, Ethernet, USB Host with 4 ports
> hub, USB OTG, ST16554 Quad UART on nCS1, I2C RTC ...
> 
> MBIMX51 adds LEDS, Keypad, TSC2007 touchscreen controler ...
> 
> Signed-off-by: Eric B?nard <eric@eukrea.com>
> ---
>  arch/arm/mach-mx5/Kconfig                          |   21 ++
>  arch/arm/mach-mx5/Makefile                         |    2 +
>  arch/arm/mach-mx5/board-cpuimx51.c                 |  299 ++++++++++++++++++++
>  arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c       |  200 +++++++++++++
>  .../plat-mxc/include/mach/board-eukrea_cpuimx51.h  |   37 +++
>  5 files changed, 559 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/mach-mx5/board-cpuimx51.c
>  create mode 100644 arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c
>  create mode 100644 arch/arm/plat-mxc/include/mach/board-eukrea_cpuimx51.h
> 
> diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
> index 6ef3428..5edd07e 100644
> --- a/arch/arm/mach-mx5/Kconfig
> +++ b/arch/arm/mach-mx5/Kconfig
> @@ -21,4 +21,25 @@ config MACH_MX51_3DS
>  	help
>  	  Include support for MX51PDK (3DS) platform. This includes specific
>  	  configurations for the board and its peripherals.
> +
> +config MACH_EUKREA_CPUIMX51
> +	bool "Support Eukrea CPUIMX51 module"
> +	help
> +	  Include support forEukrea CPUIMX27 platform. This includes

s/CPUIMX27/CPUIMX51/

> +	  specific configurations for the module and its peripherals.
> +

[snip]

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2010-07-21  4:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20  7:16 [PATCH 1/3] i.MX51: handle IRQ for gpio 16..31 Eric Bénard
2010-07-20  7:16 ` [PATCH 2/3] iomux-mx51: add 4 pin definitions Eric Bénard
2010-07-20  7:16   ` [PATCH 3/3] i.MX51: add support for cpuimx51 module and its baseboard Eric Bénard
2010-07-21  4:42     ` Baruch Siach [this message]
2010-07-21  7:17       ` [PATCH v2 " Eric Bénard
2010-07-22 13:31     ` [PATCH " Sascha Hauer
2010-07-22 14:27       ` Eric Bénard
2010-07-23 14:11       ` [PATCH v3] " Eric Bénard
2010-07-21  9:04 ` [PATCH 1/3] i.MX51: handle IRQ for gpio 16..31 Rob Herring
2010-07-21  9:08   ` Eric Bénard
2010-07-21 12:46   ` [PATCH v2 " 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=20100721044239.GC31367@jasper.tkos.co.il \
    --to=baruch@tkos.co.il \
    --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.