index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...
Russell King
2009-04-15
1
-1
/
+1
|
\
|
*
[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c
Daniel Ribeiro
2009-04-13
1
-1
/
+1
*
|
spi: spi_write_then_read() bugfixes
David Brownell
2009-04-13
1
-8
/
+14
|
/
*
spi_imx: set spi_master.dma_alignment = 4
Mike Rapoport
2009-04-07
1
-0
/
+2
*
pxa2xx_spi: set spi_master.dma_alignment = 8
Mike Rapoport
2009-04-07
1
-0
/
+2
*
spi_bfin5xx: remove unused IS_DMA_ALIGNED macro
Mike Rapoport
2009-04-07
1
-2
/
+0
*
spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases
Eric Miao
2009-04-07
1
-18
/
+78
*
spi: limit reaches -1, tested 0
Roel Kluin
2009-04-07
1
-1
/
+2
*
Blackfin SPI Driver: Make mmc_spi driver work on Blackfin
Wolfgang Muees
2009-04-07
1
-142
/
+108
*
Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support
Michael Hennerich
2009-04-07
1
-8
/
+32
*
Blackfin SPI Driver: fix NULL pointer crash
Mike Frysinger
2009-04-07
1
-0
/
+3
*
Blackfin SPI Driver: use bfin_spi_ prefix on all functions
Mike Frysinger
2009-04-07
1
-111
/
+112
*
Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change
Yi Li
2009-04-07
1
-9
/
+8
*
Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert...
Yi Li
2009-04-07
1
-3
/
+2
*
Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x
Mike Frysinger
2009-04-07
1
-1
/
+2
*
Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler
Mike Frysinger
2009-04-07
1
-1
/
+11
*
Blackfin SPI Driver: get dma working for SPI flashes
Mike Frysinger
2009-04-07
1
-10
/
+16
*
Blackfin SPI Driver: SPI slave select code cleanup
Mike Frysinger
2009-04-07
1
-3
/
+1
*
Blackfin SPI Driver: use the properl BIT_CTL_xxx defines
Mike Frysinger
2009-04-07
1
-3
/
+3
*
Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any
Mike Frysinger
2009-04-07
1
-1
/
+1
*
Blackfin SPI Driver: add a few more DMA debug messages
Mike Frysinger
2009-04-07
1
-2
/
+10
*
Blackfin SPI Driver: drop bogus cast and touchup dma label
Mike Frysinger
2009-04-07
1
-2
/
+2
*
Blackfin SPI Driver: unify duplicated code in dma read/write paths
Mike Frysinger
2009-04-07
1
-26
/
+21
*
Blackfin SPI Driver: pass DMA overflow error to the higher level
Mike Frysinger
2009-04-07
1
-5
/
+11
*
Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes ...
Mike Frysinger
2009-04-07
1
-3
/
+3
*
Blackfin SPI Driver: remove useless <asm/cplbinit.h>
Mike Frysinger
2009-04-07
1
-3
/
+0
*
Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation
Michael Hennerich
2009-04-07
1
-0
/
+3
*
Blackfin SPI Driver: ensure cache coherency before doing DMA
Vitja Makarov
2009-04-07
1
-3
/
+20
*
spi-gpio: allow operation without CS signal
Michael Buesch
2009-04-02
1
-8
/
+13
*
spi_mpc83xx: add OF platform driver bindings
Anton Vorontsov
2009-04-01
1
-36
/
+294
*
spi_mpc83xx: rework chip selects handling
Anton Vorontsov
2009-04-01
1
-13
/
+7
*
spi_mpc83xx: fix sparse warnings
Anton Vorontsov
2009-04-01
1
-7
/
+9
*
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-03-30
11
-31
/
+32
|
\
|
*
Merge branch 'origin' into devel
Russell King
2009-03-28
11
-23
/
+25
|
|
\
|
|
*
spi: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-03-24
11
-23
/
+25
|
*
|
Merge branch 'omap-clks3' into devel
Russell King
2009-03-19
2
-6
/
+7
|
|
\
\
|
|
*
|
[ARM] omap: spi: arrange for omap_uwire to use connection ID
Russell King
2009-02-08
1
-4
/
+5
|
|
*
|
[ARM] omap: mcspi: new short connection id names
Russell King
2009-02-08
1
-2
/
+2
|
*
|
|
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel
Russell King
2009-03-13
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
[ARM] pxa: move DMA registers definitions into <mach/dma.h>
Eric Miao
2009-03-09
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
powerpc/virtex/spi: Xilinx SPI driver not releasing memory
John Linn
2009-03-11
1
-2
/
+7
|
|
/
|
/
|
*
|
spi-gpio: sanitize MISO bitvalue
Michael Buesch
2009-02-18
1
-1
/
+1
|
/
*
spi: Move at25 (for SPI eeproms) to /drivers/misc/eeprom
Wolfram Sang
2009-01-26
3
-401
/
+0
*
atmel_spi: allow transfer when max_speed_hz = 0
Stanislaw Gruszka
2009-01-15
1
-2
/
+1
*
Xilinx: SPI: updated driver for device tree
John Linn
2009-01-09
1
-56
/
+81
*
hwmon: (lm70) Code streamlining and cleanup
Kaiwan N Billimoria
2009-01-07
1
-21
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2009-01-06
4
-14
/
+12
|
\
|
*
spi: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
4
-14
/
+12
*
|
drivers/spi: move a dereference below a NULL test
Julia Lawall
2009-01-06
1
-1
/
+2
*
|
spi: use generic gpio calls in spi_s3c24xx_gpio
Ben Dooks
2009-01-06
1
-9
/
+29
[next]