aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-04-03spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeGravatar Huai-Yuan Liu 1-0/+2
2024-04-03spi: spi-fsl-lpspi: remove redundant spi_controller_put callGravatar Carlos Song 1-8/+6
2024-03-29spi: s3c64xx: Use DMA mode from fifo sizeGravatar Jaewon Kim 1-3/+2
2024-03-22Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-29/+35
2024-03-21spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerGravatar Fei Shao 1-10/+12
2024-03-18spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthGravatar Adam Butcher 1-2/+2
2024-03-18spi: Merge up v6.8 releaseGravatar Mark Brown 7-153/+40
2024-03-18spi: lm70llp: fix links in doc and commentsGravatar Kousik Sanagavarapu 1-2/+2
2024-03-14Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+2
2024-03-14spi: Fix error code checking in spi_mem_exec_op()Gravatar Florian Fainelli 1-1/+1
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 38-563/+1294
2024-03-12spi: Restore delays for non-GPIO chip selectGravatar Janne Grunau 1-10/+14
2024-03-12spi: lpspi: Avoid potential use-after-free in probe()Gravatar Alexander Sverdlin 1-4/+4
2024-03-07spi: Introduce SPI_INVALID_CS and is_valid_cs()Gravatar Andy Shevchenko 1-16/+23
2024-03-07spi: Consistently use BIT for cs_index_maskGravatar Andy Shevchenko 1-24/+11
2024-03-06spi: Exctract spi_dev_check_cs() helperGravatar Andy Shevchenko 1-20/+27
2024-03-06spi: Exctract spi_set_all_cs_unused() helperGravatar Andy Shevchenko 1-50/+24
2024-03-06spi: cs42l43: Don't limit native CS to the first chip selectGravatar Charles Keepax 1-2/+1
2024-03-05spi: s3c64xx: switch exynos850 to new port config dataGravatar Tudor Ambarus 1-4/+3
2024-03-05spi: s3c64xx: switch gs101 to new port config dataGravatar Tudor Ambarus 1-6/+6
2024-03-05spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_idGravatar Tudor Ambarus 1-3/+23
2024-03-05spi: s3c64xx: get rid of the OF alias ID dependencyGravatar Tudor Ambarus 1-0/+4
2024-03-05spi: s3c64xx: introduce s3c64xx_spi_set_port_id()Gravatar Tudor Ambarus 1-12/+25
2024-03-05spi: s3c64xx: let the SPI core determine the bus numberGravatar Tudor Ambarus 1-2/+2
2024-03-05spi: s3c64xx: allow FIFO depth to be determined from the compatibleGravatar Tudor Ambarus 1-2/+6
2024-03-05spi: s3c64xx: retrieve the FIFO depth from the device treeGravatar Tudor Ambarus 1-1/+3
2024-03-05spi: s3c64xx: determine the fifo depth only onceGravatar Tudor Ambarus 1-5/+9
2024-03-05spi: s3c64xx: allow full FIFO masksGravatar Tudor Ambarus 1-4/+36
2024-03-05spi: s3c64xx: define a magic valueGravatar Tudor Ambarus 1-1/+3
2024-03-04spi: axi-spi-engine: use struct_size() macroGravatar David Lechner 1-3/+2
2024-03-04spi: axi-spi-engine: use __counted_by() attributeGravatar David Lechner 1-3/+4
2024-03-04spi: axi-spi-engine: remove p from struct spi_engine_message_stateGravatar David Lechner 1-3/+0
2024-02-29spi: stm32-qspi: Replace of_gpio.h by proper oneGravatar Andy Shevchenko 1-1/+1
2024-02-29spi: pic32: Replace of_gpio.h by proper oneGravatar Andy Shevchenko 1-1/+1
2024-02-27spi: ppc4xx: Fix fallout from rename in struct spi_bitbangGravatar Uwe Kleine-König 1-7/+7
2024-02-27spi: Drop mismerged fixGravatar Mark Brown 1-7/+7
2024-02-26spi: add support for pre-cooking messagesGravatar Mark Brown 3-80/+247
2024-02-26spi: spi-mem: add statistics support to ->exec_op() callsGravatar Théo Lebrun 1-1/+48
2024-02-26spi: axi-spi-engine: move message compile to optimize_messageGravatar David Lechner 1-23/+17
2024-02-26spi: stm32: move splitting transfers to optimize_messageGravatar David Lechner 1-12/+16
2024-02-26spi: move splitting transfers to spi_optimize_message()Gravatar David Lechner 1-42/+68
2024-02-26spi: add spi_optimize_message() APIsGravatar David Lechner 1-4/+147
2024-02-23spi: cs42l43: Tidy up header includesGravatar Charles Keepax 1-0/+2
2024-02-22spi: cadence-qspi: add system-wide suspend and resume callbacksGravatar Théo Lebrun 1-2/+18
2024-02-22spi: cadence-qspi: put runtime in runtime PM hooks namesGravatar Théo Lebrun 1-4/+4
2024-02-22spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooksGravatar Théo Lebrun 1-7/+2
2024-02-22spi: cadence-qspi: fix pointer reference in runtime PM hooksGravatar Théo Lebrun 1-4/+2
2024-02-21spi: cadence-qspi: report correct number of chip-selectGravatar Théo Lebrun 1-2/+6
2024-02-21spi: cadence-qspi: set maximum chip-select to 4Gravatar Théo Lebrun 1-1/+3
2024-02-21spi: cadence-qspi: assert each subnode flash CS is validGravatar Théo Lebrun 1-1/+1