aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-06-03spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directlyAndy Shevchenko1-26/+13
2024-06-03spi: pxa2xx: Move platform driver to a separate fileAndy Shevchenko4-208/+230
2024-06-03spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacksAndy Shevchenko1-19/+33
2024-06-03spi: pxa2xx: Remove superflous check for Intel Atom SoCsAndy Shevchenko1-15/+11
2024-06-03spi: pxa2xx: Remove duplicate checkAndy Shevchenko1-3/+0
2024-06-03spi: pxa2xx: Print DMA burst size only when DMA is enabledAndy Shevchenko1-1/+2
2024-06-03spi: pxa2xx: Utilise temporary variable for struct deviceAndy Shevchenko1-10/+11
2024-06-03spi: pxa2xx: Remove hard coded number of chip select pinsAndy Shevchenko1-4/+0
2024-06-03spi: pxa2xx: Remove no more needed driver dataAndy Shevchenko1-6/+6
2024-06-03spi: pxa2xx: Reorganize the SSP type retrievalAndy Shevchenko1-14/+11
2024-06-03spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resourceAndy Shevchenko1-18/+32
2024-06-03spi: Merge up fixesMark Brown3-6/+25
2024-05-29spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-05-29spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko1-0/+9
2024-05-29spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski1-5/+15
2024-05-29Add support for GPIO based CSMark Brown1-1/+5
2024-05-29spi: gpio: Convert to be used outside of OFMark Brown1-41/+25
2024-05-29spi: bitbang: Clean up the driverMark Brown1-46/+27
2024-05-29spi: differentiate between unsupported and invalidMark Brown4-14/+16
2024-05-29Add optional reset control for Cadence SPIMark Brown1-0/+13
2024-05-27spi: Refactor spi_stop_queue()Andy Shevchenko1-15/+10
2024-05-27spi: Replace custom code with device_match_acpi_handle()Andy Shevchenko1-2/+2
2024-05-27spi: atmel-quadspi: Add missing check for clk_prepareChen Ni1-2/+9
2024-05-27spi: imx: remove empty cleanup functionMartin Kaiser1-5/+0
2024-05-27spi: axi-spi-engine: Add SPI_CS_HIGH supportDavid Lechner1-0/+34
2024-05-27spi: gpio: Use traditional pattern when checking error codesAndy Shevchenko1-8/+7
2024-05-27spi: gpio: Make use of device propertiesAndy Shevchenko1-33/+18
2024-05-27spi: bitbang: Convert unsigned to unsigned intAndy Shevchenko1-24/+18
2024-05-27spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko1-22/+9
2024-05-27spi: spi-microchip-core: Add support for GPIO based CSPrajna Rajendra Kumar1-0/+4
2024-05-27spi: spi-microchip-core: Fix the number of chip selects supportedPrajna Rajendra Kumar1-1/+1
2024-05-27spi: wpcm-fiu: differentiate between unsupported and invalid requestsMiquel Raynal1-3/+3
2024-05-27spi: rpc-if: differentiate between unsupported and invalid requestsMiquel Raynal1-6/+6
2024-05-27spi: mxic: differentiate between unsupported and invalid requestsMiquel Raynal1-1/+1
2024-05-27spi: dw: differentiate between unsupported and invalid requestsMiquel Raynal1-4/+6
2024-05-27spi: spi-cadence: Add optional reset control supportJi Sheng Teoh1-0/+13
2024-05-23soi: Don't call DMA sync API when not neededMark Brown40-517/+1909
2024-05-23spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König1-2/+12
2024-05-23spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko1-5/+13
2024-05-23spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-05-09spi: dw: Bail out early on unsupported target modeGeert Uytterhoeven1-0/+5
2024-05-09spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley1-0/+1
2024-05-08spi: Remove unneded check for orig_nentsAndy Shevchenko1-14/+8
2024-05-06spi: pxa2xx: Drop linux/spi/pxa2xx_spi.hMark Brown5-118/+69
2024-05-06spi: dw: Auto-detect number of native CSMark Brown3-11/+19
2024-05-03spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko2-8/+8
2024-05-03spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko2-4/+1
2024-05-03spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko3-61/+9
2024-05-03spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko3-46/+2
2024-05-03spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko4-7/+22