aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Remove the macro get_personalityWANG Cong1-1/+1
2008-04-25[Blackfin] arch: add include/boot .gitignore filesMike Frysinger1-0/+1
2008-04-25[Blackfin] arch: Functional power management support: Add support for cpu frequency scalingMichael Hennerich4-19/+227
2008-04-25[Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling driversMichael Hennerich8-645/+0
2008-04-25[Blackfin] arch: Add a warning about the value of CLKIN.Sonic Zhang1-1/+3
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 Schmidt3-98/+40
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 Yang16-2/+431
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: Add platform support for MTD DATAFLASHMichael Hennerich1-1/+20
2008-04-25[Blackfin] arch: reorganize some of the board-customization options so that similar things are together and only available as neededMike Frysinger1-33/+30
2008-04-24[Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich2-67/+30
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger4-17/+67
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: Adjust the u-boot and kernel image partition size in mtd device.Grace Pan3-3/+3
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: make the mask explicit rather than writing a negative number in hexMike Frysinger1-1/+1
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 Schmidt6-11/+11
2008-04-24[Blackfin] arch: Consistently export base_addr for all Blackfin variants.Bernd Schmidt5-1/+13
2008-04-24[Blackfin] arch: Allow AD1836A board to be connected, either to SPORT2 or SPORT3.Bernd Schmidt1-0/+18
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 Frysinger6-90/+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: merge ip0x-specific board changesMike Frysinger5-1/+1542
2008-04-24[Blackfin] arch: USB header files are now located under linux/usb/.Peter Korsgaard1-2/+2
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.Graf Yang4-32/+32
2008-04-24[Blackfin] arch: Apply Bluetechnix vendor patchMichael Hennerich4-3/+631
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-24[Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin EMAC driverMike Frysinger1-12/+0
2008-04-23[Blackfin] arch: LARGE_ALLOCS was dropped along the way ... bring Blackfin in lineMike Frysinger1-8/+0
2008-04-23[Blackfin] arch: we no longer use BFIN_{SINGLE,DUAL}_CORE in our sourceMike Frysinger1-10/+0
2008-04-24[Blackfin] arch: boards and machines defconfig updatesBryan Wu14-190/+2743
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison21-28/+28
2008-04-23[Blackfin] arch: fix bug - make sure we check the right L1 lengthMeihui Fan1-1/+1
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: MEM_ADD_WIDTH only gets used when reprogramming clocks, so dont bother exposing it in the menu normallyMike Frysinger1-12/+12
2008-04-23[Blackfin] arch: update reboot code to match latest info (really just copy from u-boot)Mike Frysinger1-29/+40