From: Felipe Balbi <felipe.balbi-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
To: ext Viral Mehta <Viral.Mehta-oonXi/34qI7c+919tysfdA@public.gmane.org>
Cc: "linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux OMAP Mailing List
<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] omap: Add I2C bus 1 initialisation for OMAP2430
Date: Tue, 6 Apr 2010 09:48:11 +0300 [thread overview]
Message-ID: <20100406064811.GQ16297@nokia.com> (raw)
In-Reply-To: <70376CA23424B34D86F1C7DE6B9973430254343A3A-fVvhrSDAkVjuuPCCJ6VnObSn4PsL5ZDKvpI+GvaZM4lBDgjK7y7TUQ@public.gmane.org>
On Tue, Apr 06, 2010 at 08:23:33AM +0200, ext Viral Mehta wrote:
>Initialize isp1301 FS USB transceiver and
>add I2C bus1 initialization code for OMAP2430
>
>Signed-off-by: Viral Mehta <viral.mehta-oonXi/34qI7c+919tysfdA@public.gmane.org>
this should go through linux-omap
>---
> arch/arm/mach-omap2/board-2430sdp.c | 10 +++++++++-
> 1 files changed, 9 insertions(+), 1 deletions(-)
>
>diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c
>index 01d113f..346e1d2 100644
>--- a/arch/arm/mach-omap2/board-2430sdp.c
>+++ b/arch/arm/mach-omap2/board-2430sdp.c
>@@ -174,9 +174,17 @@ static struct i2c_board_info __initdata sdp2430_i2c_boardinfo[] = {
> },
> };
>
>+static struct i2c_board_info __initdata sdp2430_i2c1_boardinfo[] = {
>+ {
>+ I2C_BOARD_INFO("isp1301_omap", 0x2D),
>+ .flags = I2C_CLIENT_WAKE,
>+ .irq = OMAP_GPIO_IRQ(78),
>+ },
>+}
> static int __init omap2430_i2c_init(void)
> {
>- omap_register_i2c_bus(1, 400, NULL, 0);
>+ omap_register_i2c_bus(1, 100, sdp2430_i2c1_boardinfo,
>+ ARRAY_SIZE(sdp2430_i2c1_boardinfo));
> omap_register_i2c_bus(2, 2600, sdp2430_i2c_boardinfo,
> ARRAY_SIZE(sdp2430_i2c_boardinfo));
> return 0;
>--
>1.6.6
>
>This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
>
>______________________________________________________________________
>--
>To unsubscribe from this list: send the line "unsubscribe linux-usb" in
>the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
--
balbi
next prev parent reply other threads:[~2010-04-06 6:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-06 6:23 [PATCH] omap: Add I2C bus 1 initialisation for OMAP2430 Viral Mehta
[not found] ` <70376CA23424B34D86F1C7DE6B9973430254343A3A-fVvhrSDAkVjuuPCCJ6VnObSn4PsL5ZDKvpI+GvaZM4lBDgjK7y7TUQ@public.gmane.org>
2010-04-06 6:48 ` Felipe Balbi [this message]
[not found] ` <20100406064811.GQ16297-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-04-11 4:18 ` Viral Mehta
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=20100406064811.GQ16297@nokia.com \
--to=felipe.balbi-xnzwkgviw5gavxtiumwx3w@public.gmane.org \
--cc=Viral.Mehta-oonXi/34qI7c+919tysfdA@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.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