summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-04-16spi: Extract spi_toggle_csgpiod() helper for better maintananceAndy Shevchenko
2024-04-15spi: pxa2xx: Move number of CS pins validation out of conditionAndy Shevchenko
2024-04-15spi: altera: Drop unneeded MODULE_ALIASKrzysztof Kozlowski
2024-04-14spi: axi-spi-engine: fix version format stringDavid Lechner
2024-04-10spi: cadence-xspi: use for_each_available_child_of_node_scoped()Kousik Sanagavarapu
2024-04-08spi: cadence-qspi: minimise register accesses on each op if !DTRThéo Lebrun
2024-04-08spi: cadence-qspi: store device data pointer in private structThéo Lebrun
2024-04-08spi: cadence-qspi: allow building for MIPSThéo Lebrun
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-04-02spi: pxa2xx: Call pxa_ssp_free() after getting the SSP typeAndy Shevchenko
2024-03-29spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim
2024-03-29spi: more tx_buf/rx_buf removalMark Brown
2024-03-29Add multi mode support for omap-mcspiMark Brown
2024-03-28spi: fsl: remove is_dma_mapped checksDavid Lechner
2024-03-28spi: au1550: t->{tx,rx}_dma checksDavid Lechner
2024-03-28spi: pxa2xx: Skip SSP initialization if it's done elsewhereAndy Shevchenko
2024-03-28spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helperAndy Shevchenko
2024-03-28spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()Andy Shevchenko
2024-03-28spi: pxa2xx: Narrow the Kconfig option visibilityAndy Shevchenko
2024-03-28spi: omap2-mcpsi: Enable MULTI-mode in more situationsLouis Chauvet
2024-03-28spi: omap2-mcspi: Add support for MULTI-modeLouis Chauvet
2024-03-28spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"Louis Chauvet
2024-03-28spi: fsl-dspi: drop driver owner assignmentKrzysztof Kozlowski
2024-03-28spi: coldfire-qspi: drop driver owner assignmentKrzysztof Kozlowski
2024-03-28spi: loopback-test: drop driver owner assignmentKrzysztof Kozlowski
2024-03-26spi: pxa2xx: Switch to use dev_err_probe()Andy Shevchenko
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner
2024-03-25spi: spi_amd: Add support for SPI MEM frameworkRaju Rangoju
2024-03-25spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko
2024-03-25spi: spi-mt65xx: Rename a variable in interrupt handlerFei Shao
2024-03-25spi: mt7621: allow GPIO chip select linesJustin Swartz
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