aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin
Commit message (Expand)AuthorAgeFilesLines
* bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driverMichael Hennerich2007-10-161-0/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-10-151-0/+17
|\
| * Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich2007-10-131-0/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-10-1357-2131/+1752
|\ \ | |/
| * blackfin enable arbitary speed serial settingAlan Cox2007-08-053-5/+19
| * Blackfin arch: update kgdb patchSonic Zhang2007-10-101-0/+1
| * Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and...Michael Hennerich2007-10-104-0/+5
| * Blackfin arch: Print out debug info, as early as possibleRobin Getz2007-10-091-0/+1
| * Blackfin arch: Initial patch to add earlyprintk supportRobin Getz2007-10-091-0/+28
| * Blackfin arch: add TWIx_REGBASE and SPIx_REGBASE to specific CPU header files...Bryan Wu2007-10-119-2/+14
| * Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...Bryan Wu2007-10-091-12/+12
| * Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...Bryan Wu2007-09-121-6/+6
| * Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_resetMichael Hennerich2007-10-111-0/+20
| * Blackfin arch: Add ANOMALY_05000311 Workaround - for those who doesnt use the...Michael Hennerich2007-09-121-8/+44
| * Blackfin arch: Remove legacy supportMichael Hennerich2007-08-281-278/+0
| * Blackfin arch: For compatibility reasons change IRQ_XXX_ERR into IRQ_XXX_ERRO...Michael Hennerich2007-10-111-281/+308
| * Blackfin arch: Fix bug missing L2_MEMORY definition for EZKIT-BF561 compiling...Robin Getz2007-09-131-1/+3
| * Blackfin arch: add an exception request/free apiMike Frysinger2007-08-051-0/+8
| * Blackfin arch: all our other ports call this SIZE rather than SPI_LENMike Frysinger2007-08-052-2/+2
| * Blackfin arch: allow people to select the feature that is unavailable to the ...Mike Frysinger2007-08-051-1/+4
| * Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriateMike Frysinger2007-08-052-0/+2
| * Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang2007-08-051-0/+1
| * Blackfin arch: kill ezkit548 compiling warningBryan Wu2007-08-051-0/+1
| * Blackfin arch: fix up header for BF533Robin Getz2007-08-051-54/+0
| * Blackfin arch: bug fixing restore mach dependent ASYNC memory sizeMichael Hennerich2007-08-271-2/+8
| * Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz2007-10-1015-315/+205
| * Blackfin arch: remove unused code -- EVT0 is not controllable by softwareMike Frysinger2007-08-031-1/+0
| * Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recordin...Roy Huang2007-10-101-0/+1
| * Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz2007-07-251-9/+46
| * Blackfin arch: Fix CCLK and SCLK checksRobin Getz2007-08-035-356/+68
| * Blackfin serial driver: use new GPIO APIMichael Hennerich2007-10-111-20/+19
| * Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__Mike Frysinger2007-07-254-4/+4
| * Blackfin arch: Fix define - SPORT0_DTPRI is first functionMichael Hennerich2007-08-271-1/+1
| * Blackfin arch: fix bugs report by Andy Liu <yjhsou@gmail.com>, AD1836 can't b...Bryan Wu2007-08-051-1/+1
| * Blackfin arch: bug fixing, add missing BF533_FAMILY GPIO_PFx definitionBryan Wu2007-07-251-0/+18
| * Blackfin arch: store labels so we later know who allocated GPIO/Peripheral re...Michael Hennerich2007-10-101-5/+0
| * Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to...Michael Hennerich2007-07-245-0/+21
| * Blackfin arch: update to latest anomaly sheetsMike Frysinger2007-08-054-5/+55
| * Blackfin arch: Fix Anomaly hanlding, as pointed out by MikeRobin Getz2007-08-031-25/+7
| * Blackfin arch: fix typo... we want csync in CSYNC(), not ssyncMike Frysinger2007-08-031-1/+1
| * Blackfin arch: reorganize headers slightly so we can be sure things are defin...Mike Frysinger2007-07-255-12/+13
| * Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds ra...Mike Frysinger2007-07-254-4/+4
| * Blackfin arch: update BF54x anomaly listMike Frysinger2007-07-251-0/+3
| * Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger2007-07-2511-654/+824
| * Blackfin arch: cleanup and standardize anomaly.h file format -- no functional...Mike Frysinger2007-07-244-266/+174
* | Merge Linux 2.6.23David Woodhouse2007-10-138-70/+254
|\ \ | |/
| * Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki...Michael Hennerich2007-10-041-1/+34
| * Blackfin arch: gpio pinmux and resource allocation API required by BF537 on c...Michael Hennerich2007-10-045-14/+88
| * Blackfin arch: add some missing syscallBryan Wu2007-09-231-5/+51
| * Blackfin arch: fix some bugs in lib/string.h functions found by our string te...Mike Frysinger2007-09-121-49/+80