linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Altenberg <jan.altenberg@linutronix.de>
To: Andrew Victor <avictor.za@gmail.com>
Cc: David Brownell <david-b@pacbell.net>,
	linux@maxim.org.za, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.arm.linux.org.uk,
	Russell King - ARM Linux <linux@arm.linux.org.uk>
Subject: Re: [PATCH][AT91] Fix compile error for at91rm9200 in latest git
Date: Tue, 04 Dec 2007 09:14:29 +0100	[thread overview]
Message-ID: <1196756069.3835.7.camel@bender.lan> (raw)
In-Reply-To: <cd73a99e0712031202u71efc0e1g8cf910760475bb5d@mail.gmail.com>

Hi all,

> > Your patch looks correct, and seems to be the only obvious chunk
> > that's missing.  So, I'll ack it FWIW ... usual policy for these
> > patches is to go through Russell.
> 
> You can add my Ack for what it's worth.

OK, CC'ed Russell and added your Acked-by.

Signed-off-by: Jan Altenberg <jan.altenberg@linutronix.de>
Acked-by: Andrew Victor <avictor.za@gmail.com>

---
diff --git a/arch/arm/mach-at91/board-ek.c b/arch/arm/mach-at91/board-ek.c
index d05b1b2..53a5ef9 100644
--- a/arch/arm/mach-at91/board-ek.c
+++ b/arch/arm/mach-at91/board-ek.c
@@ -109,6 +109,15 @@ static struct spi_board_info ek_spi_devices[] = {
 #endif
 };
 
+static struct i2c_board_info __initdata ek_i2c_devices[] = {
+	{
+		I2C_BOARD_INFO("ics1523", 0x26),
+	},
+	{
+		I2C_BOARD_INFO("dac3550", 0x4d),
+	}
+};
+
 #define EK_FLASH_BASE	AT91_CHIPSELECT_0
 #define EK_FLASH_SIZE	0x200000
 



  reply	other threads:[~2007-12-04  8:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-03  9:45 [PATCH][AT91] Fix compile error for at91rm9200 in latest git Jan Altenberg
2007-12-03 18:53 ` David Brownell
2007-12-03 20:02   ` Andrew Victor
2007-12-04  8:14     ` Jan Altenberg [this message]
2007-12-08 14:43       ` Russell King - ARM Linux

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=1196756069.3835.7.camel@bender.lan \
    --to=jan.altenberg@linutronix.de \
    --cc=avictor.za@gmail.com \
    --cc=david-b@pacbell.net \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=linux@maxim.org.za \
    /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;
as well as URLs for NNTP newsgroup(s).