aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Blackfin arch: Blacklist Hibernate (PM_SUSPEND_MEM) on BF561 as wellMichael Hennerich1-1/+1
2009-03-06Blackfin arch: remove duplicated ANOMALY_05000448 ifdef checkMike Frysinger1-4/+2
2009-03-05Blackfin arch: fix bug - On bf548-ezkit, ethernet fails to work after wakeup from "mem"Michael Hennerich1-0/+24
2009-03-05Blackfin arch: Random read/write errors are a bad thingRobin Getz1-0/+6
2009-03-05Blackfin arch: Fix bug - KGDB single step into the middle of a 4 bytes instruction on bf561 after soft bp is hitSonic Zhang1-0/+22
2009-03-05Blackfin arch: make sure people do not set the kernel load address too highMike Frysinger1-0/+5
2009-03-05Blackfin arch: fix bug - The SPORT_HYS bit is not set for BF561 0.5Enrik Berkhan1-1/+1
2009-03-05Blackfin arch: fix bug - kgdb fails to continue after setting breakpoint on bf561-ezkit kernel with smp patchSonic Zhang1-1/+5
2009-03-04Blackfin arch: Update adeos blackfin arch patch to 1.9-00Philippe Gerum3-86/+113
2009-02-04Blackfin arch: fix 2 bugs related to debugJie Zhang1-8/+1
2009-02-04Blackfin arch: Fix bug - 561 SMP kernel can't boot from jffs2Graf Yang1-42/+42
2009-02-04Blackfin arch: base SIC_IWR# programming on whether the MMR existsMike Frysinger2-14/+8
2009-02-04Blackfin arch: Fix URLRobin Getz1-1/+1
2009-02-04Blackfin arch: Fix Bug - Kernel does not boot if re-program clocksMichael Hennerich1-1/+2
2009-01-07Blackfin arch: remove hardware PM code, oprofile not use itGraf Yang2-34/+0
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li5-32/+281
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt1-12/+9
2009-01-07Blackfin arch: Fix incorrect use of loose in cpufreq.cNick Andrew1-1/+1
2009-01-07Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match everyone elseMike Frysinger1-1/+1
2009-01-07Blackfin arch: get oprofile work for user spaceGraf Yang2-7/+9
2009-01-07Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK optionMichael Hennerich3-1/+95
2009-01-07Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang1-12/+13
2008-11-18Blackfin arch: Request the gpio resource when making it as an irq pin, avoiding override it.Graf Yang1-1/+14
2008-11-18Blackfin arch: Add code to free gpio when shutdown irqGraf Yang1-1/+5
2008-11-18Blackfin arch: fix bug - reboot fails on BF527Mike Frysinger2-2/+8
2008-11-18Blackfin arch: rename cache_lock() to bfin_cache_lock()Mike Frysinger1-2/+2
2008-11-18Blackfin arch: fix building with CONFIG_DEBUG_DOUBLEFAULTMike Frysinger1-2/+3
2008-11-18Blackfin arch: rename irq_flags to bfin_irq_flagsMike Frysinger3-11/+11
2008-11-18Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses itMike Frysinger1-0/+2
2008-11-18Blackfin arch: rewrite blackfin_invalidate_entire_dcache functionMike Frysinger3-37/+25
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