index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
spi: mxic: Fix the transmit path
Miquel Raynal
1
-16
/
+12
2022-02-10
spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
Miquel Raynal
1
-0
/
+5
2022-02-10
spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
Miquel Raynal
3
-23
/
+2
2022-02-10
spi: mxic: Provide a capability structure
Miquel Raynal
1
-0
/
+5
2022-02-10
spi: cadence-quadspi: Provide a capability structure
Miquel Raynal
1
-0
/
+5
2022-02-10
spi: spi-mem: Check the controller extra capabilities
Miquel Raynal
1
-4
/
+13
2022-02-09
spi: make remove callback a void function
Mark Brown
6
-22
/
+8
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
6
-22
/
+8
2022-02-08
spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe
Miaoqian Lin
1
-0
/
+2
2022-02-08
spi: tegra114: Add missing IRQ check in tegra_spi_probe
Miaoqian Lin
1
-0
/
+4
2022-02-08
spi: ath79: add mem_ops for fast-read
Luiz Angelo Daros de Luca
1
-0
/
+34
2022-02-08
spi: Modify irq request position and modify parameters
Li-hao Kuo
1
-32
/
+31
2022-02-08
spi: spidev: prevent spidev->speed_hz from being zero
Dan Carpenter
1
-12
/
+19
2022-02-08
spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()
Zhou Qingyang
1
-0
/
+3
2022-02-02
spi: mpc512x-psc: Fix compile errors
Linus Walleij
1
-2
/
+1
2022-02-02
spi: Replace acpi_bus_get_device()
Rafael J. Wysocki
1
-2
/
+2
2022-02-01
Merge tag 'spi-fix-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-39
/
+42
2022-02-01
spi: Enhance and export helpers for ACPI resources
Mark Brown
1
-16
/
+121
2022-02-01
spi: Add API to count spi acpi resources
Stefan Binding
1
-0
/
+40
2022-02-01
spi: Support selection of the index of the ACPI Spi Resource before alloc
Stefan Binding
1
-7
/
+44
2022-02-01
spi: Create helper API to lookup ACPI info for spi device
Stefan Binding
1
-10
/
+36
2022-02-01
spi: Make spi_alloc_device and spi_add_device public again
Stefan Binding
1
-2
/
+4
2022-02-01
spi: bcm2835aux: Convert to use GPIO descriptors
Linus Walleij
1
-17
/
+4
2022-02-01
spi: st-ssc4: Covert to use GPIO descriptors
Linus Walleij
1
-27
/
+4
2022-01-31
spi: mediatek: Avoid NULL pointer crash in interrupt
Benjamin Gaignard
1
-1
/
+1
2022-01-31
spi: sp7201: Fix compiler warnings
郭力豪
1
-4
/
+6
2022-01-31
spi: pic32: Convert to use GPIO descriptors
Linus Walleij
1
-5
/
+4
2022-01-31
spi: mpc512x-psc: Convert to use GPIO descriptors
Linus Walleij
1
-28
/
+18
2022-01-31
spi: mt65xx: Convert to GPIO descriptors
Linus Walleij
1
-17
/
+6
2022-01-31
spi: pxa2xx_spi: Convert to use GPIO descriptors
Linus Walleij
1
-62
/
+1
2022-01-28
spi: qcom: geni: Simplify DMA setting
Christophe JAILLET
1
-5
/
+2
2022-01-28
spi: Fix missing unlock on error in sp7021_spi_master_transfer_one()
Yang Yingliang
1
-0
/
+1
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: spi-mtk-nor: make some internal variables static
Guochun Mao
1
-3
/
+3
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-25
spi: Add spi driver for Sunplus SP7021
Li-hao Kuo
3
-0
/
+614
2022-01-25
spi: add new SoC mt8186 support for spi-mtk-nor
Mark Brown
1
-10
/
+61
2022-01-24
spi: s3c24xx: Convert to GPIO descriptors
Linus Walleij
1
-44
/
+3
2022-01-24
spi: s3c64xx: Convert to use GPIO descriptors
Linus Walleij
1
-40
/
+13
2022-01-24
spi: spi-mtk-nor: add axi_s clock for mt8186
Guochun Mao
1
-1
/
+16
2022-01-24
spi: spi-mtk-nor: add new soc mt8186 support
Guochun Mao
1
-0
/
+6
2022-01-24
spi: spi-mtk-nor: improve device table for adding more capabilities
Guochun Mao
1
-9
/
+39
2022-01-24
Merge existing fixes from spi/for-5.17 into new branch
Mark Brown
2
-33
/
+21
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-14
Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+0
[prev]
[next]