summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2024-03-04spi: axi-spi-engine: use struct_size() macroDavid Lechner
2024-03-04spi: axi-spi-engine: use __counted_by() attributeDavid Lechner
2024-03-04spi: axi-spi-engine: remove p from struct spi_engine_message_stateDavid Lechner
2024-02-29spi: stm32-qspi: Replace of_gpio.h by proper oneAndy Shevchenko
2024-02-29spi: pic32: Replace of_gpio.h by proper oneAndy Shevchenko
2024-02-27spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König
2024-02-27spi: Drop mismerged fixMark Brown
2024-02-26spi: add support for pre-cooking messagesMark Brown
2024-02-26spi: spi-mem: add statistics support to ->exec_op() callsThéo Lebrun
2024-02-26spi: axi-spi-engine: move message compile to optimize_messageDavid Lechner
2024-02-26spi: stm32: move splitting transfers to optimize_messageDavid Lechner
2024-02-26spi: move splitting transfers to spi_optimize_message()David Lechner
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner
2024-02-23spi: cs42l43: Tidy up header includesCharles Keepax
2024-02-22spi: cadence-qspi: add system-wide suspend and resume callbacksThéo Lebrun
2024-02-22spi: cadence-qspi: put runtime in runtime PM hooks namesThéo Lebrun
2024-02-22spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooksThéo Lebrun
2024-02-22spi: cadence-qspi: fix pointer reference in runtime PM hooksThéo Lebrun
2024-02-21spi: cadence-qspi: report correct number of chip-selectThéo Lebrun
2024-02-21spi: cadence-qspi: set maximum chip-select to 4Théo Lebrun
2024-02-21spi: cadence-qspi: assert each subnode flash CS is validThéo Lebrun