aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf527/portmux.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-12-24[Blackfin] arch: Fix gpio label handlingMichael Hennerich1-0/+2
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-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich1-0/+205
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>