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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-29
spi: dw: Cleanup generic DW DMA code namings
Serge Semin
3
-48
/
+49
2020-05-29
spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI core
Serge Semin
1
-3
/
+6
2020-05-29
spi: dw: Remove DW DMA code dependency from DW_DMAC_PCI
Serge Semin
1
-1
/
+1
2020-05-29
spi: dw: Move Non-DMA code to the DW PCIe-SPI driver
Serge Semin
5
-69
/
+73
2020-05-29
spi: dw: Add core suffix to the DW APB SSI core source file
Serge Semin
2
-0
/
+1
2020-05-29
spi: dw: Fix Rx-only DMA transfers
Serge Semin
1
-0
/
+1
2020-05-29
spi: dw: Use DMA max burst to set the request thresholds
Serge Semin
2
-4
/
+35
2020-05-29
spi: dw: Parameterize the DMA Rx/Tx burst length
Serge Semin
1
-4
/
+6
2020-05-29
spi: dw: Add SPI Rx-done wait method to DMA-based transfer
Serge Semin
1
-1
/
+47
2020-05-29
spi: dw: Add SPI Tx-done wait method to DMA-based transfer
Serge Semin
1
-0
/
+34
2020-05-29
spi: dw: Locally wait for the DMA transfers completion
Serge Semin
2
-4
/
+42
2020-05-29
spi: dw: Return any value retrieved from the dma_transfer callback
Serge Semin
2
-6
/
+3
2020-05-29
spi: dw: Set xfer effective_speed_hz
Serge Semin
1
-0
/
+1
2020-05-28
Merge series "add ecspi ERR009165 for i.mx6/7 soc family" from Robin Gong <yi...
Mark Brown
1
-4
/
+27
2020-05-28
spi: tegra20-sflash: Fix runtime PM imbalance on error
Dinghao Liu
1
-0
/
+1
2020-05-28
spi: tegra20-slink: Fix runtime PM imbalance on error
Dinghao Liu
1
-0
/
+1
2020-05-28
spi: tegra114: Fix runtime PM imbalance on error
Dinghao Liu
1
-0
/
+1
2020-05-28
spi: imx: fallback to PIO if dma setup failure
Robin Gong
1
-4
/
+27
2020-05-26
spi: spi-fsl-lpspi: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+4
2020-05-26
spi: Remove note about transfer limit for spi_write_then_read()
Mark Brown
1
-2
/
+1
2020-05-25
spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coe...
dillon min
1
-1
/
+2
2020-05-25
spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
dillon min
1
-4
/
+15
2020-05-22
spi: Make spi_delay_exec() warn if called from atomic context
Mark Brown
1
-0
/
+2
2020-05-22
Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...
Mark Brown
3
-26
/
+21
2020-05-22
spi: rb4xx: add corresponding device tree documentation
Christopher Hill
2
-0
/
+38
2020-05-22
spi: rb4xx: update driver to be device tree aware
Christopher Hill
1
-0
/
+9
2020-05-22
spi: rb4xx: null pointer bug fix
Christopher Hill
1
-5
/
+5
2020-05-22
spi: dw: Discard dma_width member of the dw_spi structure
Serge Semin
3
-7
/
+5
2020-05-22
spi: dw: Discard unused void priv pointer
Serge Semin
1
-2
/
+0
2020-05-22
spi: dw: Discard static DW DMA slave structures
Serge Semin
2
-13
/
+8
2020-05-22
spi: dw: Enable interrupts in accordance with DMA xfer mode
Serge Semin
1
-4
/
+8
2020-05-20
spi: bcm2835: Tear down DMA before turning off SPI controller
Lukas Wunner
1
-2
/
+2
2020-05-20
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
3
-3
/
+8
2020-05-20
spi: bcm2835aux: Fix controller unregister order
Lukas Wunner
1
-1
/
+3
2020-05-20
spi: bcm2835: Fix controller unregister order
Lukas Wunner
1
-1
/
+3
2020-05-20
spi: Fix controller unregister order
Lukas Wunner
1
-1
/
+2
2020-05-19
spi: ti_qspi: fix unit address
Kangmin Park
1
-1
/
+1
2020-05-15
spi: dw: Add Tx/Rx DMA properties
Serge Semin
1
-0
/
+2
2020-05-15
Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...
Mark Brown
3
-2
/
+21
2020-05-15
spi: spi-rockchip: use num-cs property and ctlr->enable_gpiods
Chris Ruehl
1
-1
/
+8
2020-05-15
spi: spi-rockchip: add support for spi slave mode
Chris Ruehl
1
-6
/
+38
2020-05-15
spi: spi-rockchip: cleanup use struct spi_controller
Chris Ruehl
1
-91
/
+91
2020-05-15
spi: dw: Clear DMAC register when done or stopped
Serge Semin
1
-0
/
+8
2020-05-15
spi: dw: Initialize paddr in DW SPI MMIO private data
Serge Semin
1
-1
/
+4
2020-05-15
spi: dw: Fix native CS being unset
Serge Semin
1
-1
/
+9
2020-05-12
spi: dw: Drop duplicate error message when remap resource
Andy Shevchenko
1
-3
/
+1
2020-05-12
spi: Convert UniPhier SPI controller to json-schema
Kunihiko Hayashi
2
-28
/
+57
2020-05-11
spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabled
Jay Fang
1
-0
/
+2
2020-05-11
spi: sun6i: Add support for GPIO chip select lines
Alistair Francis
1
-0
/
+1
2020-05-11
spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify code
Kunihiko Hayashi
1
-2
/
+1
[next]