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
2023-04-05
spi: mchp-pci1xxxx: Fix minor bugs in spi-pci1xxxx
Mark Brown
1
-13
/
+7
2023-04-05
spi: fsl-spi: No need to check transfer length versus word size
Christophe Leroy
1
-10
/
+2
2023-04-05
spi: fsl-spi: Change mspi_apply_cpu_mode_quirks() to void
Christophe Leroy
1
-14
/
+6
2023-04-05
spi: fsl-cpm: Use 16 bit mode for large transfers with even size
Christophe Leroy
2
-0
/
+26
2023-04-05
spi: fsl-spi: Re-organise transfer bits_per_word adaptation
Christophe Leroy
1
-25
/
+21
2023-04-05
spi: fsl-spi: Fix CPM/QE mode Litte Endian
Christophe Leroy
1
-5
/
+7
2023-04-05
spi: mchp-pci1xxxx: Fix improper implementation of disabling chip select lines
Tharun Kumar P
1
-12
/
+5
2023-04-05
spi: mchp-pci1xxxx: Fix SPI transactions not working after suspend and resume
Tharun Kumar P
1
-1
/
+1
2023-04-05
spi: mchp-pci1xxxx: Fix length of SPI transactions not set properly in driver
Tharun Kumar P
1
-1
/
+2
2023-04-04
spi: qup: Convert to platform remove callback
Mark Brown
1
-13
/
+15
2023-04-04
spi: qup: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-04
spi: tegra210-quad: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-04-04
spi: tegra114: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-04-04
spi: stm32: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-04-04
spi: imx: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-04-04
spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3
Kevin Groeneveld
1
-6
/
+18
2023-04-04
spi: qup: Don't skip cleanup in remove's error path
Uwe Kleine-König
1
-9
/
+13
2023-03-31
spi: intel-pci: Add support for Meteor Lake-S SPI serial flash
Mika Westerberg
1
-0
/
+1
2023-03-31
spi: bcm2835: Convert to platform remove callback returning void
Uwe Kleine-König
1
-14
/
+3
2023-03-29
spi: rockchip-sfc: Use devm_platform_ioremap_resource()
Yang Li
1
-3
/
+1
2023-03-28
spi: xilinx: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-28
spi: spi-qcom-qspi: Support pinctrl sleep states
Douglas Anderson
1
-0
/
+5
2023-03-27
spi: sprd: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-27
spi: sprd-adi: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-27
spi: pic32: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-27
spi: orion: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-27
spi: omap2-mcspi: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-22
spi: f_ospi: Add missing spi_mem_default_supports_op() helper
Kunihiko Hayashi
1
-1
/
+1
2023-03-22
spi: spi-nxp-fspi: use DLL calibration when clock rate > 100MHz
Haibo Chen
1
-0
/
+52
2023-03-22
spi: spi-nxp-fspi: correct the comment for the DLL config
Haibo Chen
1
-1
/
+5
2023-03-20
spi: sprd: Convert to platform remove callback
Mark Brown
1
-11
/
+9
2023-03-20
spi: imx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
spi: imx: Don't skip cleanup in remove's error path
Uwe Kleine-König
1
-7
/
+5
2023-03-20
spi: sprd: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
spi: sprd: Don't skip cleanup in remove's error path
Uwe Kleine-König
1
-7
/
+7
2023-03-17
spi: atmel-quadspi: Convert to platform remove
Mark Brown
1
-12
/
+24
2023-03-17
spi: atmel-quadspi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-17
spi: atmel-quadspi: Free resources even if runtime resume failed in .remove()
Uwe Kleine-König
1
-7
/
+17
2023-03-17
spi: atmel-quadspi: Don't leak clk enable count in pm resume
Uwe Kleine-König
1
-1
/
+5
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-2
/
+0
2023-03-16
spi: stm32: split large transfers based on word size instead of bytes
Leonard Göhrs
1
-3
/
+3
2023-03-16
spi: core: add spi_split_transfers_maxwords
Leonard Göhrs
1
-0
/
+49
2023-03-13
spi: struct spi_device constification
Mark Brown
2
-3
/
+3
2023-03-13
spi: nxp-flexspi: Add i.MX platform dependency
Alexander Stein
1
-1
/
+1
2023-03-13
spi: rspi: Mark OF related data as maybe unused
Krzysztof Kozlowski
1
-4
/
+4
2023-03-13
spi: sc18is602: Mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-03-13
spi: sh-msiof: Mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-03-13
spi: bcm-qspi: Mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-03-13
spi: pxa2xx: Mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
[prev]
[next]