index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-26
spi/rockchip: Round up clock rate divisor to err on the safe side
Julius Werner
1
-1
/
+1
2015-03-25
spi: of: do explicitly request modules for of-registered devices
Dmitry Torokhov
1
-2
/
+0
2015-03-25
spi: dw: fix crash on setup stage
Andy Shevchenko
1
-1
/
+1
2015-03-25
spi: pxa2xx: replace ugly table by approximation
Andy Shevchenko
1
-62
/
+114
2015-03-24
Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/queue' and 'spi/fix/qup...
Mark Brown
3
-8
/
+12
2015-03-24
spi: pxa2xx: shift clk_div in one place
Andy Shevchenko
1
-5
/
+5
2015-03-23
spi: spidev: fix possible arithmetic overflow for multi-transfer message
Ian Abbott
1
-2
/
+3
2015-03-23
spi: bcm2835: enable support of 3-wire mode
Martin Sperl
1
-1
/
+5
2015-03-23
spi: bcm2835: clock divider can be a multiple of 2
Martin Sperl
1
-2
/
+3
2015-03-23
spi: bcm2835: fill/drain SPI-fifo as much as possible during interrupt
Martin Sperl
1
-61
/
+17
2015-03-23
spi: omap-uwire: Remove needless include asm/irq.h
Jarkko Nikula
1
-1
/
+0
2015-03-23
spi: pxa2xx: Remove needless includes
Jarkko Nikula
1
-4
/
+0
2015-03-22
spi: atmel: use endian agnostic IO
Ben Dooks
1
-1
/
+7
2015-03-20
spi: bcm2835: fix all checkpath --strict messages
Martin Sperl
1
-7
/
+11
2015-03-18
spi: trigger trace event for message-done before mesg->complete
Uwe Kleine-König
1
-2
/
+3
2015-03-17
spi: dw-spi: Convert 16bit accesses to 32bit accesses
Thor Thayer
3
-27
/
+17
2015-03-17
spi/omap100k: Convert to runtime PM
Mark Brown
1
-24
/
+77
2015-03-17
spi: constify of_device_id array
Fabian Frederick
3
-3
/
+3
2015-03-16
spi: Ensure that CS line is in non-active state after spi_setup()
Ivan T. Ivanov
1
-0
/
+2
2015-03-09
spi: dw-spi: Single Register read to clear IRQs
Thor Thayer
1
-3
/
+1
2015-03-09
spi: dw-mid: convert to use dw_dmac instead of intel_mid_dma
Andy Shevchenko
3
-29
/
+22
2015-03-09
spi: dw-mid: move to use core SPI DMA mappings
Andy Shevchenko
3
-66
/
+43
2015-03-09
spi: dw-mid: clear ongoing DMA transfers on timeout
Andy Shevchenko
3
-0
/
+17
2015-03-09
spi: dw-mid: take care of FIFO overrun/underrun when do DMA
Andy Shevchenko
1
-0
/
+21
2015-03-09
spi: dw-mid: split dma_setup() from dma_transfer()
Andy Shevchenko
3
-23
/
+21
2015-03-09
spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth
Andy Shevchenko
2
-6
/
+19
2015-03-09
Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Mark Brown
3
-6
/
+14
2015-03-09
spi: cadence: Remove Kconfig dependency
Michal Simek
1
-2
/
+1
2015-03-08
spi: Remove support for legacy PM
Lars-Peter Clausen
1
-114
/
+0
2015-03-07
spi: dw-mid: clear BUSY flag fist and test other one
Andy Shevchenko
1
-2
/
+4
2015-03-07
spi: qup: Add DMA capabilities
Andy Gross
1
-32
/
+304
2015-03-07
spi: qup: Fix cs-num DT property parsing
Ivan T. Ivanov
1
-4
/
+5
2015-03-06
Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/doc', 'spi/fix/dw', ...
Mark Brown
7
-11
/
+46
2015-03-06
spi: dw: move to SPI core message handling
Andy Shevchenko
3
-164
/
+49
2015-03-06
Merge branch 'topic/err' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+3
2015-03-06
spi: dw: program registers as soon as possible
Andy Shevchenko
1
-23
/
+15
2015-03-06
spi: dw: make sure SPI controller is enabled
Andy Shevchenko
2
-5
/
+14
2015-03-06
spi: pl022: Fix race in giveback() leading to driver lock-up
Alexander Sverdlin
1
-1
/
+1
2015-03-06
spi: pl022: Remove dead code
Alexander Sverdlin
1
-3
/
+1
2015-03-06
spi: pl022: Don't touch unspecified bits in interrupt mask
Alexander Sverdlin
1
-1
/
+6
2015-03-06
spi: pl022: Remove incorrect TxFIFO full reporting
Alexander Sverdlin
1
-3
/
+0
2015-03-06
spi/rockchip: do an error handling in proper time
Andy Shevchenko
1
-4
/
+11
2015-03-06
spi: introduce master->handle_err() callback
Andy Shevchenko
1
-0
/
+3
2015-03-06
spi: dw-mid: avoid potential NULL dereference
Andy Shevchenko
1
-0
/
+6
2015-03-03
spi: img-spfi: Remove udelay in soft reset
Sifan Naeem
1
-1
/
+0
2015-03-03
spi: img-spfi: Verify max spfi transfer length
Sifan Naeem
1
-0
/
+7
2015-03-03
spi: spi-imx: use correct enumeration type
Stefan Agner
1
-2
/
+2
2015-02-26
spi: atmel: Fix interrupt setup for PDC transfers
Torsten Fleischer
1
-6
/
+6
2015-02-26
spi: dw: revisit FIFO size detection again
Andy Shevchenko
1
-2
/
+2
2015-02-24
spi: dw: always reprogram CTRL0
Andy Shevchenko
1
-2
/
+1
[prev]
[next]