From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Jordan Crouse <jordan.crouse@amd.com>
Cc: linux-mips@linux-mips.org
Subject: Re: I2C troubles with Au1550
Date: Fri, 19 May 2006 19:00:05 +0400 [thread overview]
Message-ID: <446DDD75.8080700@ru.mvista.com> (raw)
In-Reply-To: <20060519143247.GC9596@cosmic.amd.com>
Hello.
Jordan Crouse wrote:
> On 18/05/06 17:54 -0400, Clem Taylor wrote:
>
>>Maybe Jordan could try again with a fresh patch because it really does
>>seem to help...
>
>
> Here you go, fresh out of the oven.. :)
[...]
> --- a/drivers/i2c/busses/i2c-au1550.c
> +++ b/drivers/i2c/busses/i2c-au1550.c
> @@ -35,7 +35,15 @@ #include <linux/errno.h>
> #include <linux/i2c.h>
>
> #include <asm/mach-au1x00/au1000.h>
> -#include <asm/mach-pb1x00/pb1550.h>
> +#if defined(CONFIG_MIPS_PB1550)
> + #include <asm/mach-pb1x00/pb1550.h>
> +#endif
> +#if defined(CONFIG_MIPS_PB1200)
> + #include <asm/mach-pb1x00/pb1200.h>
> +#endif
> +#if defined(CONFIG_MIPS_DB1200)
> + #include <asm/mach-db1x00/db1200.h>
> +#endif
Instead of all this, just #include <asm/mach-au1x00/au1xxx.h>
WBR, Sergei
prev parent reply other threads:[~2006-05-19 15:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-18 21:54 I2C troubles with Au1550 Clem Taylor
2006-05-19 14:32 ` Jordan Crouse
2006-05-19 14:48 ` Sergei Shtylyov
2006-05-19 15:08 ` Jordan Crouse
2006-05-19 17:11 ` Sergei Shtylyov
2006-05-19 15:14 ` Ralf Baechle
2006-05-19 15:00 ` Sergei Shtylyov [this message]
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=446DDD75.8080700@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=jordan.crouse@amd.com \
--cc=linux-mips@linux-mips.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.