summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2024-05-27spi: mxic: differentiate between unsupported and invalid requestsMiquel Raynal
2024-05-27spi: dw: differentiate between unsupported and invalid requestsMiquel Raynal
2024-05-27spi: spi-cadence: Add optional reset control supportJi Sheng Teoh
2024-05-23soi: Don't call DMA sync API when not neededMark Brown
2024-05-23spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König
2024-05-23spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko
2024-05-23spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko
2024-05-09spi: dw: Bail out early on unsupported target modeGeert Uytterhoeven
2024-05-09spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley
2024-05-08spi: Remove unneded check for orig_nentsAndy Shevchenko
2024-05-06spi: pxa2xx: Drop linux/spi/pxa2xx_spi.hMark Brown
2024-05-06spi: dw: Auto-detect number of native CSMark Brown
2024-05-03spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko
2024-05-03spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko
2024-05-03spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko
2024-05-03spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko
2024-05-03spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko