summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-07-25spi: mux: set ctlr->bits_per_word_maskDavid Lechner
2024-07-25spi: davinci: Unset POWERDOWN bit when releasing resourcesBastien Curutchet
2024-07-25spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König
2024-07-25spi: Fix OCTAL mode supportPatrice Chotard
2024-07-18spi: add defer_optimize_message controller flagDavid Lechner
2024-07-18spi: don't unoptimize message in spi_async()David Lechner
2024-07-18spi: axi-spi-engine: fix sleep calculationDavid Lechner
2024-07-11spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski
2024-06-27spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard
2024-06-27spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard
2024-06-27spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde
2024-06-27spi: Fix SPI slave probe failureAmit Kumar Mahapatra
2024-06-27spi: cs42l43: Correct SPI root clock speedCharles Keepax
2024-06-12spi: stm32: Don't warn about spurious interruptsUwe Kleine-König
2024-06-12spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König
2024-06-12spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko
2024-05-09spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley
2024-05-03spi: stm32: enable controller before asserting CSBen Wolsieffer
2024-05-01spi: fix null pointer dereference within spi_syncMans Rullgard
2024-04-16spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu
2024-04-14spi: axi-spi-engine: fix version format stringDavid Lechner
2024-04-03spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu
2024-04-03spi: spi-fsl-lpspi: remove redundant spi_controller_put callCarlos Song
2024-03-29spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim
2024-03-22Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-21spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao
2024-03-18spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthAdam Butcher
2024-03-18spi: Merge up v6.8 releaseMark Brown
2024-03-18spi: lm70llp: fix links in doc and commentsKousik Sanagavarapu
2024-03-14Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2024-03-14spi: Fix error code checking in spi_mem_exec_op()Florian Fainelli
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-03-12spi: Restore delays for non-GPIO chip selectJanne Grunau
2024-03-12spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin
2024-03-07spi: Introduce SPI_INVALID_CS and is_valid_cs()Andy Shevchenko
2024-03-07spi: Consistently use BIT for cs_index_maskAndy Shevchenko
2024-03-06spi: Exctract spi_dev_check_cs() helperAndy Shevchenko
2024-03-06spi: Exctract spi_set_all_cs_unused() helperAndy Shevchenko
2024-03-06spi: cs42l43: Don't limit native CS to the first chip selectCharles Keepax
2024-03-05spi: s3c64xx: switch exynos850 to new port config dataTudor Ambarus
2024-03-05spi: s3c64xx: switch gs101 to new port config dataTudor Ambarus
2024-03-05spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_idTudor Ambarus
2024-03-05spi: s3c64xx: get rid of the OF alias ID dependencyTudor Ambarus
2024-03-05spi: s3c64xx: introduce s3c64xx_spi_set_port_id()Tudor Ambarus
2024-03-05spi: s3c64xx: let the SPI core determine the bus numberTudor Ambarus
2024-03-05spi: s3c64xx: allow FIFO depth to be determined from the compatibleTudor Ambarus
2024-03-05spi: s3c64xx: retrieve the FIFO depth from the device treeTudor Ambarus
2024-03-05spi: s3c64xx: determine the fifo depth only onceTudor Ambarus
2024-03-05spi: s3c64xx: allow full FIFO masksTudor Ambarus
2024-03-05spi: s3c64xx: define a magic valueTudor Ambarus