index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-15
spi: tegra114: add support for hw based cs
Sowjanya Komatineni
1
-12
/
+27
2019-05-15
spi: tegra114: add support for gpio based CS
Sowjanya Komatineni
1
-0
/
+13
2019-05-14
include/: refactor headers to allow kthread.h inclusion in psi_types.h
Suren Baghdasaryan
1
-0
/
+1
2019-05-13
spi: bcm2835: only split transfers that exceed DLEN if DMA available
Nicolas Saenz Julienne
1
-9
/
+11
2019-05-13
spi: Allow selecting BCM2835 SPI controllers on ARCH_BRCMSTB
Florian Fainelli
1
-2
/
+2
2019-05-13
spi: bcm2835: Remove spi_alloc_master() error printing
Hoan Nguyen An
1
-3
/
+1
2019-05-13
spi: bcm2835aux: Remove spi_alloc_master() error printing
Hoan Nguyen An
1
-3
/
+1
2019-05-13
spi: core: allow reporting the effectivly used speed_hz for a transfer
Martin Sperl
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-09
spi: Fix Raspberry Pi breakage
Mark Brown
1
-2
/
+2
2019-05-08
spi: rockchip: turn down tx dma bursts
Emil Renner Berthing
1
-2
/
+2
2019-05-08
spi: core: allow defining time that cs is deasserted as a multiple of SCK
Martin Sperl
1
-0
/
+8
2019-05-08
spi: core: allow defining time that cs is deasserted
Martin Sperl
1
-10
/
+49
2019-05-08
spi: bcm2835: add driver stats to debugfs
Martin Sperl
1
-0
/
+74
2019-05-08
spi: bcm2835: make the polling duration limits configurable
Martin Sperl
1
-8
/
+14
2019-05-08
spi: bcm2835: added comment about different bus behaviour of DMA mode
Martin Sperl
1
-1
/
+4
2019-05-08
spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc
Martin Sperl
1
-9
/
+9
2019-05-08
spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument
Martin Sperl
1
-4
/
+2
2019-05-08
spi: at91-usart: add DMA support
Radu Pirea
1
-2
/
+219
2019-05-08
spi: ep93xx: Drop unused variable
Linus Walleij
1
-1
/
+0
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-29
spi: zynqmp: Fix build break
Olof Johansson
1
-0
/
+1
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
[prev]
[next]