aboutsummaryrefslogtreecommitdiff
path: root/include/asm-blackfin
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-25[Blackfin] arch: Cleanup abd Simplify:Gravatar Michael Hennerich 1-0/+2
2008-02-09Add pgtable_t to remaining nommu architecturesGravatar Martin Schwidefsky 1-0/+1
2008-02-09[Blackfin] arch: import defines for BF547 -- it is just like the BF548, but n...Gravatar Mike Frysinger 3-1/+2116
2008-02-09[Blackfin] arch: Encourage users to use the spidev character driver: Provide ...Gravatar Michael Hennerich 1-38/+6
2008-02-02[Blackfin] arch: Enable UART2 and UART3 for bf548Gravatar Sonic Zhang 2-0/+12
2008-02-02[Blackfin] arch: remove duplicated definitions of the line discipline numbers...Gravatar Tilman Schmidt 1-18/+0
2008-02-02[Blackfin] arch: change the trace buffer control start/stop logic in the exce...Gravatar Mike Frysinger 1-15/+20
2008-02-09[Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeGravatar Michael Hennerich 3-6/+12
2008-02-09[Blackfin] arch: Merge BF561 support into ints-priorityGravatar Michael Hennerich 1-0/+20
2008-02-02[Blackfin] arch: fix bug: redefinition warning when compile EZKIT548Gravatar Bryan Wu 1-2/+2
2008-02-08asm-*/posix_types.h: scrub __GLIBC__Gravatar Mike Frysinger 1-6/+2
2008-02-08aout: move STACK_TOP[_MAX] to asm/processor.hGravatar David Howells 2-6/+4
2008-02-07Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchgGravatar Mathieu Desnoyers 1-46/+11
2008-02-07Sanitize the type of struct user.u_ar0Gravatar H. Peter Anvin 1-1/+1
2008-02-07Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer neededGravatar Kirill A. Shutemov 2-5/+0
2008-02-06remove mm_{ptov,vtop}()Gravatar Adrian Bunk 1-2/+0
2008-01-31[NET]: Introducing socket mark socket option.Gravatar Laszlo Attila Toth 1-0/+3
2008-01-27[Blackfin] arch: remove old I2C BF54x porting.Gravatar Bryan Wu 1-33/+0
2008-01-27[Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile...Gravatar Bernd Schmidt 1-1/+2
2008-01-22[Blackfin] arch: GPIO API cleanup and anomaly updateGravatar Michael Hennerich 1-36/+36