summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: SMP supporting patchset: Blackfin header files and machine com...Graf Yang2009-01-076-70/+605
* Blackfin arch: Cleanup and unify Blackfin IRQ and GPIO IRQ handlingMichael Hennerich2008-11-181-125/+66Star
* Blackfin arch: remove useless SSYNC() in irq priority codeMike Frysinger2008-11-181-4/+0Star
* Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...Bryan Wu2008-11-181-3/+3
* Blackfin arch: do not bother initializing the first 4kMike Frysinger2008-11-181-12/+0Star
* Blackfin arch: use sti to set the mask rather than banging on imaskMike Frysinger2008-11-181-6/+2Star
* Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabledMike Frysinger2008-10-281-1/+5
* Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu2008-11-183-11/+15
* Blackfin arch: fix bug - kernel with SMP patch can not bootupGraf Yang2008-10-281-3/+4
* Blackfin arch: add an option to allow people to stick exception stack into L1...Mike Frysinger2008-10-281-6/+15
* Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger2008-10-281-0/+1
* Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich2008-11-183-8/+18
* Blackfin arch: unify duplicated bss init codeMike Frysinger2008-10-271-47/+19Star
* Blackfin arch: fix bug - Turn on DEBUG_DOUBLEFAULT, booting SMP kernel crashGraf Yang2008-11-181-1/+1
* Blackfin arch: fix bug - Cpufreq assumes clocks in kHz and not Hz.Michael Hennerich2008-10-281-7/+7
* Blackfin arch: fix bug - kernel build with write back policy fails to be boot...Mike Frysinger2008-10-281-1/+1
* Blackfin arch: fix bug - dmacopy test case fail on all platformMike Frysinger2008-11-181-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-10-162-115/+112Star
|\
| * Blackfin arch: unify/cleanup cache codeMike Frysinger2008-10-161-115/+58Star
| * Blackfin arch: Zero out bss region in L1/L2 memory.Graf Yang2008-10-161-0/+54
* | cpufreq: remove policy->governor setting in drivers initializationDominik Brodowski2008-10-161-2/+0Star
|/
* Blackfin arch: Fix bug - HW Errors never recover on BF548Robin Getz2008-10-091-0/+9
* Blackfin arch: give sys_strace proper entry markingsMike Frysinger2008-10-091-0/+3
* Blackfin arch: Fix BUG -- BF533 + 0.5 silicon + MPU + UART PIO -> crashMichael Hennerich2008-10-092-1/+19
* Blackfin arch: Not call generic set_irq_handler() in bfin_gpio_irq_type() due...Graf Yang2008-10-081-4/+12
* Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception ...Robin Getz2008-10-081-0/+10
* Blackfin arch: Modify some funtion names to more genernal onesGraf Yang2008-10-081-1/+1
* Blackfin arch: add a meaningful name for each irqchipGraf Yang2008-10-081-0/+5
* Blackfin arch: add supporting for kgdbSonic Zhang2008-10-132-6/+7
* Blackfin arch: add supporting for double fault debug handlingRobin Getz2008-10-082-62/+167
* Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWEMichael Hennerich2008-08-281-1/+1
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-274-6/+6
* Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demu...Mike Frysinger2008-08-251-1/+1
* Blackfin arch: hook up some missing new system callsBryan Wu2008-08-141-0/+6
* Blackfin arch: do not muck with the UART during boot -- let the serial driver...Mike Frysinger2008-08-141-3/+0Star
* Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as ...Mike Frysinger2008-08-141-0/+5
* Blackfin arch: Print out doublefault addresses, so debug can occurRobin Getz2008-08-141-0/+6
* Blackfin arch: cleanup cache lock codeMike Frysinger2008-08-142-15/+33
* Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabl...Michael Hennerich2008-08-132-0/+18
* Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idlingMichael Hennerich2008-08-063-64/+8Star
* Blackfin arch: delete unused cache functionsMike Frysinger2008-08-131-115/+0Star
* Blackfin arch: unify the duplicated portions of __start and split mach-specif...Mike Frysinger2008-08-061-2/+129
* Blackfin arch: add asm/thread_info.h for THREAD_SIZE defineMike Frysinger2008-08-061-0/+1
* Blackfin arch: make sure the BSS and kernel load address are 4 byte alignedMike Frysinger2008-08-061-0/+9
* Blackfin arch: unify the duplicated _real_start functionsMike Frysinger2008-08-062-1/+77
* Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any ...Mike Frysinger2008-08-062-78/+1Star
* Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging.Sonic Zhang2008-08-051-3/+5
* Blackfin arch: Functional power management supportMichael Hennerich2008-08-052-20/+44
* Blackfin arch: Fix bug - This change eliminates impact on application debuggingJie Zhang2008-08-051-7/+13
* Blackfin arch: Fix bug - skip single step in high priority interrupt handler ...Sonic Zhang2008-07-261-12/+38