summaryrefslogtreecommitdiff
path: root/arch/blackfin/include
AgeCommit message (Expand)Author
2009-01-07Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...Mike Frysinger
2009-01-07Blackfin arch: Use reads/writes instead of ins/outs directlySonic Zhang
2009-01-07Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang
2009-01-07Blackfin arch: gpio.h split into machine subfolders like already done for BF54xMichael Hennerich
2009-01-07Blackfin arch: cleanup the header file commentsMike Frysinger
2009-01-07Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK optionMichael Hennerich
2009-01-07Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang
2009-01-07Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger
2008-11-18Blackfin arch: only define HI/LO macros for assembly filesMike Frysinger
2008-11-18Blackfin arch: remove pointless define IN_KERNELMike Frysinger
2008-11-18Blackfin arch: define BASE_BAUD like everyone elseMike Frysinger
2008-11-18Blackfin arch: add mmiowb() as some drivers expectMike Frysinger
2008-11-18Blackfin arch: rename cache_lock() to bfin_cache_lock()Mike Frysinger
2008-11-18Blackfin arch: use generic xor.hMike Frysinger
2008-11-18Blackfin arch: rename irq_flags to bfin_irq_flagsMike Frysinger
2008-11-18Blackfin arch: move out irq related functionsMike Frysinger
2008-11-18Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses itMike Frysinger
2008-11-18Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other archesMike Frysinger
2008-11-18Blackfin arch: delete old comments and NO_IRQ defineMike Frysinger
2008-11-18Blackfin arch: Use GPIO_BANKSIZE macro to replace const number 16 for GPIO_BA...Bryan Wu
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang
2009-01-07Blackfin arch: SMP supporting patchset: Blackfin header files and machine com...Graf Yang
2008-11-18Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...Michael Hennerich
2008-11-18Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...Bryan Wu
2008-11-18Blackfin arch: fixup get_user() macrosMike Frysinger
2008-10-28Blackfin arch: lookup channel2irq() only onceMichael Hennerich
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich
2009-01-07blackfin: introduce asm/swab.hHarvey Harrison
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox
2008-12-31blackfin: define __flsRusty Russell
2008-11-18Blackfin arch: fix a broken define in dma-mappingMike Frysinger
2008-10-27Blackfin arch: don't copy bss when copying L1Mike Frysinger
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds
2008-10-16Blackfin arch: make sure cycles is marked as volatile so gcc doesnt reorder o...Mike Frysinger
2008-10-16Blackfin arch: update cache flush prototypes with argument names to make them...Mike Frysinger
2008-10-16Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush hea...Mike Frysinger
2008-10-16Blackfin arch: add read/write IO accessor functions to BlackfinBryan Wu
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds
2008-10-13Blackfin arch: introducing bfin_addr_dcachableVitja Makarov
2008-10-10Blackfin arch: Remove useless head fileGraf Yang
2008-10-13Blackfin arch: use the Blackfin on-chip ROM to do software reset when possibleMike Frysinger
2008-10-10Blackfin arch: bfin_reset() is an internal reboot function ... everyone shoul...Mike Frysinger
2008-10-10Blackfin arch: print out error/warning if you are running on the incorrect CP...Robin Getz
2008-10-09Blackfin arch: avoid using actual config name in commentMike Frysinger
2008-10-09Blackfin arch: ptrace - make sure PT_ORIG_R0 and PT_ORIG_P0 offsets are declaredMike Frysinger
2008-10-09Blackfin arch: Make L2 SRAM cacheableSonic Zhang
2008-10-08Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception ...Robin Getz