-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6: (33 commits) Blackfin arch: hook up some missing new system calls Blackfin arch: fix missing digit in SCLK range checking Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that early Blackfin arch: use %pF when printing out the double fault address so we get symbol names Blackfin arch: add support for the BlackStamp board Blackfin arch: Allow ins functions to have a low latency version Blackfin arch: Print out doublefault addresses, so debug can occur Blackfin arch: shuffle related prototypes together -- no functional changes Blackfin arch: move fixed code defines into fixed_code.h as very few things actually need to know these details Blackfin arch: mark some functions as __init as they are only called from __init functions Blackfin arch: delete dead prototypes Blackfin arch: cleanup cache lock code Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabled in SIC_IWR1. Blackfin arch: Fix bug - when expanding the trace buffer, it does not print out the decoded instruction. Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling Blackfin arch: delete unused cache functions Blackfin arch: convert L2 defines to be the same as the L1 defines Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over time Blackfin arch: add asm/thread_info.h for THREAD_SIZE define ...
No related branches found
No related tags found
Showing
- arch/blackfin/Kconfig 30 additions, 39 deletionsarch/blackfin/Kconfig
- arch/blackfin/configs/BlackStamp_defconfig 1195 additions, 0 deletionsarch/blackfin/configs/BlackStamp_defconfig
- arch/blackfin/configs/TCM-BF537_defconfig 693 additions, 0 deletionsarch/blackfin/configs/TCM-BF537_defconfig
- arch/blackfin/kernel/cplb-mpu/cacheinit.c 2 additions, 2 deletionsarch/blackfin/kernel/cplb-mpu/cacheinit.c
- arch/blackfin/kernel/cplb-nompu/cacheinit.c 2 additions, 2 deletionsarch/blackfin/kernel/cplb-nompu/cacheinit.c
- arch/blackfin/kernel/cplb-nompu/cplbinit.c 1 addition, 5 deletionsarch/blackfin/kernel/cplb-nompu/cplbinit.c
- arch/blackfin/kernel/setup.c 24 additions, 9 deletionsarch/blackfin/kernel/setup.c
- arch/blackfin/kernel/traps.c 54 additions, 36 deletionsarch/blackfin/kernel/traps.c
- arch/blackfin/kernel/vmlinux.lds.S 5 additions, 6 deletionsarch/blackfin/kernel/vmlinux.lds.S
- arch/blackfin/lib/ins.S 109 additions, 0 deletionsarch/blackfin/lib/ins.S
- arch/blackfin/mach-bf527/boards/cm_bf527.c 7 additions, 53 deletionsarch/blackfin/mach-bf527/boards/cm_bf527.c
- arch/blackfin/mach-bf527/boards/ezkit.c 7 additions, 53 deletionsarch/blackfin/mach-bf527/boards/ezkit.c
- arch/blackfin/mach-bf527/head.S 0 additions, 289 deletionsarch/blackfin/mach-bf527/head.S
- arch/blackfin/mach-bf527/ints-priority.c 1 addition, 1 deletionarch/blackfin/mach-bf527/ints-priority.c
- arch/blackfin/mach-bf533/boards/H8606.c 3 additions, 4 deletionsarch/blackfin/mach-bf533/boards/H8606.c
- arch/blackfin/mach-bf533/boards/Kconfig 6 additions, 0 deletionsarch/blackfin/mach-bf533/boards/Kconfig
- arch/blackfin/mach-bf533/boards/Makefile 1 addition, 0 deletionsarch/blackfin/mach-bf533/boards/Makefile
- arch/blackfin/mach-bf533/boards/blackstamp.c 401 additions, 0 deletionsarch/blackfin/mach-bf533/boards/blackstamp.c
- arch/blackfin/mach-bf533/boards/cm_bf533.c 3 additions, 49 deletionsarch/blackfin/mach-bf533/boards/cm_bf533.c
- arch/blackfin/mach-bf533/boards/ezkit.c 3 additions, 49 deletionsarch/blackfin/mach-bf533/boards/ezkit.c
Loading
Please register or sign in to comment