aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-30Blackfin arch: use a less common define name in BF549Mike Frysinger1-1/+1
2007-10-30Blackfin arch: Add missing definitions for BF561Mike Frysinger1-0/+3
2007-10-30Blackfin arch: Do not pollute name space used in linux-2.6.x/soundMichael Hennerich1-43/+43
2007-10-29Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things.Robin Getz2-1/+4
2007-10-29Blackfin arch: Add missing definitions of BF54xRobin Getz1-0/+7
2007-10-29Blackfin arch: add support for checking/clearing overruns in generic purpose Timer APIMike Frysinger1-0/+2
2007-10-29Blackfin arch: add NFC driver support in BF527-EZKIT boardMichael Hennerich2-1/+20
2007-10-23blackfin: remove sg_address()Jens Axboe1-1/+0
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe1-0/+3
2007-10-22Change table chaining layoutJens Axboe1-1/+1
2007-10-22Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu4-6/+7
2007-10-21Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin componentMike Frysinger2-209/+210
2007-10-21Blackfin arch: add functions for converting between sclks and usecsMike Frysinger1-0/+2
2007-10-21Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storageMike Frysinger1-1/+1
2007-10-21Blackfin arch: Fix bug: missing CHIPID register field definition of BF54xBryan Wu1-0/+4
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich14-18/+1347
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-3/+1
2007-10-20include/asm-*/system.h: remove unused set_rmb(), set_wmb() macrosStefan Richter1-3/+1
2007-10-20ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz1-1/+0
2007-10-19forbid asm/bitops.h direct inclusionJiri Slaby1-0/+4
2007-10-19remove unused flush_tlb_pgtablesBenjamin Herrenschmidt1-6/+0
2007-10-18Replace __attribute_pure__ with __pureRalf Baechle1-2/+2
2007-10-18bitops: introduce lock opsNick Piggin1-0/+1
2007-10-17Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle1-4/+0
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+0
2007-10-17remove strict ansi check from __u64 in asm/types.hOlaf Hering1-3/+3
2007-10-17kill DECLARE_MUTEX_LOCKEDChristoph Hellwig1-1/+0
2007-10-16bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driverMichael Hennerich1-0/+30
2007-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+17
2007-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse57-2131/+1752
2007-10-13Merge Linux 2.6.23David Woodhouse8-70/+254
2007-10-13[MTD] [NAND] Blackfin on-chip NAND Flash Controller driverBryan Wu2-0/+48
2007-10-13Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich1-0/+17
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-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