aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-11[Blackfin] arch: move all code related to CPLB handling into a new subdirectory under kernel/Bernd Schmidt4-986/+1
2007-12-24[Blackfin] arch: Enable both edge triggered GPIO IRQs on BF54x and use irq_to_gpio()Michael Hennerich1-21/+46
2007-12-24[Blackfin] arch: append IRQ Number to label stringMichael Hennerich2-8/+19
2007-12-23[Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.Sonic Zhang2-8/+54
2007-12-21[Blackfin] arch: Let the pre-processor do the math to save a few cycles - no functional changesRobin Getz1-3/+1
2007-12-21[Blackfin] arch: do not use fixed numbers to describe offsets - no functional changesRobin Getz1-1/+1
2007-12-21[Blackfin] arch: do not use hard coded addressesRobin Getz1-4/+4
2008-01-27[Blackfin] arch: fix bug - trap_tests fails to recover on some tests.Robin Getz3-63/+49
2008-01-27[Blackfin] arch: Add a note describing what is going on - no functional changesRobin Getz1-2/+13
2007-11-21Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicatedMike Frysinger1-1/+3
2007-11-21Blackfin arch: use common __INIT/__FINIT defines rather than setting the .section ourselves to .init.textMike Frysinger1-2/+3
2007-11-21Blackfin arch: Ensure we printk out strings with the proper loglevelRobin Getz1-5/+5
2007-11-21Blackfin arch: Need to specify ax with the .init.text section,Bernd Schmidt1-1/+1
2007-11-21Blackfin arch: Fix typo, and add ENDPROC - no functional changesMike Frysinger1-1/+2
2007-11-21Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export itMike Frysinger1-4/+4
2007-11-17Blackfin arch: fix spurious newline in headerMike Frysinger1-1/+1
2007-11-15Blackfin arch: do not include linux/autoconf.hMike Frysinger1-1/+0
2007-11-15Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIOMike Frysinger2-31/+18
2007-11-15Blackfin arch: fix bug cplbmgr.S does not exit properly on error conditionRobin Getz1-7/+18
2007-11-12Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz1-9/+29
2007-10-29Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things.Robin Getz1-1/+1
2007-10-21Blackfin arch: Optimization - no need to make additional math hereMichael Hennerich1-3/+3
2007-10-22Blackfin arch: force irq_flags into the .data sectionMike Frysinger2-2/+14
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich1-10/+31
2007-10-18PM: Rework struct platform_suspend_opsRafael J. Wysocki1-48/+5
2007-10-18PM: Rename struct pm_ops and related thingsRafael J. Wysocki1-2/+2
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki1-1/+1
2007-10-10Blackfin arch: the load address is not safe to point to as a workaround for ANOMALY 05000281Robin Getz1-4/+13
2007-10-09Blackfin arch: Print out debug info, as early as possibleRobin Getz1-2/+41
2007-10-09Blackfin arch: fix endless loop bug when a double fault happensRobin Getz1-15/+54
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger1-20/+22
2007-08-05Blackfin arch: allow people to select the feature that is unavailable to the kernelMike Frysinger4-27/+31
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz5-11/+16
2007-08-03Blackfin arch: remove unused code -- EVT0 is not controllable by softwareMike Frysinger3-30/+0
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz1-0/+73