I still disagree, but it's not important. IMHO most of the uses of
__raw_readl should be converted to readl or readl_relaxed if you are
worried about efficiency.
The main difference between __raw_readl and readl_relaxed is that the
endianess is well-defined on readl_relaxed.
Arnd