aboutsummaryrefslogtreecommitdiff
path: root/include/asm-blackfin
AgeCommit message (Expand)AuthorFilesLines
2008-05-07Blackfin Serial Driver: abstract away DLAB differences into headerGravatar Mike Frysinger 5-0/+15
2008-05-07Blackfin Serial Driver: macro away the IER differences between processorsGravatar Mike Frysinger 4-0/+8
2008-05-10[Blackfin] arch: remove useless IRQ_SW_INT definesGravatar Michael Hennerich 3-34/+28
2008-05-07[Blackfin] arch: fix gdb testing regressionGravatar Bernd Schmidt 2-0/+10
2008-05-07[Blackfin] arch: Support for CPU_FREQ and NOHZGravatar Vitja Makarov 1-0/+4
2008-05-07[Blackfin] arch: Functional power management support: Add CPU and platform vo...Gravatar Michael Hennerich 1-1/+9
2008-05-07[Blackfin] arch: Equalize include files: Add VR_CTL masksGravatar Michael Hennerich 3-0/+50
2008-05-02blackfin: types: use <asm-generic/int-*.h> for the blackfin architectureGravatar H. Peter Anvin 1-32/+2
2008-04-29kernel: Move arches to use common unaligned accessGravatar Harvey Harrison 1-4/+9
2008-04-25[Blackfin] arch: add include/boot .gitignore filesGravatar Mike Frysinger 1-0/+1
2008-04-25[Blackfin] arch: Functional power management support: Add support for cpu fre...Gravatar Michael Hennerich 1-0/+36
2008-04-25[Blackfin] arch: Equalize include files: Add PLL_DIV MasksGravatar Michael Hennerich 1-0/+2
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGravatar Graf Yang 15-82/+891
2008-04-25[Blackfin] arch: Update anomaly list.Gravatar Sonic Zhang 5-18/+96
2008-04-24[Blackfin] arch: Clean up the definition and correct the commentary for curre...Gravatar Robert P. J. Day 1-7/+4
2008-04-24[Blackfin] arch: define our own BUG() so we can dump the blackfin hardware tr...Gravatar Mike Frysinger 1-0/+13
2008-04-24[Blackfin] arch: Prevent potential Core Hang situationGravatar Michael Hennerich 5-18/+172
2008-04-24[Blackfin] arch: Give the DMA base registers a more descriptive nameGravatar Bernd Schmidt 6-14/+3
2008-04-24[Blackfin] arch: actually implement get_cycles functionGravatar Mike Frysinger 1-6/+11
2008-04-24[Blackfin] arch: remove duplicated prototypes for internal cplb structures fr...Gravatar Mike Frysinger 1-9/+0
2008-04-24[Blackfin] arch: declare list of peripherals as const since we dont modify th...Gravatar Mike Frysinger 1-2/+2
2008-04-24[Blackfin] arch: merge ip0x-specific board changesGravatar Mike Frysinger 1-1/+9
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin hea...Gravatar Graf Yang 4-48/+57
2008-04-24[Blackfin] arch: This allows XIP to work with FD-PIC.Gravatar Bernd Schmidt 1-2/+3
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Gravatar Harvey Harrison 1-2/+2
2008-04-23[Blackfin] arch: remove unused/incorrect definitionGravatar Meihui Fan 1-1/+0
2008-04-23[Blackfin] arch: add support for the rest of the gptimers on the BF54xGravatar Meihui Fan 1-85/+65
2008-04-23[Blackfin] arch: fix obvious bfin_write typosGravatar Meihui Fan 1-174/+174
2008-04-25[Blackfin] arch: Fix bug - Properly calculate DDR clock.Gravatar Sonic Zhang 1-7/+13
2008-04-23[Blackfin] arch: fix some obvious typos -- some of which prevent SDH building...Gravatar Mike Frysinger 2-7/+7
2008-04-23[Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file ...Gravatar Mike Frysinger 1-26/+0
2008-04-23[Blackfin] arch: replace implied numbers with real valuesGravatar Mike Frysinger 1-13/+13
2008-04-23[Blackfin] arch: Add dma_map_page and dma_unmap_page stub for MMC SPI compilingGravatar Bryan Wu 1-0/+15
2008-04-23[Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Gravatar Bernd Schmidt 1-2/+2
2008-03-27[Blackfin] arch: remove TWI I2C register accessing helper macros, because we ...Gravatar Bryan Wu 7-231/+1
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Gravatar Mike Frysinger 1-1/+1
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 1-4/+0
2008-04-18ide: remove ide_default_io_ctl() macroGravatar Bartlomiej Zolnierkiewicz 1-4/+0
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 2-187/+1
2008-04-02kvm: provide kvm.h for all architecture: fixes headers_installGravatar Christian Borntraeger 1-0/+6
2008-03-05[Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0Gravatar Mike Frysinger 1-1/+1
2008-03-06[Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsGravatar Bryan Wu 1-2/+4
2008-02-02[Blackfin] serial driver: Add flow control support to bf54xGravatar Sonic Zhang 1-0/+3
2008-02-02[Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellGravatar Sonic Zhang 5-8/+5
2007-12-24[Blackfin] serial driver: rework break flood anomaly handling to be more robu...Gravatar Mike Frysinger 2-0/+6
2007-12-24[Blackfin] serial driver: fix bug - cache the bits of the LSR on systems wher...Gravatar Mike Frysinger 5-4/+73
2008-02-25[Blackfin] arch: add bfin_clear_PPIx_STATUS() helper funcs like we have for o...Gravatar Mike Frysinger 1-0/+2
2008-02-25[Blackfin] arch: make sure we have proper description/copyright/license linesGravatar Mike Frysinger 1-4/+3
2008-02-25[Blackfin] arch: Fix CONFIG_PM support for BF561Gravatar Michael Hennerich 1-1/+2