1. 04 7月, 2012 1 次提交
  2. 01 7月, 2012 2 次提交
    • S
      ARM: fiq: change FIQ_START to a variable · bc89663a
      Shawn Guo 提交于
      The commit a2be01b1 (ARM: only include mach/irqs.h for !SPARSE_IRQ)
      makes mach/irqs.h only be included for !SPARSE_IRQ build.  There are
      a nubmer of platforms have FIQ_START defined in mach/irqs.h for FIQ
      support.
      
        arch/arm/mach-rpc/include/mach/irqs.h:#define FIQ_START         64
        arch/arm/mach-s3c24xx/include/mach/irqs.h:#define FIQ_START             IRQ_EINT0
        arch/arm/plat-mxc/include/mach/irqs.h:#define FIQ_START 0
      
      If SPARSE_IRQ is enabled for any of these platforms, the following
      compile error will be seen.
      
        arch/arm/kernel/fiq.c: In function ‘enable_fiq’:
        arch/arm/kernel/fiq.c:127:19: error: ‘FIQ_START’ undeclared (first use in this function)
        arch/arm/kernel/fiq.c:127:19: note: each undeclared identifier is reported only once for each function it appears in
        arch/arm/kernel/fiq.c: In function ‘disable_fiq’:
        arch/arm/kernel/fiq.c:132:20: error: ‘FIQ_START’ undeclared (first use in this function)
      
      The patch changes fiq code to have init_FIQ take FIQ_START from
      platforms as a parameter and assign it to variable fiq_start which
      is to replace FIQ_START uses in enable_fiq/disable_fiq.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      bc89663a
    • S
      ARM: imx: move irq_domain_add_legacy call into avic driver · 544496ab
      Shawn Guo 提交于
      Move irq_domain_add_legacy call from imx27-dt.c into avic init function
      and have the avic driver adopt irqdomain support for both DT and non-DT
      boot.
      
      Now avic init function calls irq_alloc_descs to get irq_base and adds
      a lenacy irqdomain with the irq_base, so that the mapping between avic
      irq and Linux irq number can be handled by irqdomain.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NSascha Hauer <s.hauer@pengutronix.de>
      Acked-by: NDong Aisheng <dong.aisheng@linaro.org>
      544496ab
  3. 27 2月, 2012 1 次提交
  4. 04 11月, 2011 1 次提交
  5. 26 9月, 2011 1 次提交
  6. 23 9月, 2011 1 次提交
  7. 07 7月, 2011 1 次提交
  8. 29 3月, 2011 2 次提交
  9. 14 1月, 2011 1 次提交
  10. 14 12月, 2010 1 次提交
  11. 24 11月, 2010 1 次提交
  12. 24 6月, 2010 1 次提交
  13. 14 8月, 2009 1 次提交
  14. 07 8月, 2009 1 次提交
  15. 07 5月, 2009 2 次提交
  16. 16 4月, 2009 1 次提交
  17. 18 12月, 2008 2 次提交
  18. 16 12月, 2008 2 次提交
  19. 09 9月, 2008 2 次提交
  20. 06 9月, 2008 1 次提交
  21. 07 8月, 2008 1 次提交
  22. 05 7月, 2008 2 次提交
  23. 01 4月, 2008 1 次提交
  24. 22 7月, 2007 1 次提交