All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <felipe.balbi@nokia.com>
To: ext Thomas Weber <weber@corscience.de>
Cc: "Balbi Felipe (Nokia-D/Helsinki)" <felipe.balbi@nokia.com>,
	ext Kim Botherway <kbotherway@djdvant.com>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 1/4] Add minimal support for DEVKIT8000
Date: Fri, 15 Jan 2010 12:52:11 +0200	[thread overview]
Message-ID: <20100115105211.GQ19526@nokia.com> (raw)
In-Reply-To: <4B4F3167.3080300@corscience.de>

Hi,

On Thu, Jan 14, 2010 at 03:59:51PM +0100, ext Thomas Weber wrote:
>I use Kims patches and I have done some work on it over the time and
>after the comments from Felipe, so I want to submit them one more time.

and you resent the same patch without my comments sorted out

>diff --git a/arch/arm/mach-omap2/board-omap3devkit8000.c
>b/arch/arm/mach-omap2/board-omap3devkit8000.c
>new file mode 100644
>index 0000000..5f85dc6
>--- /dev/null
>+++ b/arch/arm/mach-omap2/board-omap3devkit8000.c
>@@ -0,0 +1,616 @@
>+/*
>+ * linux/arch/arm/mach-omap2/board-omap3devkit8000.c
>+ *
>+ * Copyright (C) 2008 Texas Instruments

still this part wasn't addressed.

>+static struct platform_device omap3devkit8000_nand_device = {
>+    .name        = "omap2-nand",
>+    .id        = -1,
>+    .dev        = {
>+        .platform_data    = &omap3devkit8000_nand_data,
>+    },
>+    .num_resources    = 1,
>+    .resource    = &omap3devkit8000_nand_resource,

neither this...

>+static struct gpio_led gpio_leds[] = {
>+    {
>+        .name            = "led1",
>+        .default_trigger    = "heartbeat",
>+        .gpio            = 186,
>+        .active_low        = true,
>+    },
>+    {
>+        .name            = "led2",
>+        .default_trigger    = "mmc0",
>+        .gpio            = 163,
>+        .active_low        = true,
>+    },
>+    {
>+        .name            = "ledB",
>+        .default_trigger    = "none",
>+        .gpio            = 153,
>+        .active_low             = true,
>+    },
>+    {
>+        .name            = "led3",
>+        .default_trigger    = "none",
>+        .gpio            = 164,    /* gets replaced */

nor this.

>+static struct spi_board_info omap3devkit8000_spi_board_info[]
>__initdata = {
>+    {
>+        .modalias        = "ads7846",
>+        .bus_num        = 2,
>+        .chip_select        = 0,
>+        .max_speed_hz        = 1500000,
>+        .controller_data    = &ads7846_mcspi_config,
>+        .irq            = OMAP_GPIO_IRQ(OMAP3_DEVKIT_TS_GPIO),
>+        .platform_data        = &ads7846_config,
>+    }
>+};
>+
>+

nor this.

-- 
balbi

  parent reply	other threads:[~2010-01-15 10:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-12 10:17 [PATCH 1/4] Add minimal support for DEVKIT8000 Kim Botherway
2009-11-12 10:40 ` Felipe Balbi
2010-01-14 14:59   ` Thomas Weber
2010-01-14 15:48     ` Thomas Weber
2010-01-15 10:52     ` Felipe Balbi [this message]
     [not found] <Re: [PATCH 1/4] Add minimal support for DEVKIT8000>
2010-01-14 15:21 ` Thomas Weber

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=20100115105211.GQ19526@nokia.com \
    --to=felipe.balbi@nokia.com \
    --cc=kbotherway@djdvant.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=weber@corscience.de \
    /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.