aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-16Blackfin arch: use local labels and ENDPROC() markingsMike Frysinger1-6/+13
2008-07-19Blackfin arch: Functional power management supportMichael Hennerich2-45/+780
2008-07-14Blackfin arch: Remove redundant kernel optionMichael Hennerich1-6/+0
2008-07-14Blackfin arch: Fix Bug - GPIO interrupts not disabled; edge sensitive interrupt hang system.Michael Hennerich1-0/+4
2008-05-07[Blackfin] arch: fix gdb testing regressionBernd Schmidt1-31/+77
2008-05-07[Blackfin] arch: In the double fault handler, set up the PT_RETI slotBernd Schmidt1-0/+5
2008-05-07[Blackfin] arch: Support for CPU_FREQ and NOHZVitja Makarov1-9/+15
2008-05-07[Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling supportMichael Hennerich3-27/+142
2008-05-07[Blackfin] arch: Cleanup Kconfig, fix comment and make sure we exclude CCLK=SCLK for some configurationsMichael Hennerich1-2/+2
2008-04-25[Blackfin] arch: Functional power management support: Add support for cpu frequency scalingMichael Hennerich2-1/+196
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt2-90/+33
2008-04-24[Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich1-39/+13
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger1-1/+2
2008-04-24[Blackfin] arch: make the mask explicit rather than writing a negative number in hexMike Frysinger1-1/+1
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-1/+1
2008-04-23[Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Bernd Schmidt1-1/+6
2008-03-06[Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu1-1/+4
2008-02-25[Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich1-4/+2
2008-02-25[Blackfin] arch: Remove DPMC char driver optionMichael Hennerich1-131/+0
2008-02-25[Blackfin] arch: Cleanup abd Simplify:Michael Hennerich1-106/+51
2008-02-25[Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not functional for handle_simple_irqMichael Hennerich1-0/+3
2008-02-25[Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq otherwise it failsMichael Hennerich1-4/+10
2008-02-02[Blackfin] arch:Fix BUG [#3876] pfbutton test for BTN3 on bf533 don't show complete infoMichael Hennerich1-9/+13
2008-02-02[Blackfin] arch: change the trace buffer control start/stop logic in the exception handlersMike Frysinger1-8/+4
2008-02-09[Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich3-34/+168
2008-02-09[Blackfin] arch: Merge BF561 support into ints-priorityMichael Hennerich3-520/+97
2008-02-05timerfd: new timerfd APIDavide Libenzi1-1/+1
2008-01-27[Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile without it.Bernd Schmidt1-0/+1
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt1-0/+19
2008-01-11[Blackfin] arch: Add some comments - fix semicolonsMichael Hennerich1-17/+15