index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-21
spi: cadence-qspi: assert each subnode flash CS is valid
Théo Lebrun
1
-1
/
+1
2024-02-15
spi: dw: remove redundant assignment to variable len
Colin Ian King
1
-1
/
+1
2024-02-13
spi: mchp-pci1xxxx: release resources on error in probe()
Dan Carpenter
1
-1
/
+1
2024-02-08
spi: s3c64xx: straightforward cleanup
Mark Brown
1
-40
/
+41
2024-02-08
spi: get rid of some legacy macros
Mark Brown
415
-2494
/
+4326
2024-02-08
spi: s3c64xx: add support for google,gs101-spi
Mark Brown
1
-15
/
+70
2024-02-08
spi: mchp-pci1xxxx: DMA support for copying data to and from SPI Buf
Thangaraj Samynathan
1
-27
/
+338
2024-02-08
spi: mchp-pci1xxxx: Add support for DMA in SPI
Thangaraj Samynathan
1
-0
/
+145
2024-02-08
spi: s3c64xx: add support for google,gs101-spi
Tudor Ambarus
1
-1
/
+17
2024-02-08
spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors
Tudor Ambarus
1
-2
/
+34
2024-02-08
spi: s3c64xx: prepare for a different flavor of iowrite rep
Tudor Ambarus
1
-14
/
+21
2024-02-08
spi: s3c64xx: drop a superfluous bitwise NOT operation
Tudor Ambarus
1
-1
/
+0
2024-02-08
spi: s3c64xx: remove duplicated definition
Tudor Ambarus
1
-3
/
+1
2024-02-08
spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
Tudor Ambarus
1
-2
/
+2
2024-02-08
spi: s3c64xx: drop blank line between declarations
Tudor Ambarus
1
-1
/
+2
2024-02-08
spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
Tudor Ambarus
1
-3
/
+3
2024-02-08
spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
Tudor Ambarus
1
-4
/
+4
2024-02-08
spi: s3c64xx: propagate the dma_submit_error() error code
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: check return code of dmaengine_slave_config()
Tudor Ambarus
1
-1
/
+3
2024-02-08
spi: s3c64xx: move common code outside if else
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove else after return
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove unneeded (void *) casts in of_match_table
Tudor Ambarus
1
-9
/
+9
2024-02-08
spi: s3c64xx: fix typo, s/configuartion/configuration
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: avoid possible negative array index
Tudor Ambarus
1
-0
/
+3
2024-02-08
spi: s3c64xx: explicitly include <linux/types.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/bits.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/io.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: sort headers alphabetically
Tudor Ambarus
1
-7
/
+6
2024-02-08
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: fsl-lib: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-7
/
+7
2024-02-08
wifi: libertas: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
video: fbdev: mmp: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-13
/
+13
2024-02-08
usb: gadget: max3420_udc: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
tpm_tis_spi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-2
/
+2
2024-02-08
staging: greybus: spi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-33
/
+33
2024-02-08
staging: fbtft: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-2
/
+2
2024-02-08
spi: spidev: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: slave-mt27xx: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: loopback-test: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-2
/
+2
2024-02-08
spi: geni-qcom: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: cavium: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2
-4
/
+4
2024-02-08
spi: cadence-quadspi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: cadence-quadspi: Don't emit error message on allocation error
Uwe Kleine-König
1
-3
/
+2
2024-02-08
spi: bitbang: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
12
-58
/
+58
2024-02-08
platform/chrome: cros_ec_spi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-4
/
+4
2024-02-08
net: vertexcom: mse102x: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
net: ks8851: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-2
/
+2
2024-02-08
mtd: dataflash: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
mmc: mmc_spi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-3
/
+3
2024-02-08
misc: gehc-achc: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-4
/
+4
[next]