Hi Fabio,<br><br><div class="gmail_quote">2010/10/19 Fabio Estevam <span dir="ltr">&lt;<a href="mailto:festevam@gmail.com">festevam@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Xiao,<br>
<br>
2010/10/18 xiao jiang &lt;<a href="mailto:jgq516@gmail.com">jgq516@gmail.com</a>&gt;:<br>
<div class="im">&gt; Hi Uwe &amp; Fabio,<br>
&gt;<br>
&gt; 2010/10/15 &lt;<a href="mailto:jgq516@gmail.com">jgq516@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; From: Xiao Jiang &lt;<a href="mailto:jgq516@gmail.com">jgq516@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Add debug board support, then kernel can boot from lan9217 ethernet.<br>
&gt;&gt;<br>
&gt;&gt; Signed-off-by: Xiao Jiang &lt;<a href="mailto:jgq516@gmail.com">jgq516@gmail.com</a>&gt;<br>
&gt;&gt; ---<br>
&gt;&gt;  arch/arm/mach-mx3/mach-mx35_3ds.c          |    9 +++++++++<br>
&gt;&gt;  arch/arm/plat-mxc/include/mach/iomux-mx3.h |    4 ++++<br>
&gt;&gt;  2 files changed, 13 insertions(+), 0 deletions(-)<br>
&gt;&gt;<br>
&gt;&gt; diff --git a/arch/arm/mach-mx3/mach-mx35_3ds.c<br>
&gt;&gt; b/arch/arm/mach-mx3/mach-mx35_3ds.c<br>
&gt;&gt; index 1c30d72..78e0657 100644<br>
&gt;&gt; --- a/arch/arm/mach-mx3/mach-mx35_3ds.c<br>
&gt;&gt; +++ b/arch/arm/mach-mx3/mach-mx35_3ds.c<br>
&gt;&gt; @@ -34,11 +34,16 @@<br>
&gt;&gt;<br>
&gt;&gt;  #include &lt;mach/hardware.h&gt;<br>
&gt;&gt;  #include &lt;mach/common.h&gt;<br>
&gt;&gt; +#include &lt;mach/irqs.h&gt;<br>
&gt;&gt; +#include &lt;mach/iomux-mx3.h&gt;<br>
<br>
</div>You don&#39;t need to add this.<br>
<div class="im"><br>
&gt;&gt;  #include &lt;mach/iomux-mx35.h&gt;<br>
&gt;&gt; +#include &lt;mach/3ds_debugboard.h&gt;<br>
&gt;&gt;<br>
&gt;&gt;  #include &quot;devices-imx35.h&quot;<br>
&gt;&gt;  #include &quot;devices.h&quot;<br>
&gt;&gt;<br>
&gt;&gt; +#define EXPIO_PARENT_INT       IOMUX_TO_IRQ(MX35_PIN_GPIO1_1)<br>
<br>
</div>Why don&#39;t you use MX35_PAD_GPIO1_1__GPIO1_1 instead which is already defined at:<br>
arch/arm/plat-mxc/include/mach/iomux-mx35.h ?<br>
<br>
<br></blockquote><div>I tried to use  MX35_PAD_GPIO1_1__GPIO1_1, but there isn&#39;t function to transform to irq num, so I added<br>the pin definition in iomux-mx3.h. Is there any function can transform the PAD to irq num?<br>
<br>Only board-mx51_3ds.c &amp; mach-mx31_3ds.c which called mxc_expio_init function,  and I followed the rule of mach-mx31_3ds.c. Is it ok to change style like mx51_3ds as follows?<br>#define EXPIO_PARENT_INT        (MXC_INTERNAL_IRQS + GPIO_PORTA + 6)<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Also, look at how MX31-3stack implemented the debug board support and<br>
pass MXC_DEBUG_BOARD in the Kconfig.<br>
<div class="im"><br></div></blockquote><div>Got it, will add it <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
&gt;<br>
&gt; Any comments? And I can&#39;t the sdma driver in arch/arm/plat-mxc/ which is<br>
&gt; used by lots of <a href="http://i.mx" target="_blank">i.mx</a> chips, is somebody planing to do it or<br>
&gt; it will going to mainline soon ?<br>
<br>
</div>Sascha submitted initial support patches for i.MX SDMA.<br>
<br></blockquote><div>That is great! <br><br>Thanks <br>Xiao Jiang<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Regards,<br>
<font color="#888888"><br>
Fabio Estevam<br>
</font></blockquote></div><br>