| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-04-24 | [Blackfin] arch: add implicit icplb for the bootrom so we can use the utility functions in the kernel |  Mike Frysinger | 1 | -2/+8 |
| 2008-04-24 | [Blackfin] arch: Adjust the u-boot and kernel image partition size in mtd device. |  Grace Pan | 3 | -3/+3 |
| 2008-04-24 | [Blackfin] arch: use the same style for missing L1 sections |  Mike Frysinger | 1 | -27/+20 |
| 2008-04-24 | [Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow check |  Mike Frysinger | 1 | -11/+1 |
| 2008-04-24 | [Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernel |  Sonic Zhang | 2 | -3/+8 |
| 2008-04-24 | [Blackfin] arch: Add a little bit more runtime info for MPU |  Robin Getz | 1 | -2/+6 |
| 2008-04-24 | [Blackfin] arch: make the mask explicit rather than writing a negative number in hex |  Mike Frysinger | 1 | -1/+1 |
| 2008-04-24 | [Blackfin] arch: cplb-mpu code clean up |  Mike Frysinger | 2 | -9/+5 |
| 2008-04-24 | [Blackfin] arch: Give the DMA base registers a more descriptive name |  Bernd Schmidt | 6 | -11/+11 |
| 2008-04-24 | [Blackfin] arch: Consistently export base_addr for all Blackfin variants. |  Bernd Schmidt | 5 | -1/+13 |
| 2008-04-24 | [Blackfin] arch: Allow AD1836A board to be connected, either to SPORT2 or SPORT3. |  Bernd Schmidt | 1 | -0/+18 |
| 2008-04-24 | [Blackfin] arch: actually implement get_cycles function |  Mike Frysinger | 1 | -3/+2 |
| 2008-04-24 | [Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settings |  Mike Frysinger | 2 | -0/+4 |
| 2008-04-24 | [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files |  Mike Frysinger | 6 | -90/+1 |
| 2008-04-24 | [Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin header |  Mike Frysinger | 1 | -3/+1 |
| 2008-04-24 | [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array |  Mike Frysinger | 1 | -2/+2 |
| 2008-04-24 | [Blackfin] arch: merge ip0x-specific board changes |  Mike Frysinger | 5 | -1/+1542 |
| 2008-04-24 | [Blackfin] arch: USB header files are now located under linux/usb/. |  Peter Korsgaard | 1 | -2/+2 |
| 2008-04-24 | [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. |  Graf Yang | 4 | -32/+32 |
| 2008-04-24 | [Blackfin] arch: Apply Bluetechnix vendor patch |  Michael Hennerich | 4 | -3/+631 |
| 2008-04-24 | [Blackfin] arch: This allows XIP to work with FD-PIC. |  Bernd Schmidt | 1 | -0/+6 |
| 2008-04-24 | [Blackfin] arch: support the reserved memory region in the MPU code |  Bernd Schmidt | 1 | -22/+40 |
| 2008-04-24 | [Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548 |  Bernd Schmidt | 1 | -1/+1 |
| 2008-04-24 | [Blackfin] arch: a rather old performance improvement for the signal handling code |  Bernd Schmidt | 1 | -16/+4 |
| 2008-04-24 | [Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin EMAC driver |  Mike Frysinger | 1 | -12/+0 |
| 2008-04-23 | [Blackfin] arch: LARGE_ALLOCS was dropped along the way ... bring Blackfin in line |  Mike Frysinger | 1 | -8/+0 |
| 2008-04-23 | [Blackfin] arch: we no longer use BFIN_{SINGLE,DUAL}_CORE in our source |  Mike Frysinger | 1 | -10/+0 |
| 2008-04-24 | [Blackfin] arch: boards and machines defconfig updates |  Bryan Wu | 14 | -190/+2743 |
| 2008-04-23 | [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ |  Harvey Harrison | 21 | -28/+28 |
| 2008-04-23 | [Blackfin] arch: fix bug - make sure we check the right L1 length |  Meihui Fan | 1 | -1/+1 |
| 2008-04-23 | [Blackfin] arch: add support for the rest of the gptimers on the BF54x |  Meihui Fan | 1 | -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 Frysinger | 2 | -11/+23 |
| 2008-04-23 | [Blackfin] arch: MEM_ADD_WIDTH only gets used when reprogramming clocks, so dont bother exposing it in the menu normally |  Mike Frysinger | 1 | -12/+12 |
| 2008-04-23 | [Blackfin] arch: update reboot code to match latest info (really just copy from u-boot) |  Mike Frysinger | 1 | -29/+40 |
| 2008-04-23 | [Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area. |  Bernd Schmidt | 1 | -17/+25 |
| 2008-04-23 | [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. |  Bernd Schmidt | 1 | -1/+6 |
| 2008-04-23 | [Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree. |  Bernd Schmidt | 2 | -3/+3 |
| 2008-03-26 | [Blackfin] arch: fix bug - grab locks when not atomic |  Robin Getz | 1 | -4/+4 |
| 2008-03-26 | [Blackfin] arch: fix bug - when we crash, current is not valid |  Robin Getz | 1 | -13/+22 |
| 2008-03-26 | [Blackfin] arch: add i2c board info struct and move to new-style i2c interface |  Bryan Wu | 3 | -0/+99 |
| 2008-03-26 | [Blackfin] arch: fix up gpio code style -- no functional changes |  Mike Frysinger | 1 | -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 printk |  Mike Frysinger | 1 | -7/+7 |
| 2008-03-26 | [Blackfin] arch: conditionally enable flash resources since it requests the async memory bank |  Mike Frysinger | 4 | -0/+20 |
| 2008-03-26 | [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. |  Yi Li | 1 | -7/+45 |
| 2008-03-26 | [Blackfin] arch: remove NOTES from linker script |  Bernd Schmidt | 1 | -2/+0 |
| 2008-03-26 | [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes Joordens |  Mike Frysinger | 1 | -0/+26 |
| 2008-03-07 | [Blackfin] arch: declare CHECKFLAGS to make sparse output more readable |  Mike Frysinger | 1 | -0/+5 |
| 2008-03-07 | [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions |  Mike Frysinger | 5 | -16/+19 |
| 2008-02-29 | [Blackfin] arch: turn generic time on by default |  Mike Frysinger | 12 | -12/+12 |
| 2008-02-29 | [Blackfin] arch: add board bluetechnix kernel defconfigs to kernel |  Mike Frysinger | 4 | -0/+3778 |