aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-25Blackfin arch: Fix up remaining printks with proper log levelsRobin Getz1-1/+2
2007-06-25Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configurationJie Zhang1-4/+14
2007-06-21Blackfin arch: match kernel startup messaage with new linker scriptRobin Getz1-3/+5
2007-06-21Blackfin arch: update printk to use KERN_EMERG and reformat crash outputRobin Getz1-55/+86
2007-06-11Blackfin arch: redo our linker script a bitMike Frysinger1-111/+56
2007-06-14Blackfin arch: fix bug can not wakeup from sleep via push buttonsMichael Hennerich1-2/+10
2007-06-11Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-lineMike Frysinger1-4/+3
2007-06-11Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1Michael Hennerich1-1/+1
2007-06-14Blackfin arch: try to split up functions like this into smaller units according to LKML reviewAubrey Li1-112/+121
2007-06-11Blackfin arch: add proper ENDPROC()Mike Frysinger1-0/+5
2007-06-11Blackfin arch: move more of our startup code to .init so it can be freed once we are up and runningMike Frysinger1-5/+5
2007-06-11Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label.Robin Getz1-0/+1
2007-06-11Blackfin arch: spelling fixesSimon Arlott2-2/+2
2007-06-11Blackfin arch: DMA code minor naming convention fixAubrey Li1-3/+3
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds1-2/+2
2007-05-21Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query itMike Frysinger1-0/+8
2007-05-21Blackfin arch: dma_memcpy borken for > 64KAubrey Li1-1/+16
2007-05-21Blackfin arch: move board specific setup out of common init code and into the board specific init codeMike Frysinger1-18/+2
2007-05-21Blackfin arch: Fix bug using usb keyboard crashes kernelMichael Hennerich1-1/+3
2007-05-21Blackfin arch: fix trace output for FLAT binariesMike Frysinger1-5/+13
2007-05-21Blackfin arch: DMA operation cleanupMichael Hennerich1-4/+200
2007-05-21Blackfin arch: Fix reserved map after we changed PORT_H definitionMichael Hennerich1-2/+2
2007-05-21Blackfin arch: mark a bunch of local functions as staticMike Frysinger2-5/+4
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg1-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg1-1/+1
2007-05-09rename thread_info to stackRoman Zippel1-3/+3
2007-05-09wrap access to thread_infoRoman Zippel1-1/+1
2007-05-07blackfin architectureBryan Wu20-0/+6111