summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard
2024-06-18spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard
2024-06-18spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard
2024-06-12spi: meson-spicc: add spicc loopback modeXianwei Zhao
2024-06-11spi: Rework DMA mapped flagMark Brown
2024-06-10spi: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-10spi: meson-spicc: set SPI clock flag CLK_SET_RATE_PARENTXianwei Zhao
2024-06-10spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko
2024-06-10spi: qup: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-10spi: pci1xxxx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-10spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-10spi: omap2-mcspi: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-10spi: ingenic: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-10spi: dw: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-10spi: Introduce internal spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-07spi: cs42l43: Drop cs35l56 SPI speed down to 11MHzCharles Keepax
2024-06-04spi: cs42l43: Correct SPI root clock speedCharles Keepax
2024-06-03spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directlyAndy Shevchenko
2024-06-03spi: pxa2xx: Move platform driver to a separate fileAndy Shevchenko
2024-06-03spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacksAndy Shevchenko
2024-06-03spi: pxa2xx: Remove superflous check for Intel Atom SoCsAndy Shevchenko
2024-06-03spi: pxa2xx: Remove duplicate checkAndy Shevchenko
2024-06-03spi: pxa2xx: Print DMA burst size only when DMA is enabledAndy Shevchenko
2024-06-03spi: pxa2xx: Utilise temporary variable for struct deviceAndy Shevchenko
2024-06-03spi: pxa2xx: Remove hard coded number of chip select pinsAndy Shevchenko
2024-06-03spi: pxa2xx: Remove no more needed driver dataAndy Shevchenko
2024-06-03spi: pxa2xx: Reorganize the SSP type retrievalAndy Shevchenko
2024-06-03spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resourceAndy Shevchenko
2024-06-03spi: Merge up fixesMark Brown
2024-05-29spi: stm32: Don't warn about spurious interruptsUwe Kleine-König
2024-05-29spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko
2024-05-29spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski
2024-05-29Add support for GPIO based CSMark Brown
2024-05-29spi: gpio: Convert to be used outside of OFMark Brown
2024-05-29spi: bitbang: Clean up the driverMark Brown
2024-05-29spi: differentiate between unsupported and invalidMark Brown
2024-05-29Add optional reset control for Cadence SPIMark Brown
2024-05-27spi: Refactor spi_stop_queue()Andy Shevchenko
2024-05-27spi: Replace custom code with device_match_acpi_handle()Andy Shevchenko
2024-05-27spi: atmel-quadspi: Add missing check for clk_prepareChen Ni
2024-05-27spi: imx: remove empty cleanup functionMartin Kaiser
2024-05-27spi: axi-spi-engine: Add SPI_CS_HIGH supportDavid Lechner
2024-05-27spi: gpio: Use traditional pattern when checking error codesAndy Shevchenko
2024-05-27spi: gpio: Make use of device propertiesAndy Shevchenko
2024-05-27spi: bitbang: Convert unsigned to unsigned intAndy Shevchenko
2024-05-27spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko
2024-05-27spi: spi-microchip-core: Add support for GPIO based CSPrajna Rajendra Kumar
2024-05-27spi: spi-microchip-core: Fix the number of chip selects supportedPrajna Rajendra Kumar
2024-05-27spi: wpcm-fiu: differentiate between unsupported and invalid requestsMiquel Raynal
2024-05-27spi: rpc-if: differentiate between unsupported and invalid requestsMiquel Raynal