<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.8.1">
</HEAD>
<BODY>
Marc,<BR>
<BR>
I'm going to implement something similar to what you've suggested, but like this:<BR>
<BR>
iprobe &lt;chip&gt;[.1, .2]...<BR>
<BR>
instead of<BR>
<BR>
iprobe[.1, .2] &lt;chip&gt; ...<BR>
<BR>
This 2-controller support will be conditionally compiled if CONFIG_I2C_2_CTRLS is defined.&nbsp; I should have some code to share this afternoon.<BR>
<BR>
regards,<BR>
Ben<BR>
<BR>
On Fri, 2006-05-12 at 12:37 -0700, Howard, Marc wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">&gt; On May 12, 2006, at 9:36 AM, Ben Warren wrote:</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; &gt; Hello,</FONT>
<FONT COLOR="#000000">&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt; &gt; The CPU I'm using (MPC8349) has two hardware I2C interfaces, and  </FONT>
<FONT COLOR="#000000">&gt; &gt; I'd like to access the second one in U-boot.  Implementing this  </FONT>
<FONT COLOR="#000000">&gt; &gt; looks easy to me, but I don't want to reinvent the wheel if it's  </FONT>
<FONT COLOR="#000000">&gt; &gt; already been done elsewhere.  Has anyone done this?  If not, I'll  </FONT>
<FONT COLOR="#000000">&gt; &gt; follow up with a proposal.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Depending on what you want to do, you can cheat and just change the  </FONT>
<FONT COLOR="#000000">&gt; pointer to the 2nd interface.  If you want something more full  </FONT>
<FONT COLOR="#000000">&gt; featured up to the command level then I think some discussion would  </FONT>
<FONT COLOR="#000000">&gt; be required on how the commands should work for specifying which  </FONT>
<FONT COLOR="#000000">&gt; controller to use.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; - kumar</FONT>

<FONT COLOR="#000000">OK, just as a suggestion how about an optional suffix on all the I2C</FONT>
<FONT COLOR="#000000">commands. Ex:</FONT>

<FONT COLOR="#000000">iprobe.2 -- discover valid I2C interfaces on controller #2.</FONT>

<FONT COLOR="#000000">imw.0 (or just imw) -- memory write to address on controller #0 (or the</FONT>
<FONT COLOR="#000000">only controller in most cases).</FONT>

<FONT COLOR="#000000">Seems like it wouldn't break anything to specify the controller this</FONT>
<FONT COLOR="#000000">way.</FONT>

<FONT COLOR="#000000">Marc W. Howard</FONT>


<FONT COLOR="#000000">-------------------------------------------------------</FONT>
<FONT COLOR="#000000">Using Tomcat but need to do more? Need to support web services, security?</FONT>
<FONT COLOR="#000000">Get stuff done quickly with pre-integrated technology to make your job easier</FONT>
<FONT COLOR="#000000">Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo</FONT>
<FONT COLOR="#000000"><A HREF="http://sel.as-us.falkag.net/sel?cmd=lnk&kid">http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid</A>&#18;0709&amp;bid&amp;3057&amp;dat&#18;1642</FONT>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">U-Boot-Users mailing list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:U-Boot-Users@lists.sourceforge.net">U-Boot-Users@lists.sourceforge.net</A></FONT>
<FONT COLOR="#000000"><A HREF="https://lists.sourceforge.net/lists/listinfo/u-boot-users">https://lists.sourceforge.net/lists/listinfo/u-boot-users</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>