summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-04-03spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu1-0/+2
2024-04-03spi: spi-fsl-lpspi: remove redundant spi_controller_put callCarlos Song1-8/+6
2024-03-29spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim1-3/+2
2024-03-22Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-29/+35
2024-03-21spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-19spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthAdam Butcher1-2/+2
2024-03-18spi: Merge up v6.8 releaseMark Brown7-153/+40
2024-03-18spi: lm70llp: fix links in doc and commentsKousik Sanagavarapu1-2/+2
2024-03-14Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+2
2024-03-14spi: Fix error code checking in spi_mem_exec_op()Florian Fainelli1-1/+1
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds38-563/+1294
2024-03-12spi: Restore delays for non-GPIO chip selectJanne Grunau1-10/+14
2024-03-12spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin1-4/+4
2024-03-07spi: Introduce SPI_INVALID_CS and is_valid_cs()Andy Shevchenko1-16/+23
2024-03-07spi: Consistently use BIT for cs_index_maskAndy Shevchenko1-24/+11
2024-03-06spi: Exctract spi_dev_check_cs() helperAndy Shevchenko1-20/+27
2024-03-06spi: Exctract spi_set_all_cs_unused() helperAndy Shevchenko1-50/+24
2024-03-06spi: cs42l43: Don't limit native CS to the first chip selectCharles Keepax1-2/+1
2024-03-05spi: s3c64xx: switch exynos850 to new port config dataTudor Ambarus1-4/+3
2024-03-05spi: s3c64xx: switch gs101 to new port config dataTudor Ambarus1-6/+6
2024-03-05spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_idTudor Ambarus1-3/+23
2024-03-05spi: s3c64xx: get rid of the OF alias ID dependencyTudor Ambarus1-0/+4
2024-03-05spi: s3c64xx: introduce s3c64xx_spi_set_port_id()Tudor Ambarus1-12/+25
2024-03-05spi: s3c64xx: let the SPI core determine the bus numberTudor Ambarus1-2/+2
2024-03-05spi: s3c64xx: allow FIFO depth to be determined from the compatibleTudor Ambarus1-2/+6
2024-03-05spi: s3c64xx: retrieve the FIFO depth from the device treeTudor Ambarus1-1/+3
2024-03-05spi: s3c64xx: determine the fifo depth only onceTudor Ambarus1-5/+9
2024-03-05spi: s3c64xx: allow full FIFO masksTudor Ambarus1-4/+36
2024-03-05spi: s3c64xx: define a magic valueTudor Ambarus1-1/+3
2024-03-04spi: axi-spi-engine: use struct_size() macroDavid Lechner1-3/+2
2024-03-04spi: axi-spi-engine: use __counted_by() attributeDavid Lechner1-3/+4
2024-03-04spi: axi-spi-engine: remove p from struct spi_engine_message_stateDavid Lechner1-3/+0
2024-02-29spi: stm32-qspi: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+1
2024-02-29spi: pic32: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+1
2024-02-27spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König1-7/+7
2024-02-27spi: Drop mismerged fixMark Brown1-7/+7
2024-02-26spi: add support for pre-cooking messagesMark Brown3-80/+247
2024-02-26spi: spi-mem: add statistics support to ->exec_op() callsThéo Lebrun1-1/+48
2024-02-26spi: axi-spi-engine: move message compile to optimize_messageDavid Lechner1-23/+17
2024-02-26spi: stm32: move splitting transfers to optimize_messageDavid Lechner1-12/+16
2024-02-26spi: move splitting transfers to spi_optimize_message()David Lechner1-42/+68
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner1-4/+147
2024-02-23spi: cs42l43: Tidy up header includesCharles Keepax1-0/+2
2024-02-22spi: cadence-qspi: add system-wide suspend and resume callbacksThéo Lebrun1-2/+18
2024-02-22spi: cadence-qspi: put runtime in runtime PM hooks namesThéo Lebrun1-4/+4
2024-02-22spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooksThéo Lebrun1-7/+2
2024-02-22spi: cadence-qspi: fix pointer reference in runtime PM hooksThéo Lebrun1-4/+2
2024-02-21spi: cadence-qspi: report correct number of chip-selectThéo Lebrun1-2/+6
2024-02-21spi: cadence-qspi: set maximum chip-select to 4Théo Lebrun1-1/+3
2024-02-21spi: cadence-qspi: assert each subnode flash CS is validThéo Lebrun1-1/+1