1. 18 12月, 2007 1 次提交
  2. 22 7月, 2007 1 次提交
  3. 20 7月, 2007 1 次提交
  4. 12 7月, 2007 5 次提交
  5. 30 5月, 2007 1 次提交
  6. 26 5月, 2007 3 次提交
  7. 21 5月, 2007 1 次提交
  8. 09 5月, 2007 1 次提交
  9. 05 5月, 2007 1 次提交
  10. 22 4月, 2007 3 次提交
  11. 17 2月, 2007 1 次提交
  12. 07 2月, 2007 3 次提交
  13. 08 12月, 2006 1 次提交
  14. 02 12月, 2006 1 次提交
  15. 30 11月, 2006 2 次提交
  16. 04 11月, 2006 1 次提交
    • K
      [ARM] 3918/1: ixp4xx irq-chip rework · 984d115b
      Kevin Hilman 提交于
      This is a rework of the ixp4xx irq_chip implementation.  The use of
      two irq_chip structures and potentially switching between them is a
      violation of the intended use of the IRQ framework.  The current
      implementation does not work with current in-kernel spinlock debugging
      or lockdep due to lock recursion problems caused by calling
      set_irq_chip/handler from within the chip's set_irq_type().
      
      This patch goes back to using one irq_chip structure and handling the
      differences between edge/level, normal/GPIO interrupts inside the
      ack/mask/unmask routines themselves.
      Signed-off-by: NKevin Hilman <khilman@mvista.com>
      Signed-off-by: NDeepak Saxena <dsaxena@mvista.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      984d115b
  17. 07 10月, 2006 1 次提交
  18. 04 10月, 2006 1 次提交
  19. 29 9月, 2006 1 次提交
  20. 07 9月, 2006 1 次提交
    • M
      [ARM] 3772/1: Fix compilation error in mach-ixp4xx/nslu2* · f64c2c01
      Martin Michlmayr 提交于
      Patch from Martin Michlmayr
      
      Include linux/irq.h in the nslu2 code in order to avoid the following
      compiler error:
      
        CC      arch/arm/mach-ixp4xx/nslu2-power.o
      arch/arm/mach-ixp4xx/nslu2-power.c: In function 'nslu2_power_init':
      arch/arm/mach-ixp4xx/nslu2-power.c:53: warning: implicit declaration of function 'set_irq_type'
      arch/arm/mach-ixp4xx/nslu2-power.c:53: error: 'IRQ_TYPE_LEVEL_LOW' undeclared (first use in this function)
      arch/arm/mach-ixp4xx/nslu2-power.c:53: error: (Each undeclared identifier is reported only once
      arch/arm/mach-ixp4xx/nslu2-power.c:53: error: for each function it appears in.)
      arch/arm/mach-ixp4xx/nslu2-power.c:54: error: 'IRQ_TYPE_LEVEL_HIGH' undeclared (first use in this function)
      make[5]: *** [arch/arm/mach-ixp4xx/nslu2-power.o] Error 1
      Signed-off-by: NMartin Michlmayr <tbm@cyrius.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f64c2c01
  21. 06 8月, 2006 2 次提交
    • R
      [ARM] Fix pci export warnings · 8832157b
      Russell King 提交于
      Remove duplicate PCI exports from ixp4xx machine class.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      8832157b
    • M
      [ARM] 3747/1: Fix compilation error in mach-ixp4xx/gtwx5715-setup.c · 4c756f4e
      Martin Michlmayr 提交于
      Patch from Martin Michlmayr
      
      Fix the following compilation error in arm/mach-ixp4xx/gtwx5715-setup:
      
        CC      arch/arm/mach-ixp4xx/gtwx5715-setup.o
      arch/arm/mach-ixp4xx/gtwx5715-setup.c:110: error: expected identifier or '(' before = token
      arch/arm/mach-ixp4xx/gtwx5715-setup.c:121: error: 'gtwx5715_flash_resource' undeclared here (not in a function)
      arch/arm/mach-ixp4xx/gtwx5715-setup.c: In function 'gtwx5715_init':
      arch/arm/mach-ixp4xx/gtwx5715-setup.c:133: error: 'flash_resource' undeclared (first use in this function)
      arch/arm/mach-ixp4xx/gtwx5715-setup.c:133: error: (Each undeclared identifier is reported only once
      arch/arm/mach-ixp4xx/gtwx5715-setup.c:133: error: for each function it appears in.)
      make[1]: *** [arch/arm/mach-ixp4xx/gtwx5715-setup.o] Error 1
      Signed-off-by: NMartin Michlmayr <tbm@cyrius.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4c756f4e
  22. 03 7月, 2006 1 次提交
  23. 02 7月, 2006 1 次提交
  24. 01 7月, 2006 1 次提交
  25. 26 6月, 2006 2 次提交
  26. 23 6月, 2006 2 次提交