index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
tsacct.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
spi: s3c64xx: determine the fifo depth only once
Tudor Ambarus
1
-5
/
+9
2024-03-05
spi: s3c64xx: allow full FIFO masks
Tudor Ambarus
1
-4
/
+36
2024-03-05
spi: s3c64xx: define a magic value
Tudor Ambarus
1
-1
/
+3
2024-03-05
spi: dt-bindings: introduce FIFO depth properties
Tudor Ambarus
1
-0
/
+27
2024-03-04
spi: axi-spi-engine: use struct_size() macro
David Lechner
1
-3
/
+2
2024-03-04
spi: axi-spi-engine: use __counted_by() attribute
David Lechner
1
-3
/
+4
2024-03-04
spi: axi-spi-engine: remove p from struct spi_engine_message_state
David Lechner
1
-3
/
+0
2024-03-04
spi: dt-bindings: samsung: make dma properties not required
Tudor Ambarus
1
-2
/
+0
2024-02-29
spi: stm32-qspi: Replace of_gpio.h by proper one
Andy Shevchenko
1
-1
/
+1
2024-02-29
spi: pic32: Replace of_gpio.h by proper one
Andy Shevchenko
1
-1
/
+1
2024-02-28
spi: dt-bindings: atmel,at91rm9200-spi: remove 9x60 compatible from list
Varshini Rajendran
1
-1
/
+0
2024-02-27
spi: ppc4xx: Fix fallout from rename in struct spi_bitbang
Uwe Kleine-König
1
-7
/
+7
2024-02-26
spi: spi-mem: add statistics support to ->exec_op() calls
Théo Lebrun
1
-1
/
+48
2024-02-26
spi: axi-spi-engine: move message compile to optimize_message
David Lechner
1
-23
/
+17
2024-02-26
spi: stm32: move splitting transfers to optimize_message
David Lechner
1
-12
/
+16
2024-02-26
spi: move splitting transfers to spi_optimize_message()
David Lechner
1
-42
/
+68
2024-02-26
spi: add spi_optimize_message() APIs
David Lechner
2
-4
/
+167
2024-02-21
spi: cadence-qspi: report correct number of chip-select
Théo Lebrun
1
-2
/
+6
2024-02-21
spi: cadence-qspi: set maximum chip-select to 4
Théo Lebrun
1
-1
/
+3
2024-02-21
spi: cadence-qspi: assert each subnode flash CS is valid
Théo Lebrun
1
-1
/
+1
2024-02-19
spi: spi-summary.rst: fix underline length
Randy Dunlap
1
-1
/
+1
2024-02-15
spi: Update the "master/slave" terminology in documentation
Dhruva Gole
1
-20
/
+20
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-09
spi: gpio: Follow renaming of SPI "master" to "controller"
Andy Shevchenko
1
-2
/
+2
2024-02-08
spi: pxa2xx: Use typedef for dma_filter_fn
Krzysztof Kozlowski
1
-1
/
+2
2024-02-08
spi: pl022: Add missing dma_filter field kerneldoc
Krzysztof Kozlowski
1
-0
/
+1
2024-02-08
spi: pl022: Use typedef for dma_filter_fn
Krzysztof Kozlowski
1
-1
/
+2
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: dt-bindings: samsung: add google,gs101-spi compatible
Tudor Ambarus
1
-0
/
+1
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
[next]