aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Blackfin arch: gpio.h split into machine subfolders like already done for BF54xMichael Hennerich1-262/+2
2009-01-07Blackfin arch: cleanup the header file commentsMike Frysinger1-19/+9
2009-01-07Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK optionMichael Hennerich1-0/+362
2009-01-07Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang1-0/+2
2009-01-07Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger1-1/+0
2008-11-18Blackfin arch: only define HI/LO macros for assembly filesMike Frysinger1-5/+5
2008-11-18Blackfin arch: remove pointless define IN_KERNELMike Frysinger1-2/+0
2008-11-18Blackfin arch: define BASE_BAUD like everyone elseMike Frysinger1-0/+1
2008-11-18Blackfin arch: add mmiowb() as some drivers expectMike Frysinger1-0/+2
2008-11-18Blackfin arch: rename cache_lock() to bfin_cache_lock()Mike Frysinger1-1/+1
2008-11-18Blackfin arch: use generic xor.hMike Frysinger1-0/+1
2008-11-18Blackfin arch: rename irq_flags to bfin_irq_flagsMike Frysinger2-6/+6
2008-11-18Blackfin arch: move out irq related functionsMike Frysinger3-92/+94
2008-11-18Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses itMike Frysinger1-2/+0
2008-11-18Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other archesMike Frysinger2-2/+2
2008-11-18Blackfin arch: delete old comments and NO_IRQ defineMike Frysinger1-40/+1
2008-11-18Blackfin arch: Use GPIO_BANKSIZE macro to replace const number 16 for GPIO_BANK_NUM macro caculatingBryan Wu2-2/+4
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang4-34/+86
2009-01-07Blackfin arch: SMP supporting patchset: Blackfin header files and machine common codeGraf Yang18-121/+829
2008-11-18Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip infrastructureMichael Hennerich1-12/+67
2008-11-18Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating with positioning a gpioBryan Wu1-0/+2
2008-11-18Blackfin arch: fixup get_user() macrosMike Frysinger1-43/+31
2008-10-28Blackfin arch: lookup channel2irq() only onceMichael Hennerich1-0/+1
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu1-0/+51
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich1-0/+68
2009-01-06blackfin: introduce asm/swab.hHarvey Harrison3-42/+50
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-3/+1
2009-01-01blackfin: define __flsRusty Russell1-0/+1
2008-11-18Blackfin arch: fix a broken define in dma-mappingMike Frysinger1-1/+5
2008-10-27Blackfin arch: don't copy bss when copying L1Mike Frysinger1-1/+1
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds4-23/+53
2008-10-16Blackfin arch: make sure cycles is marked as volatile so gcc doesnt reorder on usMike Frysinger1-1/+1
2008-10-16Blackfin arch: update cache flush prototypes with argument names to make them less mysteriousMike Frysinger1-5/+5
2008-10-16Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush header where it belongsMike Frysinger2-17/+17
2008-10-16Blackfin arch: add read/write IO accessor functions to BlackfinBryan Wu1-0/+30
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky1-1/+1
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds12-58/+188
2008-10-13Blackfin arch: introducing bfin_addr_dcachableVitja Makarov1-0/+14
2008-10-10Blackfin arch: Remove useless head fileGraf Yang1-6/+0
2008-10-13Blackfin arch: use the Blackfin on-chip ROM to do software reset when possibleMike Frysinger1-0/+85
2008-10-10Blackfin arch: bfin_reset() is an internal reboot function ... everyone should go through machine_restart()Mike Frysinger1-1/+0
2008-10-10Blackfin arch: print out error/warning if you are running on the incorrect CPU typeRobin Getz1-0/+6
2008-10-09Blackfin arch: avoid using actual config name in commentMike Frysinger1-1/+1
2008-10-09Blackfin arch: ptrace - make sure PT_ORIG_R0 and PT_ORIG_P0 offsets are declaredMike Frysinger1-0/+2
2008-10-09Blackfin arch: Make L2 SRAM cacheableSonic Zhang1-1/+7
2008-10-08Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception contextRobin Getz1-0/+2
2008-10-08Blackfin arch: Modify some funtion names to more genernal onesGraf Yang1-1/+1
2008-10-08Blackfin arch: add CONFIG_APP_STACKS_L1 to enable or disable putting kernel stacks in L1Graf Yang1-37/+42
2008-10-08Blackfin arch: Better error handling of unknown exceptionsRobin Getz1-1/+4
2008-10-13Blackfin arch: add supporting for kgdbSonic Zhang1-8/+13