aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Blackfin arch: SMP supporting patchset: Blackfin header files and machine common codeGraf Yang6-70/+605
2008-11-18Blackfin arch: Cleanup and unify Blackfin IRQ and GPIO IRQ handlingMichael Hennerich1-125/+66
2008-11-18Blackfin arch: remove useless SSYNC() in irq priority codeMike Frysinger1-4/+0
2008-11-18Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating with positioning a gpioBryan Wu1-3/+3
2008-11-18Blackfin arch: do not bother initializing the first 4kMike Frysinger1-12/+0
2008-11-18Blackfin arch: use sti to set the mask rather than banging on imaskMike Frysinger1-6/+2
2008-10-28Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabledMike Frysinger1-1/+5
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu3-11/+15
2008-10-28Blackfin arch: fix bug - kernel with SMP patch can not bootupGraf Yang1-3/+4
2008-10-28Blackfin arch: add an option to allow people to stick exception stack into L1 scratchMike Frysinger1-6/+15
2008-10-28Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger1-0/+1
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich3-8/+18
2008-10-27Blackfin arch: unify duplicated bss init codeMike Frysinger1-47/+19
2008-11-18Blackfin arch: fix bug - Turn on DEBUG_DOUBLEFAULT, booting SMP kernel crashGraf Yang1-1/+1
2008-10-28Blackfin arch: fix bug - Cpufreq assumes clocks in kHz and not Hz.Michael Hennerich1-7/+7
2008-10-28Blackfin arch: fix bug - kernel build with write back policy fails to be booted upMike Frysinger1-1/+1
2008-11-18Blackfin arch: fix bug - dmacopy test case fail on all platformMike Frysinger1-1/+5
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds2-115/+112
2008-10-16Blackfin arch: unify/cleanup cache codeMike Frysinger1-115/+58
2008-10-16Blackfin arch: Zero out bss region in L1/L2 memory.Graf Yang1-0/+54
2008-10-15cpufreq: remove policy->governor setting in drivers initializationDominik Brodowski1-2/+0
2008-10-09Blackfin arch: Fix bug - HW Errors never recover on BF548Robin Getz1-0/+9
2008-10-09Blackfin arch: give sys_strace proper entry markingsMike Frysinger1-0/+3
2008-10-09Blackfin arch: Fix BUG -- BF533 + 0.5 silicon + MPU + UART PIO -> crashMichael Hennerich2-1/+19
2008-10-08Blackfin arch: Not call generic set_irq_handler() in bfin_gpio_irq_type() due to spinlock recursionGraf Yang1-4/+12
2008-10-08Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception contextRobin Getz1-0/+10
2008-10-08Blackfin arch: Modify some funtion names to more genernal onesGraf Yang1-1/+1
2008-10-08Blackfin arch: add a meaningful name for each irqchipGraf Yang1-0/+5
2008-10-13Blackfin arch: add supporting for kgdbSonic Zhang2-6/+7
2008-10-08Blackfin arch: add supporting for double fault debug handlingRobin Getz2-62/+167
2008-08-28Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWEMichael Hennerich1-1/+1
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu4-6/+6
2008-08-25Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demuxingMike Frysinger1-1/+1
2008-08-14Blackfin arch: hook up some missing new system callsBryan Wu1-0/+6
2008-08-14Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about itMike Frysinger1-3/+0
2008-08-14Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that earlyMike Frysinger1-0/+5
2008-08-14Blackfin arch: Print out doublefault addresses, so debug can occurRobin Getz1-0/+6
2008-08-14Blackfin arch: cleanup cache lock codeMike Frysinger2-15/+33
2008-08-13Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabled in SIC_IWR1.Michael Hennerich2-0/+18
2008-08-06Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idlingMichael Hennerich3-64/+8
2008-08-13Blackfin arch: delete unused cache functionsMike Frysinger1-115/+0
2008-08-06Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over timeMike Frysinger1-2/+129
2008-08-06Blackfin arch: add asm/thread_info.h for THREAD_SIZE defineMike Frysinger1-0/+1
2008-08-06Blackfin arch: make sure the BSS and kernel load address are 4 byte alignedMike Frysinger1-0/+9
2008-08-06Blackfin arch: unify the duplicated _real_start functionsMike Frysinger2-1/+77
2008-08-06Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/siliconMike Frysinger2-78/+1
2008-08-05Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging.Sonic Zhang1-3/+5
2008-08-05Blackfin arch: Functional power management supportMichael Hennerich2-20/+44
2008-08-05Blackfin arch: Fix bug - This change eliminates impact on application debuggingJie Zhang1-7/+13
2008-07-26Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging.Sonic Zhang1-12/+38