1. 22 4月, 2007 2 次提交
  2. 17 2月, 2007 1 次提交
  3. 07 2月, 2007 3 次提交
  4. 08 12月, 2006 1 次提交
  5. 02 12月, 2006 1 次提交
  6. 30 11月, 2006 2 次提交
  7. 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
  8. 07 10月, 2006 1 次提交
  9. 04 10月, 2006 1 次提交
  10. 29 9月, 2006 1 次提交
  11. 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
  12. 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
  13. 03 7月, 2006 1 次提交
  14. 02 7月, 2006 1 次提交
  15. 01 7月, 2006 1 次提交
  16. 26 6月, 2006 2 次提交
  17. 23 6月, 2006 2 次提交
  18. 22 6月, 2006 1 次提交
  19. 05 6月, 2006 1 次提交
  20. 30 4月, 2006 1 次提交
  21. 21 4月, 2006 1 次提交
  22. 22 3月, 2006 2 次提交
  23. 09 3月, 2006 2 次提交
  24. 08 3月, 2006 1 次提交
  25. 23 2月, 2006 3 次提交
  26. 17 2月, 2006 1 次提交
    • M
      [ARM] 3337/1: Fix NSLU2 flash support according to window size configuration patch · 3dfaf7a6
      Martin Michlmayr 提交于
      Patch from Martin Michlmayr
      
      ARM patch 3226/1 (IXP4xx runtime expansion bus window size configuration)
      forgot to update mach-ixp4xx/nslu2-setup.c which leads to the following
      compilation error.  Update NSLU2 flash support following patch 3226/1.
      
        CC      arch/arm/mach-ixp4xx/nslu2-setup.o
      arch/arm/mach-ixp4xx/nslu2-setup.c:30: error: NSLU2_FLASH_BASE undeclared here (not in a function)
      arch/arm/mach-ixp4xx/nslu2-setup.c:31: error: NSLU2_FLASH_SIZE undeclared here (not in a function)
      make[1]: *** [arch/arm/mach-ixp4xx/nslu2-setup.o] Error 1
      make: *** [arch/arm/mach-ixp4xx] Error 2
      Signed-off-by: NMartin Michlmayr <tbm@cyrius.com>
      
      ---
      
       nslu2-setup.c |    6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3dfaf7a6
  27. 19 1月, 2006 1 次提交
  28. 14 1月, 2006 1 次提交
  29. 06 1月, 2006 1 次提交
    • D
      [ARM] 3226/1: IXP4xx runtime expansion bus window size configuration · 54e269ea
      Deepak Saxena 提交于
      Patch from Deepak Saxena
      
      The expansion bus on the IXP46x NPU can be configured for either 32MiB or
      16MiB windows and changing the configuration causes the base address for
      each chip select for each region to change. Because of this, we cannot
      hardcode the physical base as we currently do. This patch checks the
      expansion bus configuration registers at runtime to determine the
      appropriate window size. Note that this requires that the bootloader
      already configured the device sizes appropriately, but I feel that is
      valid assumption to make as the bootloader must configure and access
      the flash window, the output display (LCD, LEDs, etc) window, and
      other expansion bus devices.
      Signed-off-by: NDeepak Saxena <dsaxena@plexity.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      54e269ea