summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2025-08-15spi: cs42l43: Property entry should be a null-terminated arraySimon Trimmer
2025-08-15spi: stm32: Check for cfg availability in stm32_spi_probeClément Le Goffic
2025-08-01spi: cadence-quadspi: fix cleanup of rx_chan on failure pathsKhairul Anuar Romli
2025-07-24spi: Add check for 8-bit transfer with 8 IO mode supportCheng Ming Lin
2025-07-10spi: spi-fsl-dspi: Clear completion counter before initiating transferJames Clark
2025-07-10spi: spi-qpic-snand: reallocate BAM transactionsGabor Juhos
2025-07-06spi: spi-cadence-quadspi: Fix pm runtime unbalanceKhairul Anuar Romli
2025-06-27mtd: rawnand: qcom: Pass 18 bit offset from NANDc base to BAM baseMd Sadre Alam
2025-06-19spi: omap2-mcspi: Disable multi-mode when the previous message kept CS assertedFélix Piédallu
2025-06-19spi: omap2-mcspi: Disable multi mode when CS should be kept asserted after me...Félix Piédallu
2025-06-19spi: bcm63xx-hsspi: fix shared resetÁlvaro Fernández Rojas
2025-06-19spi: bcm63xx-spi: fix shared resetÁlvaro Fernández Rojas
2025-06-19spi: sh-msiof: Fix maximum DMA transfer sizeGeert Uytterhoeven
2025-06-19spi: spi-qpic-snand: validate user/chip specific ECC propertiesGabor Juhos
2025-06-19spi: spi-qpic-snand: use kmalloc() for OOB buffer allocationGabor Juhos
2025-06-19spi: atmel-quadspi: Fix unbalanced pm_runtime by using devm_ APIBence Csókás
2025-06-19spi: tegra210-quad: modify chip select (CS) deactivationVishwaroop A
2025-06-19spi: tegra210-quad: remove redundant error handling codeVishwaroop A
2025-06-19spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfersVishwaroop A
2025-05-22spi: spi-fsl-dspi: Reset SR flags before sending a new messageLarisa Grigore
2025-05-22spi: spi-fsl-dspi: Halt the module after a new message transferBogdan-Gabriel Roman
2025-05-22spi: spi-fsl-dspi: restrict register range for regmap accessLarisa Grigore
2025-05-14spi: spi-sun4i: fix early activationAlessandro Grassi
2025-05-08spi: tegra114: Use value to check for invalid delaysAaron Kling
2025-05-05spi: loopback-test: Do not split 1024-byte hexdumpsGeert Uytterhoeven
2025-05-02Merge tag 'spi-fix-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-02spi: tegra114: Don't fail set_cs_timing when delays are zeroAaron Kling
2025-04-30spi: spi-qpic-snand: fix NAND_READ_LOCATION_2 register handlingGabor Juhos
2025-04-25spi: spi-mem: Add fix to avoid divide errorRaju Rangoju
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-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-10spi: fsl-spi: Remove redundant probe error messageKevin Hao
2025-04-10spi: fsl-qspi: Fix double cleanup in probe error pathKevin Hao
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