linux/arch/blackfin/kernel
Michael Hennerich fac3cf432e [Blackfin] arch: Fix gpio label handling
early serial init also utilizes the peripheral request api - however
at this point bfin_gpio_init didn't allocate memory for the labels.
So we always have two zombies (allocated pin functions without labels)

This happens before the initcalls - We now allocate memory statically.
Define MAX_RESOURCES individually for each cpu.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2007-12-24 20:07:03 +08:00
..
asm-offsets.c
bfin_dma_5xx.c Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usage 2007-11-21 15:22:58 +08:00
bfin_gpio.c [Blackfin] arch: Fix gpio label handling 2007-12-24 20:07:03 +08:00
bfin_ksyms.c Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export it 2007-11-21 15:53:49 +08:00
cacheinit.c
cplbinit.c Blackfin arch: cplb and map header file cleanup 2007-11-21 16:12:12 +08:00
dma-mapping.c blackfin: fix sg fallout 2007-10-24 14:09:25 +02:00
dualcore_test.c
early_printk.c [Blackfin] arch: Clean up dump_bfin_mem 2007-12-23 22:57:01 +08:00
entry.S Blackfin arch: Fix random crash issue found by Michael. 2007-10-29 18:14:15 +08:00
fixed_code.S Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. 2007-10-29 18:23:28 +08:00
flat.c
gptimers.c Blackfin arch: add support for checking/clearing overruns in generic purpose Timer API 2007-10-29 18:02:09 +08:00
init_task.c Blackfin arch: fix bug kernel not to boot up with mtd filesystems 2007-11-18 00:09:49 +08:00
irqchip.c
kgdb.c
Makefile Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component 2007-10-21 23:37:54 +08:00
module.c
process.c [Blackfin] arch: scrub dead alive/idle LED code 2007-12-24 14:59:03 +08:00
ptrace.c
reboot.c
setup.c [Blackfin] arch: scrub dead alive/idle LED code 2007-12-24 14:59:03 +08:00
signal.c
sys_bfin.c
time.c [Blackfin] arch: scrub dead alive/idle LED code 2007-12-24 14:59:03 +08:00
traps.c [Blackfin] arch: Clean up dump_bfin_mem 2007-12-23 22:57:01 +08:00
vmlinux.lds.S Blackfin arch: fix bug kernel not to boot up with mtd filesystems 2007-11-18 00:09:49 +08:00