index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags
Linus Torvalds
2010-10-21
141
-1847
/
+2335
|
\
|
*
Fix IRQ flag handling naming
David Howells
2010-10-07
63
-1158
/
+1482
|
*
MIPS: Add missing #inclusions of <linux/irq.h>
David Howells
2010-10-07
45
-2
/
+45
|
*
smc91x: Add missing #inclusion of <linux/irq.h>
David Howells
2010-10-07
1
-0
/
+1
|
*
Drop a couple of unnecessary asm/system.h inclusions
David Howells
2010-10-07
2
-2
/
+0
|
*
SH: Add missing consts to sys_execve() declaration
David Howells
2010-10-07
1
-3
/
+4
|
*
Blackfin: Rename IRQ flags handling functions
David Howells
2010-10-07
19
-274
/
+284
|
*
Blackfin: Add missing dep to asm/irqflags.h
David Howells
2010-10-07
1
-1
/
+8
|
*
Blackfin: Rename DES PC2() symbol to avoid collision
David Howells
2010-10-07
1
-65
/
+65
|
*
Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own header
David Howells
2010-10-07
5
-47
/
+58
|
*
Blackfin: Split PLL code from mach-specific cdef headers
David Howells
2010-10-07
15
-344
/
+436
*
|
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-10-21
24
-1232
/
+3842
|
\
\
|
*
|
spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMA
Ilkka Koskinen
2010-10-20
1
-13
/
+26
|
*
|
spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO mode
Jason Wang
2010-10-20
1
-0
/
+6
|
*
|
Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...
Grant Likely
2010-10-18
184
-1413
/
+2071
|
|
\
\
|
|
*
|
spi/bfin_spi: namespace local structs
Mike Frysinger
2010-10-18
1
-58
/
+61
|
|
*
|
spi/bfin_spi: init early
Michael Hennerich
2010-10-18
1
-1
/
+1
|
|
*
|
spi/bfin_spi: check per-transfer bits_per_word
Bob Liu
2010-10-18
1
-1
/
+6
|
|
*
|
spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)
Barry Song
2010-10-18
1
-2
/
+7
|
|
*
|
spi/bfin_spi: cs should be always low when a new transfer begins
Rob Maris
2010-10-18
1
-2
/
+1
|
|
*
|
spi/bfin_spi: fix typo in comment
Rob Maris
2010-10-18
1
-1
/
+1
|
|
*
|
spi/bfin_spi: reject unsupported SPI modes
Mike Frysinger
2010-10-18
1
-0
/
+4
|
|
*
|
spi/bfin_spi: use dma_disable_irq_nosync() in irq handler
Barry Song
2010-10-18
1
-1
/
+1
|
|
*
|
spi/bfin_spi: combine duplicate SPI_CTL read/write logic
Mike Frysinger
2010-10-18
2
-90
/
+18
|
|
*
|
spi/bfin_spi: reset ctl_reg bits when setup is run again on a device
Mike Frysinger
2010-10-18
1
-3
/
+9
|
|
*
|
spi/bfin_spi: push all size checks into the transfer function
Mike Frysinger
2010-10-18
1
-43
/
+14
|
|
*
|
spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler
Yi Li
2010-10-18
1
-1
/
+1
|
|
*
|
spi/bfin_spi: sync hardware state before reprogramming everything
Barry Song
2010-10-18
1
-0
/
+2
|
|
*
|
spi/bfin_spi: save/restore state when suspending/resuming
Barry Song
2010-10-18
1
-4
/
+13
|
|
*
|
spi/bfin_spi: redo GPIO CS handling
Barry Song
2010-10-18
2
-20
/
+23
|
|
*
|
Blackfin: SPI: expand SPI bitmasks
Mike Frysinger
2010-10-18
1
-4
/
+7
|
|
*
|
spi/bfin_spi: use the SPI namespaced bit names
Mike Frysinger
2010-10-18
1
-10
/
+11
|
|
*
|
spi/bfin_spi: drop extra memory we don't need
Mike Frysinger
2010-10-18
1
-2
/
+2
|
|
*
|
spi/bfin_spi: convert struct names to something more logical
Mike Frysinger
2010-10-18
1
-50
/
+50
|
|
*
|
spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure
Mike Frysinger
2010-10-18
1
-26
/
+32
|
|
*
|
spi/bfin_spi: convert queue run state to true/false
Mike Frysinger
2010-10-18
1
-10
/
+8
|
|
*
|
spi/bfin_spi: fix up some unused/misleading comments
Mike Frysinger
2010-10-18
1
-6
/
+2
|
|
*
|
spi/bfin_spi: punt useless null read/write funcs
Mike Frysinger
2010-10-18
1
-42
/
+5
|
|
*
|
spi/bfin_spi: drop custom cs_change_per_word support
Mike Frysinger
2010-10-18
2
-137
/
+12
|
|
*
|
spi/bfin_spi: fix CS handling
Barry Song
2010-10-18
1
-6
/
+27
|
|
*
|
spi/bfin_spi: utilize the SPI interrupt in PIO mode
Yi Li
2010-10-18
1
-50
/
+185
|
|
*
|
spi/bfin_spi: force sane master-mode state at boot
Wolfgang Muees
2010-10-18
1
-0
/
+6
|
|
*
|
spi/bfin_spi: work around anomaly 05000119
Sonic Zhang
2010-10-18
1
-4
/
+0
|
|
*
|
spi/bfin_spi: fix resources leakage
Daniel Mack
2010-10-18
1
-45
/
+75
|
*
|
|
spi/atmel: typo in debug message
Matthias Brugger
2010-10-16
1
-1
/
+1
|
*
|
|
spi/fsl_spi: Fix compile errors when building on ppc64
Kumar Gala
2010-10-14
1
-0
/
+2
|
*
|
|
spi/atmel: let transfers through if not changing bits_per_word
Matthias Brugger
2010-10-14
1
-1
/
+13
|
*
|
|
spi/topcliff: Fix uninitialized variable defect
Grant Likely
2010-10-14
1
-1
/
+1
|
*
|
|
powerpc/of: add eSPI controller dts bindings and DTS modification
Mingkai Hu
2010-10-13
3
-8
/
+79
|
*
|
|
spi/fsl_spi: add eSPI controller support
Mingkai Hu
2010-10-13
4
-0
/
+761
[next]