<br><br><div class="gmail_quote">2010/8/11 Daniel Mack <span dir="ltr">&lt;<a href="mailto:daniel@caiaq.de">daniel@caiaq.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You dropped all recipients again and only replied to me.<br>
PLEASE DON&#39;T DO THAT.<br>
Always keep all people in the loop, always.<br>
<div class="im"><br>
On Wed, Aug 11, 2010 at 01:50:43PM +0400, Yuri Ludkevich wrote:<br>
&gt; 2010/8/11 Daniel Mack &lt;<a href="mailto:daniel@caiaq.de">daniel@caiaq.de</a>&gt;<br>
</div><div class="im">&gt; &gt; According to my reverse engineering, this should be GPIO4_2.<br>
&gt; &gt;<br>
&gt;<br>
&gt; Thanks a lot.<br>
&gt;<br>
&gt; BTW: does /sys/class/gpio/export support GPIOX_2 pins?<br>
<br>
</div>Yes, they are aliases to the signals without the &quot;_2&quot; suffix. Quoting<br>
the PXA reference manual, chapter 5.3:<br>
<br>
GPIO&lt;6_0&gt;_2:<br>
<br>
General-Purpose IO Ports, second instantiation. The same signals as<br>
GPIO&lt;6:0&gt;, but they are given separate names because they are configured<br>
on separate multi-function pins. The recommended configuration is for<br>
both multi-function pin instantiations of these GPIOs not to be<br>
configured simultaneously for GPIO functionality. The preferred<br>
configuration for dual instantiation GPIO usage (that is, using both<br>
GPIO&lt;6:0&gt; and GPIO&lt;6:0&gt;_2 functions) is to configure one multi-function<br>
pin as a GPIO and the second multi-function pin instantiation for an<br>
alternate function other than a GPIO function. Configuring GPIO&lt;6:0&gt; to<br>
be present on two separate multi-function pins is not recommended.<br>
However, when GPIO&lt;6:0&gt; is configured as an output and both<br>
multi-function pin instantiations are programmed for GPIO function, the<br>
primary and secondary instantiation of the multi-function pins are both<br>
outputs from the common GGPIO&lt;6:0&gt; signal. However, when GPIO&lt;6:0&gt; is an<br>
input, the inputs from both multi-function pin instantiations are ORed<br>
together before the result is sent to the internal GPIO&lt;6:0&gt; input<br>
logic.<br>
<br>
<br>
HTH,<br>
<font color="#888888">Daniel<br>
<br>
</font></blockquote></div>Sorry about other recipients. <br><div class="gmail_quote"><div><br>Hmmm. I found with pxaregs tool what both GPIO4 and GPIO4_2 configured as GPIO. May be this cause irq autodetection to fail?<br>
 <br></div></div><br><br>