1. 24 2月, 2010 1 次提交
  2. 02 2月, 2010 3 次提交
  3. 30 1月, 2010 2 次提交
  4. 29 1月, 2010 2 次提交
  5. 27 1月, 2010 2 次提交
  6. 21 1月, 2010 1 次提交
  7. 14 1月, 2010 1 次提交
  8. 08 1月, 2010 11 次提交
  9. 06 1月, 2010 1 次提交
  10. 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
  11. 04 1月, 2010 2 次提交
  12. 12 12月, 2009 1 次提交
  13. 04 12月, 2009 1 次提交
  14. 02 12月, 2009 1 次提交
  15. 27 11月, 2009 2 次提交
  16. 26 11月, 2009 1 次提交
  17. 24 11月, 2009 4 次提交
  18. 23 11月, 2009 1 次提交
    • D
      ARM: MX3: fix CPU revision number detection · 52939c03
      Daniel Mack 提交于
      The macro mx31_revision() used to take the global variable system_rev to
      determine the CPU revision number. However, this number is expected to
      be set by the bootloader and is usually zero (at least on my MX31 based
      boards here). More than that, it is usually taken to identify the
      board's revision, not the CPU's.
      
      Fix that by reading the the CPU's SREV register instead.
      
      Right now, mx31_read_cpu_rev() is called from mx31_clocks_init() which
      is admittedly not a good place for it. However, we need to enable the
      IIM clock first, and the clock code also has conditional code that
      depends on mx31_revision() returning the right thing.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      52939c03
  19. 20 11月, 2009 1 次提交
    • D
      ARM: MX3: modularize 'mx31lite' code · b7d91a62
      Daniel Mack 提交于
      This commit splits the support code for LogicPD's mx31lite hardware
      into module and board specific parts.
      
      This introduces a new mandatory coreparam called 'mx31lite_baseboard'
      which specifies the base board support to use. For now, only the LiteKit
      development board is supported, and developers of own boards are
      encouraged to use that as reference.
      
      The UART support moved to the board code.
      Some comments were amended along the way.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      b7d91a62
  20. 18 11月, 2009 1 次提交