linux-kernel-test/arch/blackfin
Michael Hennerich 382dbe5b39 Blackfin: portmux: fix peripheral map overflow when requesting pins
Some processors have groups of pins that aren't an even number of 16.
This causes the array size calculation to under count the number of
needed entries due to integer truncation.  So on the BF51x, while we
should have 3 bitmaps (41 / 16), we end up with 2 and pin requests for
the 3rd bank end up scribbling over the top of the GPIO IRQ array.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-08-06 12:55:53 -04:00
..
boot Blackfin: initial XIP support 2010-03-09 00:30:48 -05:00
configs Blackfin: tcm-bf518: new board port 2010-03-09 00:30:49 -05:00
include/asm Blackfin: gpio/portmux: clean up whitespace corruption 2010-08-06 12:55:51 -04:00
kernel Blackfin: portmux: fix peripheral map overflow when requesting pins 2010-08-06 12:55:53 -04:00
lib Blackfin: optimize strncpy a bit 2010-05-22 14:19:11 -04:00
mach-bf518 Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger options 2010-08-06 12:55:52 -04:00
mach-bf527 Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger options 2010-08-06 12:55:52 -04:00
mach-bf533 Blackfin: gpio/portmux: clean up whitespace corruption 2010-08-06 12:55:51 -04:00
mach-bf537 Blackfin: gpio/portmux: clean up whitespace corruption 2010-08-06 12:55:51 -04:00
mach-bf538 Blackfin: gpio/portmux: clean up whitespace corruption 2010-08-06 12:55:51 -04:00
mach-bf548 Blackfin: gpio/portmux: clean up whitespace corruption 2010-08-06 12:55:51 -04:00
mach-bf561 Blackfin: gpio/portmux: clean up whitespace corruption 2010-08-06 12:55:51 -04:00
mach-common Blackfin: fix DMA/cache bug when resuming from suspend to RAM 2010-08-06 12:55:50 -04:00
mm Blackfin: use atomic kmalloc in L1 alloc so it too can be atomic 2010-05-22 14:19:12 -04:00
oprofile
ADI_BSD.txt Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
Kconfig Blackfin: allow cache funcs to be in L1 for IFLUSH Anomaly 05000491 2010-08-06 12:55:47 -04:00
Kconfig.debug Blackfin: allow NMI watchdog to be used w/RETN as a scratch reg 2010-05-22 14:19:04 -04:00
Makefile Merge commit 'v2.6.35' into kbuild/kbuild 2010-08-04 13:59:13 +02:00