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. 28 2月, 2011 1 次提交
  3. 11 2月, 2011 1 次提交
  4. 19 1月, 2011 1 次提交
  5. 20 11月, 2010 1 次提交
  6. 17 11月, 2010 1 次提交
  7. 11 10月, 2010 1 次提交
  8. 26 7月, 2010 2 次提交
  9. 03 6月, 2010 1 次提交
  10. 10 2月, 2010 1 次提交
  11. 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
  12. 05 1月, 2010 1 次提交
  13. 27 11月, 2009 1 次提交
  14. 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
  15. 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
  16. 23 6月, 2009 1 次提交
  17. 03 6月, 2009 1 次提交
  18. 26 5月, 2009 2 次提交
  19. 19 5月, 2009 1 次提交
  20. 07 5月, 2009 1 次提交
  21. 13 3月, 2009 4 次提交
  22. 16 12月, 2008 2 次提交
  23. 05 7月, 2008 6 次提交
  24. 22 7月, 2007 1 次提交