index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-08
Blackfin arch: Not call generic set_irq_handler() in bfin_gpio_irq_type() due to spinlock recursion
Graf Yang
1
-4
/
+12
2008-10-08
Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception context
Robin Getz
5
-3
/
+215
2008-10-08
Blackfin arch: fix merge errors during 2.6.26 upgrade
Mike Frysinger
1
-10
/
+8
2008-10-08
Blackfin arch: Modify some funtion names to more genernal ones
Graf Yang
5
-8
/
+8
2008-10-08
Blackfin arch: rename blackfin_sram.c to sram-alloc.c
Robin Getz
2
-15
/
+18
2008-10-08
Blackfin arch: add a meaningful name for each irqchip
Graf Yang
1
-0
/
+5
2008-10-08
Blackfin arch: add CONFIG_APP_STACKS_L1 to enable or disable putting kernel stacks in L1
Graf Yang
2
-37
/
+51
2008-10-08
Blackfin arch: Make sure we protect except 2 properly, and print out memory properly
Robin Getz
1
-1
/
+2
2008-10-08
Blackfin arch: mark local gpio_error() as static
Mike Frysinger
1
-1
/
+1
2008-10-08
Blackfin arch: fix bug - sometimes there is no response to the hitting key in uboot for bf561-ezkit when running with 50mhz SCLK
Mike Frysinger
1
-3
/
+3
2008-10-08
Blackfin arch: Better error handling of unknown exceptions
Robin Getz
2
-15
/
+33
2008-10-08
Blackfin arch: add BF54x / BF52x Rotary Input device driver platform resource to board file
Michael Hennerich
4
-0
/
+102
2008-10-13
Blackfin arch: add supporting for kgdb
Sonic Zhang
7
-194
/
+605
2008-10-07
Blackfin arch: fixing bug - under IRQ stress, running applications may wrongly trigger an ICPLB miss and be killed
Bernd Schmidt
1
-2
/
+12
2008-10-08
Blackfin arch: add supporting for double fault debug handling
Robin Getz
5
-71
/
+250
2008-10-13
Blackfin arch: only include asm/cplb.h when it is truly used
Mike Frysinger
6
-12
/
+7
2008-10-07
Blackfin arch: add note about newer ezkits using PB4 for AD7877 instead of PJ11
Mike Frysinger
1
-1
/
+1
2008-10-13
Blackfin arch: Add new board support for ADZS-BF526-EZ-BRD
Michael Hennerich
5
-3
/
+2177
2008-09-22
Blackfin arch: add dma mapping stub for musb driver port
Bryan Wu
1
-0
/
+11
2008-10-08
Blackfin arch: use new platform data interface of musb to replace old one
Bryan Wu
4
-12
/
+44
2008-09-06
Remove asm/a.out.h files for all architectures without a.out support.
Adrian Bunk
1
-19
/
+0
2008-08-28
Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWE
Michael Hennerich
2
-98
/
+89
2008-08-28
Blackfin arch: sram: use 'unsigned long' for irqflags
Vegard Nossum
1
-11
/
+11
2008-08-27
Blackfin arch: let PCI depend on BROKEN
Adrian Bunk
1
-0
/
+1
2008-08-27
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Bryan Wu
210
-42
/
+55334
2008-08-25
Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then reboot the board.
Sonic Zhang
1
-1
/
+1
2008-08-25
Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demuxing
Mike Frysinger
1
-1
/
+1
2008-08-25
Blackfin arch: Add MTD Partitions for MTD_DATAFLASH, increase max SPI SCLK
Michael Hennerich
1
-1
/
+26
2008-08-14
Blackfin arch: hook up some missing new system calls
Bryan Wu
1
-0
/
+6
2008-08-14
Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it
Mike Frysinger
6
-183
/
+0
2008-08-14
Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that early
Mike Frysinger
3
-18
/
+5
2008-08-14
Blackfin arch: use %pF when printing out the double fault address so we get symbol names
Mike Frysinger
1
-1
/
+1
2008-08-14
Blackfin arch: add support for the BlackStamp board
Benjamin Matthews
5
-3
/
+1606
2008-08-14
Blackfin arch: Allow ins functions to have a low latency version
Robin Getz
2
-0
/
+136
2008-08-14
Blackfin arch: Print out doublefault addresses, so debug can occur
Robin Getz
2
-1
/
+12
2008-08-14
Blackfin arch: mark some functions as __init as they are only called from __init functions
Mike Frysinger
7
-9
/
+9
2008-08-14
Blackfin arch: cleanup cache lock code
Mike Frysinger
3
-16
/
+34
2008-08-13
Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabled in SIC_IWR1.
Michael Hennerich
2
-0
/
+18
2008-08-06
Blackfin arch: Fix bug - when expanding the trace buffer, it does not print out the decoded instruction.
Robin Getz
1
-35
/
+53
2008-08-06
Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling
Michael Hennerich
7
-92
/
+8
2008-08-13
Blackfin arch: delete unused cache functions
Mike Frysinger
1
-115
/
+0
2008-08-13
Blackfin arch: convert L2 defines to be the same as the L1 defines
Mike Frysinger
5
-25
/
+19
2008-08-06
Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over time
Mike Frysinger
6
-649
/
+146
2008-08-06
Blackfin arch: add asm/thread_info.h for THREAD_SIZE define
Mike Frysinger
1
-0
/
+1
2008-08-06
Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.S
Mike Frysinger
6
-130
/
+10
2008-08-06
Blackfin arch: make sure the BSS and kernel load address are 4 byte aligned
Mike Frysinger
2
-0
/
+10
2008-08-06
Blackfin arch: unify the duplicated _real_start functions
Mike Frysinger
7
-354
/
+77
2008-08-06
Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon
Mike Frysinger
6
-170
/
+2
2008-08-05
Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging.
Sonic Zhang
1
-3
/
+5
2008-08-05
Blackfin arch: use symbolic IRQ_PF define rather than hardcoded
Mike Frysinger
3
-3
/
+3
[prev]
[next]