aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-05blackfin enable arbitary speed serial settingAlan Cox3-5/+19
2007-10-10Blackfin arch: update kgdb patchSonic Zhang1-0/+1
2007-10-10Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323Michael Hennerich4-0/+5
2007-10-09Blackfin arch: Print out debug info, as early as possibleRobin Getz1-0/+1
2007-10-09Blackfin arch: Initial patch to add earlyprintk supportRobin Getz1-0/+28
2007-10-11Blackfin arch: add TWIx_REGBASE and SPIx_REGBASE to specific CPU header files, use the new REGBASE for board platform resourcesBryan Wu9-2/+14
2007-10-09Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archsBryan Wu1-12/+12
2007-09-12Blackfin arch: cleanup IO and DMA_IO API function definitions according to other archesBryan Wu1-6/+6
2007-10-11Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_resetMichael Hennerich1-0/+20
2007-09-12Blackfin arch: Add ANOMALY_05000311 Workaround - for those who doesnt use the generic GPIO driverMichael Hennerich1-8/+44
2007-08-28Blackfin arch: Remove legacy supportMichael Hennerich1-278/+0
2007-10-11Blackfin arch: For compatibility reasons change IRQ_XXX_ERR into IRQ_XXX_ERROR like on any other supported Blackfin derivativeMichael Hennerich1-281/+308
2007-09-13Blackfin arch: Fix bug missing L2_MEMORY definition for EZKIT-BF561 compiling errorRobin Getz1-1/+3
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger1-0/+8
2007-08-05Blackfin arch: all our other ports call this SIZE rather than SPI_LENMike Frysinger2-2/+2
2007-08-05Blackfin arch: allow people to select the feature that is unavailable to the kernelMike Frysinger1-1/+4
2007-08-05Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriateMike Frysinger2-0/+2
2007-08-05Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang1-0/+1
2007-08-05Blackfin arch: kill ezkit548 compiling warningBryan Wu1-0/+1
2007-08-05Blackfin arch: fix up header for BF533Robin Getz1-54/+0
2007-08-27Blackfin arch: bug fixing restore mach dependent ASYNC memory sizeMichael Hennerich1-2/+8
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz15-315/+205
2007-08-03Blackfin arch: remove unused code -- EVT0 is not controllable by softwareMike Frysinger1-1/+0
2007-10-10Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording functionRoy Huang1-0/+1
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz1-9/+46
2007-08-03Blackfin arch: Fix CCLK and SCLK checksRobin Getz5-356/+68
2007-10-11Blackfin serial driver: use new GPIO APIMichael Hennerich1-20/+19
2007-07-25Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__Mike Frysinger4-4/+4
2007-08-27Blackfin arch: Fix define - SPORT0_DTPRI is first functionMichael Hennerich1-1/+1
2007-08-05Blackfin arch: fix bugs report by Andy Liu <yjhsou@gmail.com>, AD1836 can't be probed in BF561-EZBryan Wu1-1/+1
2007-07-25Blackfin arch: bug fixing, add missing BF533_FAMILY GPIO_PFx definitionBryan Wu1-0/+18
2007-10-10Blackfin arch: store labels so we later know who allocated GPIO/Peripheral resourcesMichael Hennerich1-5/+0
2007-07-24Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to_gpioMichael Hennerich5-0/+21
2007-08-05Blackfin arch: update to latest anomaly sheetsMike Frysinger4-5/+55
2007-08-03Blackfin arch: Fix Anomaly hanlding, as pointed out by MikeRobin Getz1-25/+7
2007-08-03Blackfin arch: fix typo... we want csync in CSYNC(), not ssyncMike Frysinger1-1/+1
2007-07-25Blackfin arch: reorganize headers slightly so we can be sure things are defined early enoughMike Frysinger5-12/+13
2007-07-25Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()Mike Frysinger4-4/+4
2007-07-25Blackfin arch: update BF54x anomaly listMike Frysinger1-0/+3
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger11-654/+824
2007-07-24Blackfin arch: cleanup and standardize anomaly.h file format -- no functional changesMike Frysinger4-266/+174
2007-10-04Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi>Michael Hennerich1-1/+34
2007-10-04Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driverMichael Hennerich5-14/+88
2007-09-23Blackfin arch: add some missing syscallBryan Wu1-5/+51
2007-09-12Blackfin arch: fix some bugs in lib/string.h functions found by our string testing modulesMike Frysinger1-49/+80
2007-08-05Blackfin arch: fix the aliased write macrosRobin Getz1-2/+2
2007-07-31remove unused TIF_NOTIFY_RESUME flagStephane Eranian1-8/+6
2007-07-25Blackfin arch: add BF54x I2C/TWI TWI0 driver supportBryan Wu2-0/+34
2007-07-25Blackfin arch: Initialize the exception vectors early in the boot processBernd Schmidt1-0/+1
2007-07-25Blackfin arch: switch to using proper defines this time THREAD_SIZE and PAGE_SIZE instead of just PAGE_SIZE everywhereMike Frysinger1-6/+6