index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
spi: davinci: remove unused members of davinci_spi_slave
Brian Niebuhr
2010-11-18
1
-5
/
+0
|
|
*
|
spi: davinci: add support for wait enable timeouts
Brian Niebuhr
2010-11-18
2
-9
/
+29
|
|
*
|
spi: davinci: setup chip-select timers values only if timer enabled
Brian Niebuhr
2010-11-18
1
-17
/
+4
|
|
*
|
spi: davinci: consolidate setup of SPIFMTn in one function
Brian Niebuhr
2010-11-18
1
-105
/
+49
|
|
*
|
spi: davinci: make chip-slect specific parameters really chip-select specific
Brian Niebuhr
2010-11-18
4
-41
/
+45
|
|
*
|
spi: davinci: remove 'wait_enable' platform data member
Brian Niebuhr
2010-11-18
2
-2
/
+1
|
|
*
|
spi: davinci: simplify prescalar calculation
Brian Niebuhr
2010-11-18
1
-22
/
+31
|
|
*
|
spi: davinci: enable GPIO lines to be used as chip selects
Brian Niebuhr
2010-11-18
2
-7
/
+35
|
|
*
|
spi: davinci: remove unnecessary data transmit on CS disable
Brian Niebuhr
2010-11-18
1
-12
/
+8
|
|
*
|
spi: davinci: enable both activation and deactivation of chip-selects
Brian Niebuhr
2010-11-18
4
-38
/
+18
|
|
*
|
spi: davinci: set chip-select mode in SPIDEF only once
Brian Niebuhr
2010-11-18
1
-2
/
+2
|
|
*
|
spi: davinci: remove unnecessary typecast
Sekhar Nori
2010-11-18
1
-2
/
+1
|
|
*
|
spi: davinci: removed unused #defines
Sekhar Nori
2010-11-18
1
-31
/
+2
|
|
*
|
spi: davinci: remove unused variable 'pdata'
Brian Niebuhr
2010-11-18
1
-8
/
+0
|
|
*
|
spi: davinci: whitespace cleanup
Brian Niebuhr
2010-11-18
1
-12
/
+10
|
|
*
|
spi: davinci: fix checkpatch errors
Brian Niebuhr
2010-11-18
1
-1
/
+1
|
*
|
|
spi/mpc52xx-psc-spi: move probe/remove to proper sections
Wolfram Sang
2010-12-24
1
-20
/
+15
|
*
|
|
spi/dw_spi: add DMA support
Feng Tang
2010-12-24
6
-24
/
+283
|
*
|
|
spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIs
Feng Tang
2010-12-24
1
-4
/
+4
|
*
|
|
spi/dw_spi: Fix too short timeout in spi polling loop
Feng Tang
2010-12-24
1
-3
/
+6
|
*
|
|
spi/pl022: convert running variable
Linus Walleij
2010-12-23
1
-14
/
+10
|
*
|
|
spi/pl022: convert busy flag to a bool
Linus Walleij
2010-12-23
1
-4
/
+4
|
*
|
|
spi/pl022: pass the returned sglen to the DMA engine
Linus Walleij
2010-12-23
1
-7
/
+7
|
*
|
|
spi/pl022: map the buffers on the DMA engine
Linus Walleij
2010-12-23
1
-6
/
+6
|
*
|
|
spi/topcliff_pch: Fix data transfer issue
Tomoya MORINAGA
2010-12-23
1
-4
/
+4
|
*
|
|
spi/imx: remove autodetection
Uwe Kleine-König
2010-12-23
1
-28
/
+2
|
*
|
|
Merge commit 'v2.6.37-rc7' into spi/next
Grant Likely
2010-12-22
1739
-14852
/
+31773
|
|
\
\
\
|
*
|
|
|
drivers/spi: Remove unnecessary semicolons
Joe Perches
2010-11-14
2
-2
/
+2
|
*
|
|
|
spi/xilinx: merge OF support code into main driver
Grant Likely
2010-11-09
5
-175
/
+45
|
*
|
|
|
spi/xilinx: fold platform_driver support into main body
Grant Likely
2010-11-09
4
-118
/
+73
|
*
|
|
|
spi/xilinx: Eliminate pdata references from common code.
Grant Likely
2010-11-09
4
-25
/
+12
*
|
|
|
|
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-01-07
62
-275
/
+703
|
\
\
\
\
\
|
*
|
|
|
|
gameport: use this_cpu_read instead of lookup
Christoph Lameter
2011-01-04
1
-1
/
+1
|
*
|
|
|
|
x86: udelay: Use this_cpu_read to avoid address calculation
Christoph Lameter
2011-01-04
1
-1
/
+1
|
*
|
|
|
|
x86: Use this_cpu_inc_return for nmi counter
Tejun Heo
2010-12-30
1
-2
/
+1
|
*
|
|
|
|
x86: Replace uses of current_cpu_data with this_cpu ops
Tejun Heo
2010-12-30
11
-29
/
+28
|
*
|
|
|
|
x86: Use this_cpu_ops to optimize code
Tejun Heo
2010-12-30
16
-62
/
+57
|
*
|
|
|
|
vmstat: User per cpu atomics to avoid interrupt disable / enable
Christoph Lameter
2010-12-18
1
-14
/
+87
|
*
|
|
|
|
irq_work: Use per cpu atomics instead of regular atomics
Christoph Lameter
2010-12-18
1
-9
/
+9
|
*
|
|
|
|
Merge branch 'this_cpu_ops' into for-2.6.38
Tejun Heo
2010-12-18
3
-68
/
+316
|
|
\
\
\
\
\
|
|
*
|
|
|
|
cpuops: Use cmpxchg for xchg to avoid lock semantics
Christoph Lameter
2010-12-18
1
-6
/
+15
|
|
*
|
|
|
|
x86: this_cpu_cmpxchg and this_cpu_xchg operations
Christoph Lameter
2010-12-18
2
-1
/
+109
|
|
*
|
|
|
|
percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg support
Christoph Lameter
2010-12-18
1
-1
/
+133
|
|
*
|
|
|
|
percpu,x86: relocate this_cpu_add_return() and friends
Tejun Heo
2010-12-17
2
-66
/
+65
|
*
|
|
|
|
|
connector: Use this_cpu operations
Christoph Lameter
2010-12-17
1
-2
/
+3
|
*
|
|
|
|
|
xen: Use this_cpu_inc_return
Christoph Lameter
2010-12-17
1
-1
/
+1
|
*
|
|
|
|
|
taskstats: Use this_cpu_ops
Christoph Lameter
2010-12-17
1
-3
/
+2
|
*
|
|
|
|
|
random: Use this_cpu_inc_return
Christoph Lameter
2010-12-17
1
-1
/
+1
|
*
|
|
|
|
|
fs: Use this_cpu_inc_return in buffer.c
Christoph Lameter
2010-12-17
1
-1
/
+1
|
*
|
|
|
|
|
highmem: Use this_cpu_xx_return() operations
Christoph Lameter
2010-12-17
1
-5
/
+8
[prev]
[next]