1. 04 10月, 2011 2 次提交
  2. 28 9月, 2011 3 次提交
  3. 26 9月, 2011 1 次提交
  4. 20 9月, 2011 2 次提交
  5. 26 8月, 2011 7 次提交
  6. 25 8月, 2011 1 次提交
  7. 24 8月, 2011 2 次提交
  8. 16 8月, 2011 1 次提交
  9. 01 8月, 2011 3 次提交
  10. 27 7月, 2011 5 次提交
  11. 26 7月, 2011 3 次提交
    • F
      ARM: mach-imx/mx31lilly: Fix section mismatches · f07c7d67
      Fabio Estevam 提交于
      Fix the following section mismatches:
      
      WARNING: vmlinux.o(.text+0x1026c): Section mismatch in reference from the function lilly1131_usb_init() to the variable .init.rodata:imx31_mxc_ehci_hs_data
      The function lilly1131_usb_init() references
      the variable __initconst imx31_mxc_ehci_hs_data.
      This is often because lilly1131_usb_init lacks a __initconst
      annotation or the annotation of imx31_mxc_ehci_hs_data is wrong.
      
      WARNING: vmlinux.o(.text+0x10270): Section mismatch in reference from the function lilly1131_usb_init() to the (unknown reference) .init.rodata:(unknown)
      The function lilly1131_usb_init() references
      the (unknown reference) __initconst (unknown).
      This is often because lilly1131_usb_init lacks a __initconst
      annotation or the annotation of (unknown) is wrong.
      
      WARNING: vmlinux.o(.text+0x10274): Section mismatch in reference from the function lilly1131_usb_init() to the (unknown reference) .init.data:(unknown)
      The function lilly1131_usb_init() references
      the (unknown reference) __initdata (unknown).
      This is often because lilly1131_usb_init lacks a __initdata
      annotation or the annotation of (unknown) is wrong.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      f07c7d67
    • 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
    • J
      Add tlv320aic32x4 platform data to Visstrim_M10. · c86566bb
      Javier Martin 提交于
      Without this platform data the aic32x4 audio
      codec in the Visstrim_M10 won't work properly.
      Signed-off-by: NJavier Martin <javier.martin@vista-silicon.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      c86566bb
  12. 15 7月, 2011 1 次提交
    • S
      spi/imx: use soc name in spi device type naming scheme · 04ee5854
      Shawn Guo 提交于
      Software defined version number is not stable enough to be used
      in device type naming scheme.  The patch changes it to use implicit
      soc name for spi device type definition.  In this way, we can easily
      align the naming scheme with device tree binding, which comes later.
      
      It removes fifosize from spi_imx_data and adds devtype there, so that
      fifosize can be set in an inline function according to devtype.
      Also, cpu_is_mx can be replaced by inline functions checking devtype.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      04ee5854
  13. 09 7月, 2011 1 次提交
  14. 07 7月, 2011 8 次提交