aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-25[Blackfin] arch: take DDR DEVWD into consideration as well for BF548Michael Hennerich1-6/+13
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt1-8/+7
2008-04-25[Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPUBernd Schmidt1-4/+0
2008-04-25[Blackfin] arch: fix bug - before assign new channel to the map register, need clear the bits first.Graf Yang1-2/+5
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang1-2/+2
2008-04-25[Blackfin] arch: BF54x memsizes are in mbits, not mbytesMike Frysinger1-4/+4
2008-04-25[Blackfin] arch: try to remove condition that causes double fault, by checking current before it gets dereferencedRobin Getz1-10/+24
2008-04-24[Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich1-28/+17
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger2-3/+52
2008-04-24[Blackfin] arch: add implicit icplb for the bootrom so we can use the utility functions in the kernelMike Frysinger1-2/+8
2008-04-24[Blackfin] arch: use the same style for missing L1 sectionsMike Frysinger1-27/+20
2008-04-24[Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow checkMike Frysinger1-11/+1
2008-04-24[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernelSonic Zhang2-3/+8
2008-04-24[Blackfin] arch: Add a little bit more runtime info for MPURobin Getz1-2/+6
2008-04-24[Blackfin] arch: cplb-mpu code clean upMike Frysinger2-9/+5
2008-04-24[Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt1-1/+1
2008-04-24[Blackfin] arch: actually implement get_cycles functionMike Frysinger1-3/+2
2008-04-24[Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settingsMike Frysinger2-0/+4
2008-04-24[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S filesMike Frysinger1-0/+1
2008-04-24[Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin headerMike Frysinger1-3/+1
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: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.Graf Yang1-8/+8
2008-04-24[Blackfin] arch: This allows XIP to work with FD-PIC.Bernd Schmidt1-0/+6
2008-04-24[Blackfin] arch: support the reserved memory region in the MPU codeBernd Schmidt1-23/+41
2008-04-24[Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548Bernd Schmidt1-1/+1
2008-04-24[Blackfin] arch: a rather old performance improvement for the signal handling codeBernd Schmidt1-16/+4
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2-6/+6
2008-04-23[Blackfin] arch: add support for the rest of the gptimers on the BF54xMeihui Fan1-8/+16
2008-04-23[Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used.Mike Frysinger2-11/+23
2008-04-23[Blackfin] arch: update reboot code to match latest info (really just copy from u-boot)Mike Frysinger1-29/+40
2008-04-23[Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area.Bernd Schmidt1-19/+27
2008-04-23[Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree.Bernd Schmidt2-3/+3
2008-03-26[Blackfin] arch: fix bug - grab locks when not atomicRobin Getz1-4/+4
2008-03-26[Blackfin] arch: fix bug - when we crash, current is not validRobin Getz1-14/+23
2008-03-26[Blackfin] arch: fix up gpio code style -- no functional changesMike Frysinger1-47/+39
2008-03-26[Blackfin] arch: dump the stack before printing out an error otherwise the stack dump is useless as it shows us tracing through printkMike Frysinger1-7/+7
2008-03-26[Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn.Yi Li1-7/+45
2008-03-26[Blackfin] arch: remove NOTES from linker scriptBernd Schmidt1-2/+0
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functionsMike Frysinger5-16/+19
2008-02-29[Blackfin] arch: initial generic time and clock sourcesVitja Makarov3-16/+229
2008-04-20[BLACKFIN] minor irq handler cleanupsJeff Garzik1-3/+2
2008-04-17Generic semaphore implementationMatthew Wilcox1-5/+0
2008-03-03[Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markingsMike Frysinger1-6/+6
2008-02-29[Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist for a part) so that any parts labeled for L1 instead get placed into external memory sectionsMike Frysinger1-7/+27
2008-02-25[Blackfin] arch: make sure we have proper description/copyright/license linesMike Frysinger1-4/+4
2008-02-25[Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need itMike Frysinger1-0/+1
2008-02-25[Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UART2/3.Sonic Zhang1-7/+8
2008-02-22[Blackfin] arch: add fixed code to the memory map outputMike Frysinger1-1/+3
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-7/+5
2008-02-13xtime_lock vs update_process_timesPeter Zijlstra1-3/+5