1. 19 5月, 2011 1 次提交
    • U
      ARM: mx3: dynamically allocate "ipu-core" devices · afa77ef3
      Uwe Kleine-König 提交于
      ... together with the related devices "mx3_camera" and "mx3_sdc_fb".
      
      "mx3_camera" doesn't fit the scheme of the other devices that just are
      allocated and registered in a single function because it needs additional
      care to get some dmaable memory. So currently imx31_alloc_mx3_camera
      duplicates most of imx_add_platform_device_dmamask, but I'm not sure it's
      worth to split the latter to be able to reuse more code.
      
      This gets rid of mach-mx3/devices.[ch] and so several files need to be
      adapted not to #include devices.h anymore.
      
      LAKML-Reference: 1299271882-2130-5-git-send-email-u.kleine-koenig@pengutronix.de
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      afa77ef3
  2. 18 2月, 2011 1 次提交
  3. 12 2月, 2011 1 次提交
  4. 10 2月, 2011 1 次提交
  5. 17 11月, 2010 1 次提交
  6. 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
  7. 30 6月, 2010 2 次提交
  8. 24 6月, 2010 1 次提交
  9. 02 2月, 2010 1 次提交
  10. 08 1月, 2010 2 次提交
  11. 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
  12. 27 11月, 2009 1 次提交