1. 17 7月, 2013 1 次提交
  2. 15 3月, 2013 7 次提交
  3. 28 1月, 2013 1 次提交
  4. 13 1月, 2013 2 次提交
    • R
      irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h · 520f7bd7
      Rob Herring 提交于
      Now that we have GIC moved to drivers/irqchip and all GIC DT init for
      platforms using irqchip_init, move gic.h and update the remaining
      includes.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Anton Vorontsov <avorontsov@mvista.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      520f7bd7
    • R
      ARM: remove mach .handle_irq for GIC users · 1d5cc604
      Rob Herring 提交于
      Now that the GIC initialization sets up the handle_arch_irq pointer, we
      can remove it for all machines and make it static.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Anton Vorontsov <avorontsov@mvista.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Acked-by: NStephen Warren <swarren@nvidia.com>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
      Acked-by: NKukjin Kim <kgene.kim@samsung.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      1d5cc604
  5. 25 12月, 2012 1 次提交
  6. 21 11月, 2012 4 次提交
  7. 14 9月, 2012 1 次提交
  8. 31 8月, 2012 1 次提交
  9. 01 7月, 2012 1 次提交
  10. 13 5月, 2012 1 次提交
  11. 08 5月, 2012 1 次提交
  12. 14 3月, 2012 1 次提交
  13. 13 3月, 2012 5 次提交
  14. 07 3月, 2012 1 次提交
  15. 24 2月, 2012 1 次提交
  16. 26 1月, 2012 1 次提交
  17. 24 1月, 2012 2 次提交
  18. 18 1月, 2012 1 次提交
  19. 03 1月, 2012 1 次提交
  20. 20 12月, 2011 1 次提交
  21. 24 11月, 2011 1 次提交
    • M
      ARM: mach-shmobile: AG5EVM GIC Sparse IRQ fix · eded9143
      Magnus Damm 提交于
      Fix IRQ support on the AG5EVM board. The sh73a0 and the AG5EVM
      board make use of the ARM GIC hardware block as main interrupt
      controller. The following commit changed the default behaviour
      for non-device tree platforms and broke AG5EVM irq support:
      
      f37a53cc ARM: gic: fix irq_alloc_descs handling for sparse irq
      
      Without this fix the following warning triggers at boot:
      
      NR_IRQS:1024 nr_irqs:1024 1024
      ------------[ cut here ]------------
      WARNING: at arch/arm/common/gic.c:607 gic_init+0x90/0x2e4()
      Cannot allocate irq_descs @ IRQ16, assuming pre-allocated
      [<c000c868>] (unwind_backtrace+0x0/0xe0) from [<c001857c>] (warn_slowpath_commo)
      [<c001857c>] (warn_slowpath_common+0x48/0x60) from [<c00185d8>] (warn_slowpath_)
      [<c00185d8>] (warn_slowpath_fmt+0x2c/0x3c) from [<c029ee08>] (gic_init+0x90/0x2)
      [<c029ee08>] (gic_init+0x90/0x2e4) from [<c029f278>] (sh73a0_init_irq+0x30/0x18)
      [<c029f278>] (sh73a0_init_irq+0x30/0x184) from [<c029c0b4>] (init_IRQ+0x14/0x1c)
      [<c029c0b4>] (init_IRQ+0x14/0x1c) from [<c029a5cc>] (start_kernel+0x15c/0x2b8)
      [<c029a5cc>] (start_kernel+0x15c/0x2b8) from [<4000803c>] (0x4000803c)
      ---[ end trace 1b75b31a2719ed1c ]---
      
      With this fix applied interrupts work as expected.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Acked-by: NRob Herring <rob.herring@calxeda.com>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      eded9143
  22. 22 11月, 2011 4 次提交