1. 15 10月, 2012 1 次提交
  2. 01 7月, 2012 1 次提交
    • S
      ARM: imx: enable SPARSE_IRQ for imx platform · 8842a9e2
      Shawn Guo 提交于
      As all irqchips on imx have been changed to allocate their irq_descs,
      and all unneeded mach/irqs.h inclusions on imx have been cleaned up,
      now it's time to select SPARSE_IRQ for imx/mxc.
      
      The SPARSE_IRQ support forces irqs allocation starting from 16.  All
      those static irq number definition for SoCs need to shift 16 to keep
      non-DT boot works.
      
      With all those static IRQ number and start definitions removed from
      mach/irqs.h, the header becomes just a container of a couple of
      mach-imx specific irq/fiq calls.  Since mach/irqs.h is not included
      by asm/irq.h now, the users of mxc_set_irq_fiq needs to explicitly
      include mach/irqs.h themselves.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NSascha Hauer <s.hauer@pengutronix.de>
      8842a9e2
  3. 24 8月, 2011 1 次提交
  4. 29 11月, 2010 1 次提交
  5. 20 11月, 2010 1 次提交
  6. 17 11月, 2010 3 次提交
  7. 22 10月, 2010 1 次提交
  8. 20 10月, 2010 1 次提交
  9. 11 10月, 2010 2 次提交
  10. 01 10月, 2010 1 次提交
  11. 27 9月, 2010 1 次提交
  12. 26 7月, 2010 1 次提交
  13. 30 6月, 2010 1 次提交
  14. 08 1月, 2010 3 次提交
    • U
      imx: properly protect mach/mx{1,[25][157x]}.h from multiple inclusion · 3cdd5441
      Uwe Kleine-König 提交于
      Some headers have used (now) wrong names or havn't had protection at
      all.  This is needed before adding static inline functions to the
      headers.
      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: Magnus Lilja <lilja.magnus@gmail.com>
      Cc: Holger Schurig <hs4233@mail.mn-solutions.de>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Daniel Mack <daniel@caiaq.de>
      3cdd5441
    • 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
      imx35: define and use MX35_IO_ADDRESS · 6ef9af68
      Uwe Kleine-König 提交于
      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: Jürgen Beisert <j.beisert@pengutronix.de>
      Cc: Rabin Vincent <rabin@rab.in>
      Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
      6ef9af68
  15. 18 11月, 2009 2 次提交
  16. 14 8月, 2009 1 次提交
  17. 13 3月, 2009 1 次提交