public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <felipe.balbi@nokia.com>
To: ext Kalle Valo <kalle.valo@iki.fi>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 1/2] Add support for Nokia N800
Date: Fri, 7 Aug 2009 16:32:40 +0300	[thread overview]
Message-ID: <20090807133240.GB8525@nokia.com> (raw)
In-Reply-To: <20090807130611.4978.96154.stgit@tikku>

Hi,

On Fri, Aug 07, 2009 at 03:06:11PM +0200, ext Kalle Valo wrote:
> Signed-off-by: Kalle Valo <kalle.valo@iki.fi>
> ---
> 
>  arch/arm/mach-omap2/Kconfig      |    4 
>  arch/arm/mach-omap2/Makefile     |    2 
>  arch/arm/mach-omap2/board-n8x0.c |  307 ++++++++++++++++++++++++++++++++++++++
>  3 files changed, 312 insertions(+), 1 deletions(-)
>  create mode 100644 arch/arm/mach-omap2/board-n8x0.c
> 
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index bf54686..75b1c7e 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -73,6 +73,10 @@ config MACH_OMAP_3430SDP
>  	bool "OMAP 3430 SDP board"
>  	depends on ARCH_OMAP3 && ARCH_OMAP34XX
>  
> +config MACH_NOKIA_N8X0
> +	bool "Nokia N800/N810"
> +	depends on ARCH_OMAP2420
> +
>  config MACH_NOKIA_RX51
>  	bool "Nokia RX-51 board"
>  	depends on ARCH_OMAP3 && ARCH_OMAP34XX
> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
> index 757c84b..8850a24 100644
> --- a/arch/arm/mach-omap2/Makefile
> +++ b/arch/arm/mach-omap2/Makefile
> @@ -62,7 +62,7 @@ obj-$(CONFIG_MACH_OMAP3_PANDORA)	+= board-omap3pandora.o \
>  					   mmc-twl4030.o
>  obj-$(CONFIG_MACH_OMAP_3430SDP)		+= board-3430sdp.o \
>  					   mmc-twl4030.o
> -
> +obj-$(CONFIG_MACH_NOKIA_N8X0)		+= board-n8x0.o
>  obj-$(CONFIG_MACH_NOKIA_RX51)		+= board-rx51.o \
>  					   board-rx51-peripherals.o \
>  					   mmc-twl4030.o
> diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c
> new file mode 100644
> index 0000000..08d1c11
> --- /dev/null
> +++ b/arch/arm/mach-omap2/board-n8x0.c
> @@ -0,0 +1,307 @@
> +/*
> + * linux/arch/arm/mach-omap2/board-n8x0.c
> + *
> + * Copyright (C) 2005-2007 Nokia Corporation

2005-2009

-- 
balbi

  reply	other threads:[~2009-08-07 13:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-07 13:06 [PATCH 0/2] Nokia n8x0 support for mainline Kalle Valo
2009-08-07 13:06 ` [PATCH 1/2] Add support for Nokia N800 Kalle Valo
2009-08-07 13:32   ` Felipe Balbi [this message]
2009-08-07 18:56     ` Kalle Valo
2009-08-07 13:06 ` [PATCH 2/2] n8x0: add n8x0_defconfig Kalle Valo

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=20090807133240.GB8525@nokia.com \
    --to=felipe.balbi@nokia.com \
    --cc=kalle.valo@iki.fi \
    --cc=linux-omap@vger.kernel.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