aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-12Blackfin arch: Enable BF54x PIN/GPIO interruptsMichael Hennerich1-30/+309
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger5-20/+17
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz2-30/+11
2007-07-12Blackfin arch: Start untangling the CPLB handling code.Bernd Schmidt1-78/+11
2007-06-21Blackfin arch: add missing implementations SIC_IWR crosses several registersMichael Hennerich2-0/+7
2007-06-21Blackfin arch: defines and provides entry points for certain user space functions at fixed addressesBernd Schmidt1-0/+4
2007-07-12Blackfin arch: initial supporting for BF548-EZKITRoy Huang2-7/+47
2007-06-21Blackfin arch: update ANOMALY handlingRobin Getz2-11/+11
2007-06-11Blackfin arch: add missing gpio.h header to fix compiling in some pm configurationsMichael Hennerich1-1/+1
2007-06-11Blackfin arch: fix spelling typo in outputMike Frysinger1-1/+1
2007-06-11Blackfin arch: add proper ENDPROC()Mike Frysinger7-3/+40
2007-06-11Blackfin arch: spelling fixesSimon Arlott2-2/+2
2007-05-21Blackfin arch: update pm.c according to power management API change.Bryan Wu1-10/+2
2007-05-21Blackfin arch: fix signal handling bugBernd Schmidt1-0/+5
2007-05-21Blackfin arch: Add Workaround for ANOMALY 05000257Michael Hennerich1-0/+6
2007-05-07blackfin architectureBryan Wu14-0/+4860