1. 26 7月, 2010 2 次提交
  2. 03 6月, 2010 1 次提交
  3. 10 2月, 2010 1 次提交
  4. 08 1月, 2010 2 次提交
    • U
      imx: only define deprecated symbols conditionally · aae70193
      Uwe Kleine-König 提交于
      Define deprecated symbols in an #ifdef IMX_NEEDS_DEPRECATED_SYMBOLS ...
      
      All files that still depend on the old definitions get
      -DIMX_NEEDS_DEPRECATED_SYMBOLS passed to the compiler.
      
      When all remaining users are fixed this allows including the soc
      specific headers unconditionally.
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Eric Benard <eric@eukrea.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Alan Carvalho de Assis <acassis@gmail.com>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Alberto Panizzo <maramaopercheseimorto@gmail.com>
      Cc: Ilya Yanok <yanok@emcraft.com>
      Cc: Holger Schurig <hs4233@mail.mn-solutions.de>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Magnus Lilja <lilja.magnus@gmail.com>
      aae70193
    • U
      imx/mx3: rename files defining a machine to mach-$mach.c · 321ed164
      Uwe Kleine-König 提交于
      While at it remove some superfluous parenthesis.
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
      321ed164
  5. 05 1月, 2010 1 次提交
  6. 27 11月, 2009 1 次提交
  7. 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
  8. 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
  9. 23 6月, 2009 1 次提交
  10. 03 6月, 2009 1 次提交
  11. 26 5月, 2009 2 次提交
  12. 19 5月, 2009 1 次提交
  13. 07 5月, 2009 1 次提交
  14. 13 3月, 2009 4 次提交
  15. 16 12月, 2008 2 次提交
  16. 05 7月, 2008 6 次提交
  17. 22 7月, 2007 1 次提交