summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: redo our linker script a bitMike Frysinger2007-06-111-111/+56
* Blackfin arch: make sure we initialize our L1 Data B section properly based o...Mike Frysinger2007-06-141-2/+3
* Blackfin arch: fix bug can not wakeup from sleep via push buttonsMichael Hennerich2007-06-141-2/+10
* Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-lineMike Frysinger2007-06-111-4/+3
* Blackfin arch: add missing gpio.h header to fix compiling in some pm configur...Michael Hennerich2007-06-111-1/+1
* Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1Michael Hennerich2007-06-111-1/+1
* Blackfin arch: fix spelling typo in outputMike Frysinger2007-06-111-1/+1
* Blackfin arch: try to split up functions like this into smaller units accordi...Aubrey Li2007-06-141-112/+121
* Blackfin arch: add proper ENDPROC()Mike Frysinger2007-06-1121-8/+72
* Blackfin arch: move more of our startup code to .init so it can be freed once...Mike Frysinger2007-06-114-20/+29
* Blackfin arch: unify differences between our diff head.S files -- no function...Mike Frysinger2007-06-113-27/+32
* Blackfin arch: update defconfigsMike Frysinger2007-06-115-214/+528
* Blackfin arch: scrub old console definesMike Frysinger2007-06-111-35/+0
* Blackfin arch: implement a basic /proc/sram file for L1 allocation visibilityMike Frysinger2007-06-141-12/+80
* Blackfin arch: mark our memory init functions with __init so they get freed a...Mike Frysinger2007-06-112-14/+14
* Blackfin arch: all symbols were offset by 4k, since we didn't have the __text...Robin Getz2007-06-111-0/+1
* Blackfin arch: spelling fixesSimon Arlott2007-06-1114-17/+17
* Blackfin arch: DMA code minor naming convention fixAubrey Li2007-06-111-3/+3
* Blackfin arch: remove defconfig fileMike Frysinger2007-06-111-1327/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds2007-05-211-2/+2
|\
| * all-archs: consolidate .data section definition in asm-genericSam Ravnborg2007-05-191-1/+1
| * all-archs: consolidate .text section definition in asm-genericSam Ravnborg2007-05-191-1/+1
* | Blackfin arch: update pm.c according to power management API change.Bryan Wu2007-05-211-10/+2
* | Blackfin arch: update defconfig filesBryan Wu2007-05-211-15/+28
* | Blackfin arch: add board default configs to blackfin archMike Frysinger2007-05-216-0/+5969
* | Blackfin arch: fix signal handling bugBernd Schmidt2007-05-211-0/+5
* | Blackfin arch: cache SWRST value at bootup so other things like watchdog can ...Mike Frysinger2007-05-211-0/+8
* | Blackfin arch: make sure we use local labelsMike Frysinger2007-05-211-12/+12
* | Blackfin arch: dont clear the bit that tells coreb to start bootingMike Frysinger2007-05-211-1/+1
* | Blackfin arch: dma_memcpy borken for > 64KAubrey Li2007-05-211-1/+16
* | Blackfin arch: document why we have to touch the UART peripheral in our boot ...Mike Frysinger2007-05-213-3/+6
* | Blackfin arch: issue reset via SWRST so we dont clobber the watchdog stateMike Frysinger2007-05-213-160/+48
* | Blackfin arch: move board specific setup out of common init code and into the...Mike Frysinger2007-05-213-26/+28
* | Blackfin arch: dont clear status register bits in SWRST so we can actually us...Mike Frysinger2007-05-213-18/+0
* | Blackfin arch: initial tepla-bf561 board supportMike Frysinger2007-05-213-2/+70
* | Blackfin arch: Fix bug using usb keyboard crashes kernelMichael Hennerich2007-05-211-1/+3
* | Blackfin arch: fix trace output for FLAT binariesMike Frysinger2007-05-211-5/+13
* | Blackfin arch: DMA operation cleanupMichael Hennerich2007-05-211-4/+200
* | Blackfin arch: Fix reserved map after we changed PORT_H definitionMichael Hennerich2007-05-211-2/+2
* | Blackfin arch: mark a bunch of local functions as staticMike Frysinger2007-05-212-5/+4
* | Blackfin arch: Add configuration data for ISP176x on BF561Michael Hennerich2007-05-211-0/+49
* | Blackfin arch: fix a few random warningsMike Frysinger2007-05-211-12/+10
* | Blackfin arch: ISP1761 doesn't work for USB flash diskAubrey Li2007-05-212-1/+6
* | Blackfin arch: add SPI MMC driver support on bf533-stamp, tested on STAMP-BF533Bryan Wu2007-05-211-0/+28
* | Blackfin arch: Add Workaround for ANOMALY 05000257Michael Hennerich2007-05-212-6/+20
|/
* Slab allocators: define common size limitationsChristoph Lameter2007-05-171-8/+0
* rename thread_info to stackRoman Zippel2007-05-091-3/+3
* wrap access to thread_infoRoman Zippel2007-05-091-1/+1
* blackfin architectureBryan Wu2007-05-07103-0/+23594