aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-03Blackfin arch: Fix CCLK and SCLK checksRobin Getz3-2/+57
2007-07-24Blackfin arch: Add label to call new GPIO APIMichael Hennerich2-6/+6
2007-07-25Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselvesMike Frysinger5-68/+68
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger4-10/+10
2007-09-23Blackfin arch: add some missing syscallBryan Wu1-4/+19
2007-08-27Blackfin arch: Update/Fix PM support add new pm_ops validMichael Hennerich1-0/+6
2007-07-24Blackfin arch: add error message when IRQ no availableMichael Hennerich1-1/+5
2007-07-25Blackfin arch: Initialize the exception vectors early in the boot processBernd Schmidt2-36/+45
2007-07-24Blackfin arch: Load P0 before storing through itBernd Schmidt1-0/+3
2007-07-12Blackfin arch: clean up some coding style issuesBryan Wu2-9/+8
2007-07-12Blackfin arch: scrub dead codeMike Frysinger1-34/+3
2007-07-12Blackfin arch: Some memory and code optimizations - Fix SYS_IRQSMichael Hennerich2-17/+28