linux/arch/arm/mach-ixp4xx
Lennert Buytenhek 6cc1b65886 [ARM] 3480/1: ixp4xx: fix irq2gpio array type
Patch from Lennert Buytenhek

The irq2gpio array was recently converted from an array of ints to an
array of chars (by patch 3368/1.)  However, this array contains elements
that are -1, and on ARM, the char type is unsigned by default, so this
patch broke the GPIO check in ixp4xx_set_irq_type.

Change the 'char' to be a 'signed char' to fix this.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-04-20 21:24:38 +01:00
..
Kconfig [ARM] 3355/1: NSLU2: remove propmt depends 2006-03-08 23:45:12 +00:00
Makefile [ARM] 3215/1: Iomega NAS 100d (MACH_NAS100D) machine support 2006-01-04 17:17:11 +00:00
Makefile.boot Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
common-pci.c [ARM] Convert kmalloc+memset to kzalloc 2006-03-21 22:06:17 +00:00
common.c [ARM] 3480/1: ixp4xx: fix irq2gpio array type 2006-04-20 21:24:38 +01:00
coyote-pci.c [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xx 2006-01-04 17:17:10 +00:00
coyote-setup.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
gtwx5715-pci.c [ARM] 2836/1: Cleanup IXP4xx GPIO code 2005-08-29 22:46:30 +01:00
gtwx5715-setup.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
ixdp425-pci.c [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xx 2006-01-04 17:17:10 +00:00
ixdp425-setup.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
ixdpg425-pci.c [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xx 2006-01-04 17:17:10 +00:00
nas100d-pci.c [ARM] 3220/1: Remove gpio_isr_line_clear() from NAS 100d 2006-01-04 17:17:12 +00:00
nas100d-power.c [ARM] 3353/1: NAS100d: protect nas100d_power_exit() with machine_is_nas100d() 2006-03-07 22:48:29 +00:00
nas100d-setup.c [ARM] 3354/1: NAS100d: fix power led handling 2006-03-08 23:45:10 +00:00
nslu2-pci.c [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xx 2006-01-04 17:17:10 +00:00
nslu2-power.c [ARM] 3342/1: NSLU2: Protect power button init routine with machine_is_nslu2() 2006-02-22 21:12:05 +00:00
nslu2-setup.c [ARM] 3344/1: NSLU2: beeper support 2006-02-22 21:12:06 +00:00