1. 12 5月, 2014 1 次提交
  2. 25 12月, 2012 1 次提交
  3. 15 10月, 2012 4 次提交
  4. 19 9月, 2012 1 次提交
    • A
      ARM: imx: use __iomem pointers for MMIO · f25d696a
      Arnd Bergmann 提交于
      ARM is moving to stricter checks on readl/write functions,
      so we need to use the correct types everywhere.
      
      This found a bug in mach-armadillo5x0.c, where we attempt mmio
      on the MXC_CCM_RCSR address that is currently defined to 0xc
      and consequently causes an illegal address access.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      f25d696a
  5. 01 7月, 2012 3 次提交
  6. 01 2月, 2012 1 次提交
  7. 05 1月, 2012 1 次提交
  8. 26 9月, 2011 1 次提交
  9. 22 8月, 2011 1 次提交
  10. 26 7月, 2011 1 次提交
    • F
      ARM: mach-imx/mx31ads: Fix section mismatches · ea7aed6b
      Fabio Estevam 提交于
      Fix the following section mismatches:
      
      WARNING: vmlinux.o(.text+0x101cc): Section mismatch in reference from the function mxc_init_i2c() to the (unknown reference) .init.data:(unknown)
      The function mxc_init_i2c() references
      the (unknown reference) __initdata (unknown).
      This is often because mxc_init_i2c lacks a __initdata
      annotation or the annotation of (unknown) is wrong.
      
      WARNING: vmlinux.o(.text+0x101d8): Section mismatch in reference from the function mxc_init_i2c() to the variable .init.rodata:imx31_imx_i2c_data
      The function mxc_init_i2c() references
      the variable __initconst imx31_imx_i2c_data.
      This is often because mxc_init_i2c lacks a __initconst
      annotation or the annotation of imx31_imx_i2c_data is wrong.
      
      WARNING: vmlinux.o(.text+0x10200): Section mismatch in reference from the function mxc_init_audio() to the variable .init.rodata:imx31_imx_ssi_data
      The function mxc_init_audio() references
      the variable __initconst imx31_imx_ssi_data.
      This is often because mxc_init_audio lacks a __initconst
      annotation or the annotation of imx31_imx_ssi_data is wrong.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      ea7aed6b
  11. 07 6月, 2011 1 次提交
  12. 19 5月, 2011 2 次提交
  13. 29 3月, 2011 2 次提交
  14. 12 2月, 2011 3 次提交
  15. 10 2月, 2011 1 次提交
  16. 27 1月, 2011 3 次提交
  17. 14 1月, 2011 1 次提交
  18. 20 10月, 2010 2 次提交
  19. 27 9月, 2010 1 次提交
  20. 30 6月, 2010 3 次提交
  21. 24 6月, 2010 1 次提交
  22. 24 2月, 2010 1 次提交
  23. 02 2月, 2010 1 次提交
  24. 08 1月, 2010 1 次提交
  25. 06 1月, 2010 2 次提交