index
:
kernel_samsung_smdk4412.git
ath9k
master
migrate_3.2
qmi
replicant-6.0
replicant-6.0-old
upstreaming
kernel for Galaxy S3
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blackfin arch: update header to match new location
Graf Yang
2009-01-07
1
-2
/
+2
*
Blackfin arch: remove unused members of dma_channel struct
Mike Frysinger
2009-01-07
1
-3
/
+0
*
Blackfin arch: Update some inline assembly, tweak some register constraints
Robin Getz
2009-01-07
3
-5
/
+10
*
Blackfin arch: stub out pgprot_noncached() like other people seem to do on nommu
Mike Frysinger
2009-01-07
1
-0
/
+1
*
Blackfin arch: add __must_check markings to our user functions like other arches
Mike Frysinger
2009-01-07
1
-7
/
+8
*
Blackfin arch: dma code: cannot simply OR the ndsize
Mike Frysinger
2009-01-07
1
-1
/
+3
*
Blackfin arch: fix bug - crashes in tcp_v4_send_reset
Bernd Schmidt
2009-01-07
1
-1
/
+2
*
Blackfin arch: desc_ptr is a pointer, so declare it as such
Mike Frysinger
2009-01-07
1
-8
/
+8
*
Blackfin arch: move most dma functions into static inlines
Mike Frysinger
2009-01-07
1
-40
/
+116
*
Blackfin arch: dma header file: strip down includes to only necessary ones
Mike Frysinger
2009-01-07
1
-8
/
+3
*
Blackfin arch: drop irq_callback from struct dma_channel
Mike Frysinger
2009-01-07
1
-1
/
+0
*
Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_t
Mike Frysinger
2009-01-07
1
-4
/
+2
*
Blackfin arch: rewrite dma_memcpy() and dma in/out functions
Mike Frysinger
2009-01-07
1
-0
/
+1
*
Blackfin arch: cleanup - use scm for changelog, not file headers
Mike Frysinger
2009-01-07
1
-24
/
+3
*
Blackfin arch: Add basic irq stack checking for Blackfin
Robin Getz
2009-01-07
2
-0
/
+9
*
Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...
Mike Frysinger
2009-01-07
1
-1
/
+1
*
Blackfin arch: Use reads/writes instead of ins/outs directly
Sonic Zhang
2009-01-07
1
-6
/
+6
*
Blackfin arch: add const to some function prototype and struct dma_channel
Michael McTernan
2009-01-07
1
-2
/
+2
*
Blackfin arch: smp patch cleanup from LKML review
Graf Yang
2009-01-07
3
-2
/
+81
*
Blackfin arch: gpio.h split into machine subfolders like already done for BF54x
Michael Hennerich
2009-01-07
1
-262
/
+2
*
Blackfin arch: cleanup the header file comments
Mike Frysinger
2009-01-07
1
-19
/
+9
*
Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK option
Michael Hennerich
2009-01-07
1
-0
/
+362
*
Blackfin arch: Allow a gpio pin be requested both as gpio and irq.
Graf Yang
2009-01-07
1
-0
/
+2
*
Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Mike Frysinger
2009-01-07
1
-1
/
+0
*
Blackfin arch: only define HI/LO macros for assembly files
Mike Frysinger
2008-11-18
1
-5
/
+5
*
Blackfin arch: remove pointless define IN_KERNEL
Mike Frysinger
2008-11-18
1
-2
/
+0
*
Blackfin arch: define BASE_BAUD like everyone else
Mike Frysinger
2008-11-18
1
-0
/
+1
*
Blackfin arch: add mmiowb() as some drivers expect
Mike Frysinger
2008-11-18
1
-0
/
+2
*
Blackfin arch: rename cache_lock() to bfin_cache_lock()
Mike Frysinger
2008-11-18
1
-1
/
+1
*
Blackfin arch: use generic xor.h
Mike Frysinger
2008-11-18
1
-0
/
+1
*
Blackfin arch: rename irq_flags to bfin_irq_flags
Mike Frysinger
2008-11-18
2
-6
/
+6
*
Blackfin arch: move out irq related functions
Mike Frysinger
2008-11-18
3
-92
/
+94
*
Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses it
Mike Frysinger
2008-11-18
1
-2
/
+0
*
Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other arches
Mike Frysinger
2008-11-18
2
-2
/
+2
*
Blackfin arch: delete old comments and NO_IRQ define
Mike Frysinger
2008-11-18
1
-40
/
+1
*
Blackfin arch: Use GPIO_BANKSIZE macro to replace const number 16 for GPIO_BA...
Bryan Wu
2008-11-18
2
-2
/
+4
*
Blackfin arch: SMP supporting patchset: Blackfin CPLB related code
Graf Yang
2008-11-18
4
-34
/
+86
*
Blackfin arch: SMP supporting patchset: Blackfin header files and machine com...
Graf Yang
2009-01-07
18
-121
/
+829
*
Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...
Michael Hennerich
2008-11-18
1
-12
/
+67
*
Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...
Bryan Wu
2008-11-18
1
-0
/
+2
*
Blackfin arch: fixup get_user() macros
Mike Frysinger
2008-11-18
1
-43
/
+31
*
Blackfin arch: lookup channel2irq() only once
Michael Hennerich
2008-10-28
1
-0
/
+1
*
Blackfin arch: add support for Blackfin latest processor family BF51x
Bryan Wu
2008-11-18
1
-0
/
+51
*
Blackfin arch: BF538/9 Linux kernel Support
Michael Hennerich
2008-11-18
1
-0
/
+68
*
blackfin: introduce asm/swab.h
Harvey Harrison
2009-01-06
3
-42
/
+50
*
atomic_t: unify all arch definitions
Matthew Wilcox
2009-01-06
1
-3
/
+1
*
blackfin: define __fls
Rusty Russell
2009-01-01
1
-0
/
+1
*
Blackfin arch: fix a broken define in dma-mapping
Mike Frysinger
2008-11-18
1
-1
/
+5
*
Blackfin arch: don't copy bss when copying L1
Mike Frysinger
2008-10-27
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...
Linus Torvalds
2008-10-16
4
-23
/
+53
|
\
[next]