index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
spi: s3c64xx: drop blank line between declarations
Tudor Ambarus
2024-02-08
1
-1
/
+2
|
|
*
|
spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
Tudor Ambarus
2024-02-08
1
-3
/
+3
|
|
*
|
spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
Tudor Ambarus
2024-02-08
1
-4
/
+4
|
|
*
|
spi: s3c64xx: propagate the dma_submit_error() error code
Tudor Ambarus
2024-02-08
1
-1
/
+1
|
|
*
|
spi: s3c64xx: check return code of dmaengine_slave_config()
Tudor Ambarus
2024-02-08
1
-1
/
+3
|
|
*
|
spi: s3c64xx: move common code outside if else
Tudor Ambarus
2024-02-08
1
-4
/
+2
|
|
*
|
spi: s3c64xx: remove else after return
Tudor Ambarus
2024-02-08
1
-4
/
+2
|
|
*
|
spi: s3c64xx: remove unneeded (void *) casts in of_match_table
Tudor Ambarus
2024-02-08
1
-9
/
+9
|
|
*
|
spi: s3c64xx: fix typo, s/configuartion/configuration
Tudor Ambarus
2024-02-08
1
-1
/
+1
|
|
*
|
spi: s3c64xx: avoid possible negative array index
Tudor Ambarus
2024-02-08
1
-0
/
+3
|
|
*
|
spi: s3c64xx: explicitly include <linux/types.h>
Tudor Ambarus
2024-02-08
1
-0
/
+1
|
|
*
|
spi: s3c64xx: explicitly include <linux/bits.h>
Tudor Ambarus
2024-02-08
1
-0
/
+1
|
|
*
|
spi: s3c64xx: explicitly include <linux/io.h>
Tudor Ambarus
2024-02-08
1
-0
/
+1
|
|
*
|
spi: s3c64xx: sort headers alphabetically
Tudor Ambarus
2024-02-08
1
-7
/
+6
|
*
|
|
spi: get rid of some legacy macros
Mark Brown
2024-02-08
27
-100
/
+109
|
|
\
\
\
|
|
*
|
|
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-1
/
+1
|
|
*
|
|
spi: fsl-lib: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-7
/
+7
|
|
*
|
|
spi: spidev: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-1
/
+1
|
|
*
|
|
spi: slave-mt27xx: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-1
/
+1
|
|
*
|
|
spi: loopback-test: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-2
/
+2
|
|
*
|
|
spi: geni-qcom: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-1
/
+1
|
|
*
|
|
spi: cavium: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
2
-4
/
+4
|
|
*
|
|
spi: cadence-quadspi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-1
/
+1
|
|
*
|
|
spi: cadence-quadspi: Don't emit error message on allocation error
Uwe Kleine-König
2024-02-08
1
-3
/
+2
|
|
*
|
|
spi: bitbang: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
12
-58
/
+58
|
*
|
|
|
spi: s3c64xx: add support for google,gs101-spi
Mark Brown
2024-02-08
1
-15
/
+70
|
|
\
\
\
\
|
|
*
|
|
|
spi: s3c64xx: add support for google,gs101-spi
Tudor Ambarus
2024-02-08
1
-1
/
+17
|
|
*
|
|
|
spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors
Tudor Ambarus
2024-02-08
1
-2
/
+34
|
|
*
|
|
|
spi: s3c64xx: prepare for a different flavor of iowrite rep
Tudor Ambarus
2024-02-08
1
-14
/
+21
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
spi: mchp-pci1xxxx: DMA support for copying data to and from SPI Buf
Thangaraj Samynathan
2024-02-08
1
-27
/
+338
|
*
|
|
|
spi: mchp-pci1xxxx: Add support for DMA in SPI
Thangaraj Samynathan
2024-02-08
1
-0
/
+145
|
|
/
/
/
|
*
|
|
spi: axi-spi-engine: move msg finalization out of irq handler
David Lechner
2024-02-07
1
-25
/
+15
|
*
|
|
spi: axi-spi-engine: remove use of ida for sync id
David Lechner
2024-02-07
1
-22
/
+6
|
*
|
|
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2024-02-07
2
-17
/
+9
|
*
|
|
spi: fsl-dspi: A couple of error handling
Mark Brown
2024-02-06
1
-10
/
+5
|
|
\
\
\
|
|
*
|
|
spi: fsl-dspi: Unify error messaging in dspi_request_dma()
andy.shevchenko@gmail.com
2024-02-05
1
-8
/
+5
|
|
*
|
|
spi: fsl-dspi: Preserve error code returned by dmaengine_slave_config()
andy.shevchenko@gmail.com
2024-02-05
1
-2
/
+0
|
*
|
|
|
spi: spi-rockchip: Fix max_native_cs
Luis de Arquer
2024-02-05
1
-3
/
+2
|
*
|
|
|
spi: spi-rockchip: Fix out of bounds array access
Luis de Arquer
2024-02-05
1
-8
/
+0
|
*
|
|
|
spi: intel: Keep the BIOS partition inside the first chip
Mika Westerberg
2024-02-05
1
-4
/
+11
|
*
|
|
|
spi: intel: Add default partition and name to the second chip
Mika Westerberg
2024-02-05
1
-1
/
+18
|
*
|
|
|
spi: axi-spi-engine: use common AXI macros
David Lechner
2024-02-05
1
-11
/
+6
|
*
|
|
|
spi: bcm2835: implement ctlr->max_transfer_size
David Lechner
2024-02-05
1
-13
/
+14
|
*
|
|
|
spi: move split xfers for CS_WORD emulation
David Lechner
2024-02-05
1
-32
/
+31
|
|
/
/
/
|
*
|
|
spi: cs42l43: Clean up of firmware node
Charles Keepax
2024-02-02
1
-6
/
+16
|
*
|
|
spi: Kconfig: cap[c]ability
Ahelenia Ziemiańska
2024-01-29
1
-1
/
+1
|
*
|
|
spi: avoid double validation in __spi_sync()
David Lechner
2024-01-26
1
-52
/
+6
|
*
|
|
spi: cs42l43: Handle error from devm_pm_runtime_enable()
Charles Keepax
2024-01-25
1
-1
/
+4
|
*
|
|
arm64: exynos: Enable SPI for Exynos850
Mark Brown
2024-01-24
1
-0
/
+14
|
|
\
\
\
|
|
*
|
|
spi: s3c64xx: Add Exynos850 support
Sam Protsenko
2024-01-24
1
-0
/
+14
[prev]
[next]