summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2025-04-25spi: spi-mem: Add fix to avoid divide errorRaju Rangoju
2025-04-24spi: meson-spicc: add DMA supportXianwei Zhao
2025-04-24spi: tegra210-quad: Update dummy sequence configurationVishwaroop A
2025-04-24spi: tegra210-quad: modify chip select (CS) deactivationVishwaroop A
2025-04-24spi: tegra210-quad: remove redundant error handling codeVishwaroop A
2025-04-24spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfersVishwaroop A
2025-04-24spi: intel: Improve resource mappingHeiner Kallweit
2025-04-24spi: sh-msiof: ignore driver probing if it was MSIOF SoundKuninori Morimoto
2025-04-24spi: sh-msiof: use dev in sh_msiof_spi_probe()Kuninori Morimoto
2025-04-24spi: spi-qpic-snand: propagate errors from qcom_spi_block_erase()Gabor Juhos
2025-04-22spi: stm32-ospi: Fix an error handling path in stm32_ospi_probe()Christophe JAILLET
2025-04-21spi: offload: remove unnecessary check on trigger->opsAndres Urian Florez
2025-04-21spi: offload: check for match callback when a trigger is being registeredAndres Urian Florez
2025-04-18spi: Introduce and use spi_bpw_to_bytes()Mark Brown
2025-04-17spi: dw: Use spi_bpw_to_bytes() helperAndy Shevchenko
2025-04-17spi: Add spi_bpw_to_bytes() helper and use itAndy Shevchenko
2025-04-17spi: pci1xxxx: Use non-hybrid PCI devres APIPhilipp Stanner
2025-04-17spi: spi-cavium-thunderx: Use non-hybrid PCI devres APIPhilipp Stanner
2025-04-17spi: spi-imx: Add check for spi_imx_setupxfer()Tamura Dai
2025-04-15spi: tegra210-quad: add rate limiting and simplify timeout error messageBreno Leitao
2025-04-15spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeoutsBreno Leitao
2025-04-14spi: sun4i: add support for GPIO chip select linesMans Rullgard
2025-04-13spi: fsl-qspi: Optimize fsl_qspi structKevin Hao
2025-04-13spi: Add support for Double Transfer Rate (DTR) modeMukesh Kumar Savaliya
2025-04-10spi: amd: add CONFIG_PCI dependencyArnd Bergmann
2025-04-10spi: fsl-qspi: Fix double cleanup in probe error pathMark Brown
2025-04-10spi: fsl-qspi: Simplify probe error handling using managed APIKevin Hao
2025-04-10spi: fsl-spi: Remove redundant probe error messageKevin Hao
2025-04-10spi: fsl-qspi: Fix double cleanup in probe error pathKevin Hao
2025-04-09spi: spi_amd: Fix an IS_ERR() vs NULL check in probeDan Carpenter
2025-04-08spi: spi-stm32-ospi: dt-bindings fixesMark Brown
2025-04-08spi: xcomm: use new GPIO line value setter callbacksBartosz Golaszewski
2025-04-06spi: spi_amd: Add PCI-based driver for AMD HID2 SPI controllerRaju Rangoju
2025-04-06spi: spi-qpic-snand: use kmalloc() for OOB buffer allocationGabor Juhos
2025-04-06spi: Simplify conditionals in spi_set_cs()Andy Shevchenko
2025-04-06spi: spi-stm32-ospi: Make "resets" a required propertyPatrice Chotard
2025-04-04Merge tag 'spi-fix-v6.15-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-02spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absentFlorian Fainelli
2025-04-02spi: bcm2835: Do not call gpiod_put() on invalid descriptorFlorian Fainelli
2025-04-01spi: cadence-qspi: revert "Improve spi memory performance"Miquel Raynal
2025-03-31spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock()Josh Poimboeuf
2025-03-27spi: fsl-qspi: use devm function instead of driver removeHan Xu
2025-03-26spi: SPI_QPIC_SNAND should be tristate and depend on MTDGeert Uytterhoeven
2025-03-26spi-rockchip: Fix register out of bounds accessLuis de Arquer
2025-03-25Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-03-25objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq()Josh Poimboeuf
2025-03-20spi: spi-mem: Introduce a default ->exec_op() debug logMiquel Raynal
2025-03-19spi: Fix reference count leak in slave_show()Miaoqian Lin
2025-03-18spi: sg2044-nor: fix a couple static checker bugsMark Brown