1. 22 4月, 2012 1 次提交
    • A
      caif: include linux/io.h · 6e4a7629
      Arnd Bergmann 提交于
      The caif_shmcore requires io.h in order to use ioremap, so include that
      explicitly to compile in all configurations.
      
      Also add a note about the use of ioremap(), which is not a proper way
      to map a DMA buffer into kernel space. It's not completely clear what
      the intention is for using ioremap, but it is clear that the result
      of ioremap must not simply be accessed using kernel pointers but
      should use readl/writel or memcopy_{to,from}io. Assigning the result
      of ioremap to a regular pointer that can also be set to something
      else is not ok.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMathieu Poirier <mathieu.poirier@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6e4a7629
  2. 07 12月, 2011 2 次提交
  3. 22 6月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 09 12月, 2010 1 次提交
  6. 28 10月, 2010 1 次提交