index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-17
spi: rockchip: Fix error in getting num-cs property
Jon Lin
1
-3
/
+4
2022-02-08
spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()
Zhou Qingyang
1
-0
/
+3
2022-01-31
spi: mediatek: Avoid NULL pointer crash in interrupt
Benjamin Gaignard
1
-1
/
+1
2022-01-28
spi: dt-bindings: Fix 'reg' child node schema
Rob Herring
1
-2
/
+3
2022-01-28
spi: bcm-qspi: check for valid cs before applying chip select
Kamal Dasu
1
-1
/
+1
2022-01-26
spi: uniphier: fix reference count leak in uniphier_spi_probe()
Xin Xiong
1
-4
/
+14
2022-01-26
spi: meson-spicc: add IRQ check in meson_spicc_probe
Miaoqian Lin
1
-0
/
+5
2022-01-26
spi: uniphier: Fix a bug that doesn't point to private data correctly
Kunihiko Hayashi
1
-5
/
+6
2022-01-26
spi: change clk_disable_unprepare to clk_unprepare
Dongliang Mu
1
-1
/
+1
2022-01-24
spi: spi-rockchip: Add rk3568-spi compatible
Nicolas Frattaroli
1
-0
/
+1
2022-01-19
spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4
Alain Volmat
1
-1
/
+4
2022-01-19
spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment
Alain Volmat
1
-2
/
+0
2022-01-19
spi: stm32-qspi: Update spi registering
Patrice Chotard
1
-30
/
+17
2022-01-07
spi: don't include ptp_clock_kernel.h in spi.h
Jakub Kicinski
2
-1
/
+2
2022-01-07
spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe
Miaoqian Lin
1
-0
/
+1
2022-01-07
spi: atmel: Fix typo
Qinghua Jin
1
-1
/
+1
2022-01-06
spi: dt-bindings: mediatek,spi-mtk-nor: Fix example 'interrupts' property
Rob Herring
1
-1
/
+1
2022-01-06
spi: qcom: geni: handle timeout for gpi mode
Vinod Koul
1
-1
/
+25
2022-01-06
spi: qcom: geni: set the error code for gpi transfer
Vinod Koul
1
-1
/
+5
2022-01-06
spi: spi-mux: Add reference to spi-peripheral-props.yaml schema
Rob Herring
1
-0
/
+1
2022-01-04
spi: ar934x: fix transfer size
Oskari Lemmela
1
-5
/
+11
2021-12-23
spi: pxa2xx: Propagate firmware node
Andy Shevchenko
1
-2
/
+1
2021-12-23
spi: dw: Propagate firmware node
Andy Shevchenko
1
-2
/
+2
2021-12-23
spi: dln2: Propagate firmware node
Andy Shevchenko
1
-1
/
+3
2021-12-22
spi: ar934x: fix transfer and word delays
Oskari Lemmela
1
-0
/
+2
2021-12-20
spi: spi-mtk-nor: add new clock name 'axi' for spi nor
Tinghan Shen
1
-1
/
+5
2021-12-15
spi: atmel,quadspi: Define sama7g5 QSPI
Tudor Ambarus
1
-2
/
+14
2021-12-15
spi: atmel,quadspi: Convert to json-schema
Tudor Ambarus
2
-37
/
+87
2021-12-13
spi: Fix incorrect cs_setup delay handling
Hector Martin
1
-7
/
+6
2021-12-01
dt-bindings: mtd: spi-nor: Add a reference to spi-peripheral-props.yaml
Pratyush Yadav
1
-1
/
+2
2021-12-01
spi: dt-bindings: cdns,qspi-nor: Move peripheral-specific properties out
Pratyush Yadav
3
-33
/
+44
2021-12-01
spi: dt-bindings: add schema listing peripheral-specific properties
Pratyush Yadav
2
-67
/
+89
2021-11-29
spi: pxa2xx: Get rid of unused enable_loopback member
Andy Shevchenko
3
-10
/
+2
2021-11-29
spi: pxa2xx: Get rid of unused ->cs_control()
Andy Shevchenko
5
-52
/
+4
2021-11-29
ARM: pxa/lubbock: Replace custom ->cs_control() by GPIO lookup table
Andy Shevchenko
1
-6
/
+9
2021-11-26
spi: tegra210-quad: use devm call for cdata memory
Krishna Yarlagadda
1
-10
/
+1
2021-11-26
spi: atmel: Remove setting of deprecated member of struct dma_slave_config
Tudor Ambarus
1
-2
/
+0
2021-11-26
spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()
Tudor Ambarus
1
-21
/
+17
2021-11-25
spi: bcm-qspi: set transfer parameter only if they change
Kamal Dasu
1
-0
/
+12
2021-11-25
spi: bcm-qspi: choose sysclk setting based on requested speed
Kamal Dasu
1
-6
/
+26
2021-11-24
spi: Fix condition in the __spi_register_driver()
Andy Shevchenko
1
-1
/
+1
2021-11-24
spi: spidev: Make probe to fail early if a spidev compatible is used
Javier Martinez Canillas
1
-3
/
+4
2021-11-23
spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_data
Andy Shevchenko
2
-33
/
+6
2021-11-23
spi: spidev: Use SPI_MODE_USER_MASK instead of casting
Andy Shevchenko
1
-1
/
+1
2021-11-23
spi: Fix multi-line comment style
Andy Shevchenko
1
-71
/
+89
2021-11-23
spi: Replace memset() with __GFP_ZERO
Andy Shevchenko
1
-2
/
+1
2021-11-22
spi: fsl-lpspi: Add imx8ulp compatible string
Jacky Bai
1
-4
/
+7
2021-11-22
spi: deduplicate spi_match_id() in __spi_register_driver()
Andy Shevchenko
1
-11
/
+6
2021-11-22
spi: Add resets to the PL022 bindings
Linus Walleij
1
-0
/
+3
2021-11-22
spi: docs: improve the SPI userspace API documentation
Javier Martinez Canillas
1
-15
/
+43
[next]