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
2019-05-14
include/: refactor headers to allow kthread.h inclusion in psi_types.h
Suren Baghdasaryan
1
-0
/
+1
2019-05-09
Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-6
/
+1
2019-05-07
Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+1
2019-05-07
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
Linus Torvalds
1
-1
/
+1
2019-05-07
Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
33
-702
/
+2824
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-05-02
Merge branch 'spi-5.2' into spi-next
Mark Brown
28
-550
/
+2582
2019-05-02
Merge branch 'spi-5.1' into spi-linus
Mark Brown
13
-152
/
+243
2019-05-02
spi: rspi: Fix handling of QSPI code when transmit and receive
Hoan Nguyen An
1
-43
/
+28
2019-05-02
spi: atmel-quadspi: fix crash while suspending
Claudiu Beznea
1
-2
/
+4
2019-05-02
spi: stm32: return the get_irq error
Fabien Dessenne
1
-2
/
+3
2019-05-02
spi: tegra114: fix PIO transfer
Sowjanya Komatineni
1
-2
/
+3
2019-05-02
spi: pxa2xx: fix SCR (divisor) calculation
Flavio Suligoi
1
-2
/
+6
2019-05-02
spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select
Serge Semin
1
-0
/
+5
2019-05-02
spi: ep93xx: Convert to use CS GPIO descriptors
Linus Walleij
1
-26
/
+6
2019-05-02
spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl
Naga Sureshkumar Relli
1
-4
/
+4
2019-05-02
spi: stm32-qspi: manage the get_irq error case
Fabien Dessenne
1
-0
/
+6
2019-05-02
spi/spi-bcm2835: Split transfers that exceed DLEN
Meghana Madhyastha
1
-28
/
+11
2019-05-02
spi: pxa2xx: Add support for Intel Comet Lake
Evan Green
1
-0
/
+4
2019-05-02
spi: Release spi_res after finalizing message
Noralf Trønnes
1
-2
/
+2
2019-05-02
spi: Remove warning in spi_split_transfers_maxsize()
Noralf Trønnes
1
-5
/
+0
2019-05-02
spi: Remove one needless transfer speed fall back case
Jarkko Nikula
1
-2
/
+0
2019-05-02
spi: pxa2xx: use a module softdep for dw_dmac
Flavio Suligoi
1
-0
/
+2
2019-04-08
spi: add a method for configuring CS timing
Sowjanya Komatineni
1
-0
/
+15
2019-04-08
spi: tegra114: add support for interrupt mask
Sowjanya Komatineni
1
-5
/
+48
2019-04-08
spi: tegra114: add 3 wire transfer mode support
Sowjanya Komatineni
1
-1
/
+6
2019-04-08
spi: tegra114: add dual mode support
Sowjanya Komatineni
1
-1
/
+7
2019-04-08
spi: gpio: Use devm_spi_register_master()
Andrey Smirnov
1
-15
/
+4
2019-04-08
spi: bitbang: Introduce spi_bitbang_init()
Andrey Smirnov
1
-27
/
+39
2019-04-08
spi: gpio: Make sure spi_master_put() is called in every error path
Andrey Smirnov
1
-7
/
+10
2019-04-08
spi: pxa2xxx: change "no DMA channels..." msg from debug to warning
Flavio Suligoi
1
-1
/
+1
2019-04-08
spi: fsl-lpspi: Clean up fsl_lpspi_probe
Axel Lin
1
-6
/
+5
2019-04-08
spi: fsl-lpspi: Fix build warning when !CONFIG_PM
Axel Lin
1
-0
/
+2
2019-04-08
spi: fsl-lpspi: Fix problematic dev_set_drvdata call
Axel Lin
1
-3
/
+8
2019-04-08
spi-mem: fix kernel-doc for spi_mem_dirmap_{read|write}()
Sergei Shtylyov
1
-2
/
+2
2019-04-08
spi: bcm2835aux: Fix build error without CONFIG_DEBUG_FS
YueHaibing
1
-1
/
+2
2019-04-08
spi: kill useless initializer in spi_register_controller()
Sergei Shtylyov
1
-1
/
+1
2019-04-05
spi: spi-mem: Add support for Zynq QSPI controller
Naga Sureshkumar Relli
3
-1
/
+771
2019-04-05
spi: gpio: Drop unused pdev field in struct spi_gpio
Andrey Smirnov
1
-3
/
+0
2019-04-05
spi: gpio: Drop mflags argument from spi_gpio_request()
Andrey Smirnov
1
-15
/
+13
2019-04-05
spi: Don't call spi_get_gpio_descs() before device name is set
Andrey Smirnov
1
-18
/
+19
2019-04-05
spi: gpio: Don't request CS GPIO in DT use-case
Andrey Smirnov
1
-75
/
+59
2019-04-05
spi: tegra114: set bus number based on id
Sowjanya Komatineni
1
-0
/
+4
2019-04-05
spi: tegra114: use unpacked mode for below 4 bytes
Sowjanya Komatineni
1
-1
/
+2
2019-04-05
spi: tegra114: set supported bits per word
Sowjanya Komatineni
1
-0
/
+1
2019-04-05
spi: tegra114: dump SPI registers during timeout
Sowjanya Komatineni
1
-0
/
+18
2019-04-05
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
7
-71
/
+173
2019-04-05
spi: tegra114: avoid reset call in atomic context
Sowjanya Komatineni
1
-4
/
+5
2019-04-05
spi: tegra114: de-assert CS before SPI mode change
Sowjanya Komatineni
1
-6
/
+16
2019-04-04
spi: sh-msiof: Convert to use GPIO descriptors
Geert Uytterhoeven
1
-16
/
+4
[next]