All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.arm.linux.org.uk,
	Mikkel Christensen <mlc@ti.com>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Vikram Pandita <vikram.pandita@ti.com>,
	linux-omap@vger.kernel.org
Subject: Re: [PATCH 5/8] ARM: OMAP3: Add support for OMAP3 Zoom2 board, v2
Date: Thu, 28 May 2009 14:39:38 -0700	[thread overview]
Message-ID: <20090528213937.GA31087@atomide.com> (raw)
In-Reply-To: <20090528211606.GD29066@n2100.arm.linux.org.uk>

* Russell King - ARM Linux <linux@arm.linux.org.uk> [090528 14:19]:
> On Thu, May 28, 2009 at 02:13:06PM -0700, Tony Lindgren wrote:
> > * Russell King - ARM Linux <linux@arm.linux.org.uk> [090528 09:05]:
> > > On Mon, May 25, 2009 at 10:53:35AM -0700, Tony Lindgren wrote:
> > > > diff --git a/arch/arm/mach-omap2/board-zoom-debugboard.c b/arch/arm/mach-omap2/board-zoom-debugboard.c
> > > > new file mode 100644
> > > > index 0000000..91f07c1
> > > > --- /dev/null
> > > > +++ b/arch/arm/mach-omap2/board-zoom-debugboard.c
> > > > @@ -0,0 +1,160 @@
> > > > +/*
> > > > + * Copyright (C) 2009 Texas Instruments Inc.
> > > > + * Mikkel Christensen <mlc@ti.com>
> > > > + *
> > > > + * This program is free software; you can redistribute it and/or modify
> > > > + * it under the terms of the GNU General Public License version 2 as
> > > > + * published by the Free Software Foundation.
> > > > + */
> > > > +
> > > > +#include <linux/kernel.h>
> > > > +#include <linux/init.h>
> > > > +#include <linux/serial_8250.h>
> > > > +#include <linux/smsc911x.h>
> > > > +
> > > > +#include <mach/gpio.h>
> > > 
> > > linux/gpio.h please.
> > > 
> > > > diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c
> > > > new file mode 100644
> > > > index 0000000..d4cd7ff
> > > > --- /dev/null
> > > > +++ b/arch/arm/mach-omap2/board-zoom2.c
> > > > @@ -0,0 +1,110 @@
> > > > +/*
> > > > + * Copyright (C) 2009 Texas Instruments Inc.
> > > > + * Mikkel Christensen <mlc@ti.com>
> > > > + *
> > > > + * Modified from mach-omap2/board-ldp.c
> > > > + *
> > > > + * This program is free software; you can redistribute it and/or modify
> > > > + * it under the terms of the GNU General Public License version 2 as
> > > > + * published by the Free Software Foundation.
> > > > + */
> > > > +
> > > > +#include <linux/kernel.h>
> > > > +#include <linux/init.h>
> > > > +#include <linux/platform_device.h>
> > > > +#include <linux/i2c/twl4030.h>
> > > > +
> > > > +#include <asm/mach-types.h>
> > > > +#include <asm/mach/arch.h>
> > > > +
> > > > +#include <mach/gpio.h>
> > > 
> > > Ditto.
> > 
> > Good eye. Here's this one updated.
> 
> Nothing really to do with eyes, more to do with regexps in .muttrc
> highlighting this stuff with a red background...  It currently is
> setup as:
> 
> color body white red "(\\+#include <(asm|mach)/(gp)?io\.h>|return -1|default n)"
> 
> but will probably expand more over time.

Cool. Added that here too.

Tony

  reply	other threads:[~2009-05-28 21:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-25 17:46 [PATCH 0/8] omap3 board updates for merge window after 2.6.30 Tony Lindgren
2009-05-25 17:48 ` [PATCH 1/8] ARM: OMAP3: mmc-twl4030 uses regulator framework Tony Lindgren
2009-05-25 22:47   ` Daniel Ribeiro
2009-05-26 12:59     ` Mark Brown
2009-05-27 16:55     ` [PATCH 1/8] ARM: OMAP3: mmc-twl4030 uses regulator framework, v2 Tony Lindgren
2009-05-25 17:49 ` [PATCH 2/8] ARM: OMAP3: Initialize regulators for Beagle and Overo Tony Lindgren
2009-05-28 16:20   ` Russell King - ARM Linux
2009-05-28 17:33     ` Tony Lindgren
2009-05-28 18:00       ` Mark Brown
2009-05-28 19:48         ` Russell King - ARM Linux
2009-05-29 10:05           ` Mark Brown
2009-05-25 17:51 ` [PATCH 3/8] ARM: OMAP3: pandora: setup regulator framework for MMC Tony Lindgren
2009-05-25 17:52 ` [PATCH 4/8] ARM: OMAP3: RX51: Connect VAUX3 to MMC2 Tony Lindgren
2009-05-25 17:53 ` [PATCH 5/8] ARM: OMAP3: Add support for OMAP3 Zoom2 board Tony Lindgren
2009-05-28 16:05   ` Russell King - ARM Linux
2009-05-28 21:13     ` [PATCH 5/8] ARM: OMAP3: Add support for OMAP3 Zoom2 board, v2 Tony Lindgren
2009-05-28 21:16       ` Russell King - ARM Linux
2009-05-28 21:39         ` Tony Lindgren [this message]
2009-05-25 17:55 ` [PATCH 6/8] ARM: OMAP3: Defconfig for Zoom2 board Tony Lindgren
2009-05-25 17:56 ` [PATCH 7/8] ARM: OMAP3: Add omap3 EVM support Tony Lindgren
2009-05-28 16:06   ` Russell King - ARM Linux
2009-05-28 21:14     ` [PATCH 7/8] ARM: OMAP3: Add omap3 EVM support, v2 Tony Lindgren
2009-05-25 17:57 ` [PATCH 8/8] ARM: OMAP3: Add omap3 EVM defconfig Tony Lindgren
2009-05-27 19:47 ` [PATCH] ARM: OMAP3: pandora: add support for mode devices Grazvydas Ignotas
2009-05-27 20:24   ` Tony Lindgren
2009-05-27 23:39 ` [PATCH 0/8] omap3 board updates for merge window after 2.6.30 Tony Lindgren

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=20090528213937.GA31087@atomide.com \
    --to=tony@atomide.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mlc@ti.com \
    --cc=vikram.pandita@ti.com \
    /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.