summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-07-26spi: fix ctrl->num_chipselect constraintTudor Ambarus1-5/+7
2019-07-26spi: rockchip: turn down tx dma burstsEmil Renner Berthing1-2/+2
2019-07-10spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing1-1/+1
2019-06-15dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-6/+1
2019-05-31spi: Fix zero length xfer bugChris Lesiak1-0/+2
2019-05-31spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho1-1/+1
2019-05-31spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven1-3/+6
2019-05-31spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki1-2/+13
2019-05-31spi: export tracepoint symbols to modulesArnd Bergmann1-0/+2
2019-05-31spi: stm32-qspi: add spi_master_put in release functionLudovic Barre1-18/+28
2019-05-31spi: tegra114: reset controller on probeSowjanya Komatineni1-14/+18
2019-05-31spi: Add missing error handling for CS GPIOsGeert Uytterhoeven1-0/+2
2019-05-31spi: Don't call spi_get_gpio_descs() before device name is setAndrey Smirnov1-18/+19
2019-05-31spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi1-2/+6
2019-05-31spi: atmel-quadspi: fix crash while suspendingClaudiu Beznea1-2/+4
2019-03-10Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-03-04Merge branch 'spi-5.1' into spi-nextMark Brown30-1141/+4799
2019-03-04Merge branch 'spi-5.0' into spi-linusMark Brown11-76/+91
2019-03-04spi: sh-msiof: Restrict bits per word to 8/16/24/32 on R-Car Gen2/3Geert Uytterhoeven1-1/+7
2019-02-22spi: sifive: Remove redundant dev_err call in sifive_spi_probe()Wei Yongjun1-1/+0
2019-02-22spi: sifive: Remove spi_master_put in sifive_spi_remove()Wei Yongjun1-1/+0
2019-02-21spi: spi-gpio: fix SPI_CS_HIGH capabilityRussell King1-2/+2
2019-02-20Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown10-74/+89
2019-02-20spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko1-0/+1
2019-02-19spi: sifive: Add driver for the SiFive SPI controllerYash Shah3-0/+457
2019-02-13spi: sprd: Add a prefix for SPI DMA channel macrosBaolin Wang1-21/+21
2019-02-13spi: sprd: spi: sprd: Add DMA mode supportLanqing Liu1-3/+290
2019-02-13spi: sprd: Add the SPI irq function for the SPI DMA modeLanqing Liu1-0/+51
2019-02-12spi: use gpio[d]_set_value_cansleep for setting chipselect GPIOFelix Fietkau1-2/+3
2019-02-12spi: gpio: Advertise support for SPI_CS_HIGHJonathan Neuschäfer1-1/+2
2019-02-08spi: sh-msiof: Replace spi_master by spi_controllerGeert Uytterhoeven1-85/+83
2019-02-08spi: sh-hspi: Replace spi_master by spi_controllerGeert Uytterhoeven1-18/+18
2019-02-08spi: rspi: Replace spi_master by spi_controllerGeert Uytterhoeven1-85/+85
2019-02-06spi: atmel-quadspi: add support for sam9x60 qspi controllerTudor Ambarus1-35/+128
2019-02-06spi: atmel-quadspi: add support for named peripheral clockTudor Ambarus1-15/+18
2019-02-06spi: atmel-quadspi: rework transfer macrosTudor Ambarus1-9/+4
2019-02-06spi: atmel-quadspi: switch to SPDX license identifiersTudor Ambarus1-12/+1
2019-02-06spi: atmel-quadspi: return appropriate error codeTudor Ambarus1-2/+2
2019-02-06spi: atmel-quadspi: remove unnecessary castTudor Ambarus1-1/+1
2019-02-06spi: atmel-quadspi: fix naming schemeTudor Ambarus1-8/+8
2019-02-06spi: atmel-quadspi: drop wrappers for iomem accessesTudor Ambarus1-28/+17
2019-02-06spi: atmel-quadspi: order header files inclusion alphabeticallyTudor Ambarus1-5/+4
2019-02-06spi: atmel-quadspi: cache MR value to avoid a write accessTudor Ambarus1-1/+13
2019-02-06spi: spi-fsl-dspi: Provide support for DSPI slave mode operation (Vybryd vf610)Lukasz Majewski1-10/+30
2019-02-02PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2019-01-31spi-atmel: support inter-word delayJonas Bonn1-5/+6
2019-01-31spi: support inter-word delay requirement for devicesJonas Bonn1-0/+5
2019-01-29spi: mxs: add tracing to custom .transfer_one_message callbackUwe Kleine-König1-0/+5
2019-01-29spi: spi-mem: spi-fsl-qspi: typo fix in author nameYogesh Narayan Gaur1-2/+2
2019-01-29spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R1-3/+3