aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: Fix bug - skip single step in high priority interrupt handler ...Sonic Zhang2008-07-261-12/+38
* Blackfin arch: use local labels and ENDPROC() markingsMike Frysinger2008-07-161-6/+13
* Blackfin arch: Functional power management supportMichael Hennerich2008-07-192-45/+780
* Blackfin arch: Remove redundant kernel optionMichael Hennerich2008-07-141-6/+0
* Blackfin arch: Fix Bug - GPIO interrupts not disabled; edge sensitive interru...Michael Hennerich2008-07-141-0/+4
* [Blackfin] arch: fix gdb testing regressionBernd Schmidt2008-05-071-31/+77
* [Blackfin] arch: In the double fault handler, set up the PT_RETI slotBernd Schmidt2008-05-071-0/+5
* [Blackfin] arch: Support for CPU_FREQ and NOHZVitja Makarov2008-05-071-9/+15
* [Blackfin] arch: Functional power management support: Add CPU and platform vo...Michael Hennerich2008-05-073-27/+142
* [Blackfin] arch: Cleanup Kconfig, fix comment and make sure we exclude CCLK=S...Michael Hennerich2008-05-071-2/+2
* [Blackfin] arch: Functional power management support: Add support for cpu fre...Michael Hennerich2008-04-252-1/+196
* [Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt2008-04-252-90/+33
* [Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich2008-04-241-39/+13
* [Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger2008-04-251-1/+2
* [Blackfin] arch: make the mask explicit rather than writing a negative number...Mike Frysinger2008-04-241-1/+1
* [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2008-04-231-1/+1
* [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Bernd Schmidt2008-04-231-1/+6
* [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu2008-03-061-1/+4
* [Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich2008-02-251-4/+2
* [Blackfin] arch: Remove DPMC char driver optionMichael Hennerich2008-02-251-131/+0
* [Blackfin] arch: Cleanup abd Simplify:Michael Hennerich2008-02-251-106/+51
* [Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not fun...Michael Hennerich2008-02-251-0/+3
* [Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq ot...Michael Hennerich2008-02-251-4/+10
* [Blackfin] arch:Fix BUG [#3876] pfbutton test for BTN3 on bf533 don't show co...Michael Hennerich2008-02-021-9/+13
* [Blackfin] arch: change the trace buffer control start/stop logic in the exce...Mike Frysinger2008-02-021-8/+4
* [Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich2008-02-093-34/+168
* [Blackfin] arch: Merge BF561 support into ints-priorityMichael Hennerich2008-02-093-520/+97
* timerfd: new timerfd APIDavide Libenzi2008-02-051-1/+1
* [Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile...Bernd Schmidt2008-01-271-0/+1
* [Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt2008-01-271-0/+19
* [Blackfin] arch: Add some comments - fix semicolonsMichael Hennerich2008-01-111-17/+15
* [Blackfin] arch: move all code related to CPLB handling into a new subdirecto...Bernd Schmidt2008-01-114-986/+1
* [Blackfin] arch: Enable both edge triggered GPIO IRQs on BF54x and use irq_to...Michael Hennerich2007-12-241-21/+46
* [Blackfin] arch: append IRQ Number to label stringMichael Hennerich2007-12-242-8/+19
* [Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.Sonic Zhang2007-12-232-8/+54
* [Blackfin] arch: Let the pre-processor do the math to save a few cycles - no ...Robin Getz2007-12-211-3/+1
* [Blackfin] arch: do not use fixed numbers to describe offsets - no functional...Robin Getz2007-12-211-1/+1
* [Blackfin] arch: do not use hard coded addressesRobin Getz2007-12-211-4/+4
* [Blackfin] arch: fix bug - trap_tests fails to recover on some tests.Robin Getz2008-01-273-63/+49
* [Blackfin] arch: Add a note describing what is going on - no functional changesRobin Getz2008-01-271-2/+13
* Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...Mike Frysinger2007-11-211-1/+3
* Blackfin arch: use common __INIT/__FINIT defines rather than setting the .sec...Mike Frysinger2007-11-211-2/+3
* Blackfin arch: Ensure we printk out strings with the proper loglevelRobin Getz2007-11-211-5/+5
* Blackfin arch: Need to specify ax with the .init.text section,Bernd Schmidt2007-11-211-1/+1
* Blackfin arch: Fix typo, and add ENDPROC - no functional changesMike Frysinger2007-11-211-1/+2
* Blackfin arch: rename _return_from_exception to _bfin_return_from_exception a...Mike Frysinger2007-11-211-4/+4
* Blackfin arch: fix spurious newline in headerMike Frysinger2007-11-171-1/+1
* Blackfin arch: do not include linux/autoconf.hMike Frysinger2007-11-151-1/+0
* Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIOMike Frysinger2007-11-152-31/+18
* Blackfin arch: fix bug cplbmgr.S does not exit properly on error conditionRobin Getz2007-11-151-7/+18