An error occurred fetching the project authors.
  1. 01 Jul, 2012 1 commit
  2. 18 May, 2012 1 commit
  3. 26 Apr, 2012 1 commit
  4. 16 Apr, 2012 1 commit
  5. 02 Apr, 2012 1 commit
  6. 14 Mar, 2012 2 commits
  7. 05 Jan, 2012 1 commit
  8. 26 Sep, 2011 1 commit
  9. 21 Aug, 2011 1 commit
  10. 07 Jul, 2011 1 commit
  11. 06 Jun, 2011 1 commit
  12. 19 May, 2011 2 commits
  13. 07 Mar, 2011 2 commits
  14. 11 Feb, 2011 2 commits
  15. 10 Feb, 2011 1 commit
  16. 03 Jan, 2011 1 commit
  17. 24 Nov, 2010 1 commit
  18. 19 Nov, 2010 4 commits
  19. 22 Oct, 2010 1 commit
  20. 21 Oct, 2010 1 commit
  21. 20 Oct, 2010 1 commit
    • Nicolas Pitre's avatar
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre authored
      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: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  22. 11 Oct, 2010 1 commit
  23. 27 Sep, 2010 4 commits
  24. 30 Jun, 2010 2 commits
  25. 02 Jun, 2010 1 commit
  26. 02 Feb, 2010 1 commit
  27. 08 Jan, 2010 1 commit
  28. 05 Jan, 2010 1 commit
    • Uwe Kleine-König's avatar
      imx/mach-mx3: use constants namespaced by the corresponding SOC (easy part) · f568dd7f
      Uwe Kleine-König authored
      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: default avatarUwe 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
  29. 30 Nov, 2009 1 commit