summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-04-26spi: cadence-qspi: allow FIFO depth detectionThéo Lebrun
2024-04-24spi: spi-s3c64xx.c: Remove of_node_put for auto cleanupShivani Gupta
2024-04-23spi: mux: Fix master controller settings after mux selectHeikki Keranen
2024-04-19spi: cs42l43: Correct name of ACPI propertyMaciej Strozek
2024-04-17spi: oc-tiny: Remove unused of_gpio.hAndy Shevchenko
2024-04-17spi: cs42l43: Use devm_add_action_or_reset()Charles Keepax
2024-04-17Add bridged amplifiers to cs42l43Mark Brown
2024-04-16spi: More refacroings after multi-CS supportMark Brown
2024-04-16spi: cs42l43: Add bridged cs35l56 amplifiersMaciej Strozek
2024-04-16spi: Update swnode based SPI devices to use the fwnode nameCharles Keepax
2024-04-16spi: Switch to using is_acpi_device_node() in spi_dev_set_name()Charles Keepax
2024-04-16spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu
2024-04-16spi: Consistently use BIT for cs_index_mask (part 2)Andy Shevchenko
2024-04-16spi: Introduce spi_for_each_valid_cs() in order of deduplicationAndy Shevchenko
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