1. 01 8月, 2011 1 次提交
  2. 07 6月, 2011 1 次提交
  3. 19 5月, 2011 3 次提交
  4. 08 3月, 2011 1 次提交
  5. 11 2月, 2011 1 次提交
  6. 10 2月, 2011 1 次提交
  7. 20 11月, 2010 2 次提交
  8. 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
  9. 11 8月, 2010 1 次提交
  10. 30 6月, 2010 3 次提交
  11. 24 6月, 2010 1 次提交
  12. 30 3月, 2010 1 次提交
  13. 02 2月, 2010 1 次提交
  14. 08 1月, 2010 1 次提交
  15. 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
  16. 14 11月, 2009 4 次提交
  17. 07 8月, 2009 1 次提交
  18. 23 6月, 2009 2 次提交
  19. 26 5月, 2009 1 次提交
    • A
      ARM MXC: Atmark Armadillo 500 board support. · 4e0f0881
      Alberto Panizzo 提交于
      On Mon, 25 May 2009 18:33:28 +0200
      Valentin Longchamp <valentin.longchamp@epfl.ch> wrote:
      
      > Hello,
      >
      > I have updated my mxc git tree and given a compilation spin to your
      > board support and I have comments. See below.
      >
      
      >
      > What's the point of declaring this new function, if all it does is
      > calling the already existing one ? Furthermore, in the current
      > mxc-master tree, mxc_map_io() does not exist anymore, it should be
      > mx31_map_io (this breaks compilation for your board).
      >
      
      This patch solve those two issues. Until now i based my patches to
      vanilla tree. This evening I cloned the mxc-master tree so i could
      update the armadillo 500 support within recent platform changes.
      
      The patch:
      
      From e986a8dc262e5292350d95bf65ead75baf3272d7 Mon Sep 17 00:00:00 2001
      From: Alberto Panizzo <maramaopercheseimorto@gmail.com>
      Date: Mon, 25 May 2009 22:24:03 +0200
      Subject: [PATCH] Armadillo 500 removing useless function armadillo5x0_map_io
      and use machine specific io mapping
      Signed-off-by: NAlberto Panizzo <maramaopercheseimorto@gmail.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      4e0f0881
  20. 19 5月, 2009 1 次提交