aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-24[Blackfin] arch: declare list of peripherals as const since we dont modify the incoming arrayMike Frysinger1-2/+2
2008-04-24[Blackfin] arch: merge ip0x-specific board changesMike Frysinger1-1/+9
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.Graf Yang4-48/+57
2008-04-24[Blackfin] arch: This allows XIP to work with FD-PIC.Bernd Schmidt1-2/+3
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-2/+2
2008-04-23[Blackfin] arch: remove unused/incorrect definitionMeihui Fan1-1/+0
2008-04-23[Blackfin] arch: add support for the rest of the gptimers on the BF54xMeihui Fan1-85/+65
2008-04-23[Blackfin] arch: fix obvious bfin_write typosMeihui Fan1-174/+174
2008-04-25[Blackfin] arch: Fix bug - Properly calculate DDR clock.Sonic Zhang1-7/+13
2008-04-23[Blackfin] arch: fix some obvious typos -- some of which prevent SDH building for the BF542Mike Frysinger2-7/+7
2008-04-23[Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used.Mike Frysinger1-26/+0
2008-04-23[Blackfin] arch: replace implied numbers with real valuesMike Frysinger1-13/+13
2008-04-23[Blackfin] arch: Add dma_map_page and dma_unmap_page stub for MMC SPI compilingBryan Wu1-0/+15
2008-04-23[Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Bernd Schmidt1-2/+2
2008-03-27[Blackfin] arch: remove TWI I2C register accessing helper macros, because we moved to use i2c new-style interfaceBryan Wu7-231/+1
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functionsMike Frysinger1-1/+1
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-4/+0
2008-04-18ide: remove ide_default_io_ctl() macroBartlomiej Zolnierkiewicz1-4/+0
2008-04-17Generic semaphore implementationMatthew Wilcox2-187/+1
2008-04-02kvm: provide kvm.h for all architecture: fixes headers_installChristian Borntraeger1-0/+6
2008-03-05[Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0Mike Frysinger1-1/+1
2008-03-06[Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu1-2/+4
2008-02-02[Blackfin] serial driver: Add flow control support to bf54xSonic Zhang1-0/+3
2008-02-02[Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellSonic Zhang5-8/+5
2007-12-24[Blackfin] serial driver: rework break flood anomaly handling to be more robust/realistic about what we can actually work aroundMike Frysinger2-0/+6
2007-12-24[Blackfin] serial driver: fix bug - cache the bits of the LSR on systems where the LSR is read-to-clearMike Frysinger5-4/+73
2008-02-25[Blackfin] arch: add bfin_clear_PPIx_STATUS() helper funcs like we have for other partsMike Frysinger1-0/+2
2008-02-25[Blackfin] arch: make sure we have proper description/copyright/license linesMike Frysinger1-4/+3
2008-02-25[Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich1-1/+2
2008-02-25[Blackfin] arch: Cleanup abd Simplify:Michael Hennerich1-0/+2
2008-02-09Add pgtable_t to remaining nommu architecturesMartin Schwidefsky1-0/+1
2008-02-09[Blackfin] arch: import defines for BF547 -- it is just like the BF548, but no CANMike Frysinger3-1/+2116
2008-02-09[Blackfin] arch: Encourage users to use the spidev character driver: Provide platform supportMichael Hennerich1-38/+6
2008-02-02[Blackfin] arch: Enable UART2 and UART3 for bf548Sonic Zhang2-0/+12
2008-02-02[Blackfin] arch: remove duplicated definitions of the line discipline numbers N_* in asm-blackfin/termios.hTilman Schmidt1-18/+0
2008-02-02[Blackfin] arch: change the trace buffer control start/stop logic in the exception handlersMike Frysinger1-15/+20
2008-02-09[Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich3-6/+12
2008-02-09[Blackfin] arch: Merge BF561 support into ints-priorityMichael Hennerich1-0/+20
2008-02-02[Blackfin] arch: fix bug: redefinition warning when compile EZKIT548Bryan Wu1-2/+2
2008-02-08asm-*/posix_types.h: scrub __GLIBC__Mike Frysinger1-6/+2
2008-02-08aout: move STACK_TOP[_MAX] to asm/processor.hDavid Howells2-6/+4
2008-02-07Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchgMathieu Desnoyers1-46/+11
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin1-1/+1
2008-02-07Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer neededKirill A. Shutemov2-5/+0
2008-02-06remove mm_{ptov,vtop}()Adrian Bunk1-2/+0
2008-01-31[NET]: Introducing socket mark socket option.Laszlo Attila Toth1-0/+3
2008-01-27[Blackfin] arch: remove old I2C BF54x porting.Bryan Wu1-33/+0
2008-01-27[Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile without it.Bernd Schmidt1-1/+2
2008-01-22[Blackfin] arch: GPIO API cleanup and anomaly updateMichael Hennerich1-36/+36