summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | spi: s3c64xx: propagate the dma_submit_error() error codeTudor Ambarus2024-02-081-1/+1
| | * | spi: s3c64xx: check return code of dmaengine_slave_config()Tudor Ambarus2024-02-081-1/+3
| | * | spi: s3c64xx: move common code outside if elseTudor Ambarus2024-02-081-4/+2
| | * | spi: s3c64xx: remove else after returnTudor Ambarus2024-02-081-4/+2
| | * | spi: s3c64xx: remove unneeded (void *) casts in of_match_tableTudor Ambarus2024-02-081-9/+9
| | * | spi: s3c64xx: fix typo, s/configuartion/configurationTudor Ambarus2024-02-081-1/+1
| | * | spi: s3c64xx: avoid possible negative array indexTudor Ambarus2024-02-081-0/+3
| | * | spi: s3c64xx: explicitly include <linux/types.h>Tudor Ambarus2024-02-081-0/+1
| | * | spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus2024-02-081-0/+1
| | * | spi: s3c64xx: explicitly include <linux/io.h>Tudor Ambarus2024-02-081-0/+1
| | * | spi: s3c64xx: sort headers alphabeticallyTudor Ambarus2024-02-081-7/+6
| * | | spi: get rid of some legacy macrosMark Brown2024-02-0827-100/+109
| |\ \ \
| | * | | spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| | * | | spi: fsl-lib: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-7/+7
| | * | | spi: spidev: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| | * | | spi: slave-mt27xx: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| | * | | spi: loopback-test: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-2/+2
| | * | | spi: geni-qcom: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| | * | | spi: cavium: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-082-4/+4
| | * | | spi: cadence-quadspi: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| | * | | spi: cadence-quadspi: Don't emit error message on allocation errorUwe Kleine-König2024-02-081-3/+2
| | * | | spi: bitbang: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-0812-58/+58
| * | | | spi: s3c64xx: add support for google,gs101-spiMark Brown2024-02-081-15/+70
| |\ \ \ \
| | * | | | spi: s3c64xx: add support for google,gs101-spiTudor Ambarus2024-02-081-1/+17
| | * | | | spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessorsTudor Ambarus2024-02-081-2/+34
| | * | | | spi: s3c64xx: prepare for a different flavor of iowrite repTudor Ambarus2024-02-081-14/+21
| | | |/ / | | |/| |
| * | | | spi: mchp-pci1xxxx: DMA support for copying data to and from SPI BufThangaraj Samynathan2024-02-081-27/+338
| * | | | spi: mchp-pci1xxxx: Add support for DMA in SPIThangaraj Samynathan2024-02-081-0/+145
| |/ / /
| * | | spi: axi-spi-engine: move msg finalization out of irq handlerDavid Lechner2024-02-071-25/+15
| * | | spi: axi-spi-engine: remove use of ida for sync idDavid Lechner2024-02-071-22/+6
| * | | spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner2024-02-072-17/+9
| * | | spi: fsl-dspi: A couple of error handlingMark Brown2024-02-061-10/+5
| |\ \ \
| | * | | spi: fsl-dspi: Unify error messaging in dspi_request_dma()andy.shevchenko@gmail.com2024-02-051-8/+5
| | * | | spi: fsl-dspi: Preserve error code returned by dmaengine_slave_config()andy.shevchenko@gmail.com2024-02-051-2/+0
| * | | | spi: spi-rockchip: Fix max_native_csLuis de Arquer2024-02-051-3/+2
| * | | | spi: spi-rockchip: Fix out of bounds array accessLuis de Arquer2024-02-051-8/+0
| * | | | spi: intel: Keep the BIOS partition inside the first chipMika Westerberg2024-02-051-4/+11
| * | | | spi: intel: Add default partition and name to the second chipMika Westerberg2024-02-051-1/+18
| * | | | spi: axi-spi-engine: use common AXI macrosDavid Lechner2024-02-051-11/+6
| * | | | spi: bcm2835: implement ctlr->max_transfer_sizeDavid Lechner2024-02-051-13/+14
| * | | | spi: move split xfers for CS_WORD emulationDavid Lechner2024-02-051-32/+31
| |/ / /
| * | | spi: cs42l43: Clean up of firmware nodeCharles Keepax2024-02-021-6/+16
| * | | spi: Kconfig: cap[c]abilityAhelenia Ziemiańska2024-01-291-1/+1
| * | | spi: avoid double validation in __spi_sync()David Lechner2024-01-261-52/+6
| * | | spi: cs42l43: Handle error from devm_pm_runtime_enable()Charles Keepax2024-01-251-1/+4
| * | | arm64: exynos: Enable SPI for Exynos850Mark Brown2024-01-241-0/+14
| |\ \ \
| | * | | spi: s3c64xx: Add Exynos850 supportSam Protsenko2024-01-241-0/+14
| * | | | spi: consolidate setting message->spiDavid Lechner2024-01-241-7/+2
| |/ / /
| * | | spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko2024-01-221-7/+6
| * | | spi: nxp-fspi: Adjust LUT debug output alignmentAlexander Stein2024-01-221-1/+1