<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I still disagree, but it&#39;s not important. IMHO most of the uses of<br>

__raw_readl should be converted to readl or readl_relaxed if you are<br>
worried about efficiency.<br>
<br>
The main difference between __raw_readl and readl_relaxed is that the<br>
endianess is well-defined on readl_relaxed.<br>
<font color="#888888"><br>
        Arnd<br>
</font></blockquote></div><br>I agree with you about that. I will keep that in mind and also notice my colleages this in our future development.<br>