1. 15 10月, 2012 2 次提交
  2. 01 7月, 2012 1 次提交
  3. 02 4月, 2012 1 次提交
  4. 05 1月, 2012 1 次提交
  5. 01 11月, 2011 1 次提交
  6. 26 9月, 2011 1 次提交
  7. 22 8月, 2011 1 次提交
  8. 26 7月, 2011 1 次提交
    • 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
  9. 07 6月, 2011 1 次提交
  10. 19 5月, 2011 2 次提交
  11. 08 3月, 2011 2 次提交
  12. 11 2月, 2011 1 次提交
  13. 10 2月, 2011 2 次提交
  14. 20 11月, 2010 1 次提交
  15. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  16. 11 8月, 2010 1 次提交
  17. 26 7月, 2010 1 次提交
  18. 01 7月, 2010 1 次提交
  19. 30 6月, 2010 2 次提交
  20. 14 4月, 2010 1 次提交
  21. 02 2月, 2010 1 次提交
  22. 08 1月, 2010 1 次提交
  23. 05 1月, 2010 1 次提交
    • U
      imx/mach-mx3: use constants namespaced by the corresponding SOC (easy part) · f568dd7f
      Uwe Kleine-König 提交于
      This just leaves cpu.c, devices.c and mm.c to clean up.  As these files
      are used on more than one SOC they need some more work.
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Alberto Panizzo <maramaopercheseimorto@gmail.com>
      Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Guennadi Liakhovetski <lg@denx.de>
      Cc: Yoichi Yuasa <yuasa@linux-mips.org>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Magnus Lilja <lilja.magnus@gmail.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Harro Haan <hrhaan@yahoo.com>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Luotao Fu <l.fu@pengutronix.de>
      Cc: Ilya Yanok <yanok@emcraft.com>
      f568dd7f
  24. 23 11月, 2009 1 次提交
  25. 14 11月, 2009 2 次提交
  26. 07 8月, 2009 1 次提交
  27. 26 5月, 2009 5 次提交