summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: sc18is602: implement .max_{transfer,message}_size() for the controllerVladimir Oltean2021-05-211-0/+7
* spi: sc18is602: don't consider the chip select byte in sc18is602_check_transferVladimir Oltean2021-05-211-1/+1
* Merge tag 'v5.13-rc2' into spi-5.13Mark Brown2021-05-185-27/+16
|\
| * Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-3/+2
| |\
| | * Merge tag 'mute-led-rework' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2021-03-311-0/+1
| | |\
| | * | spi: imx: Use of_device_get_match_data() helperTian Tao2021-03-251-3/+2
| * | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+2
| |\ \ \
| | * | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
| | | |/ | | |/|
| * | | Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-04-2649-632/+1488
| |\ \ \
| * \ \ \ Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2021-04-122-23/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | spi: spi-qcom-qspi: Convert to use resource-managed OPP APIYangtao Li2021-03-161-13/+5
| | * | | spi: spi-geni-qcom: Convert to use resource-managed OPP APIYangtao Li2021-03-161-10/+6
| | | |/ | | |/|
| * / | spi: cadence: set cqspi to the driver_data field of struct deviceMeng Li2021-03-111-0/+1
| |/ /
* | | spi: Don't have controller clean up spi device before driver unbindSaravana Kannan2021-05-141-3/+3
* | | spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko2021-05-121-4/+18
* | | spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang2021-05-121-0/+1
* | | spi: take the SPI IO-mutex in the spi_set_cs_timing methodLeilk Liu2021-05-101-2/+7
* | | spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET2021-05-101-1/+3
* | | spi: spi-zynq-qspi: Fix stack violation bugKaren Dombroski2021-04-291-4/+3
* | | spi: spi-zynq-qspi: Fix kernel-doc warningAmit Kumar Mahapatra2021-04-291-1/+1
* | | spi: altera: Make SPI_ALTERA_CORE invisibleGeert Uytterhoeven2021-04-281-1/+1
* | | spi: Fix spi device unregister flowSaravana Kannan2021-04-281-6/+12
| |/ |/|
* | spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko2021-04-231-5/+4
* | spi: stm32-qspi: fix debug format stringArnd Bergmann2021-04-221-1/+1
* | spi: fsi: add a missing of_node_putChristophe JAILLET2021-04-211-1/+3
* | spi: Make error handling of gpiod_count() call cleanerAndy Shevchenko2021-04-211-6/+7
* | Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.g...Mark Brown2021-04-205-163/+401
|\ \
| * | spi: altera: Add DFL bus driver for Altera API ControllerMatthew Gerlach2021-04-203-0/+214
| * | spi: altera: separate core code from platform codeMatthew Gerlach2021-04-204-163/+187
* | | spidev: Add Micron SPI NOR Authenta device compatibleShivamurthy Shastri2021-04-201-0/+1
|/ /
* | spi: stm32-qspi: Fix compilation warning in ARM64Patrice Chotard2021-04-201-1/+1
* | Merge series "spi: stm32-qspi: Fix and update" from <patrice.chotard@foss.st....Mark Brown2021-04-191-22/+84
|\ \
| * | spi: stm32-qspi: Add dirmap supportPatrice Chotard2021-04-191-16/+67
| * | spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transferPatrice Chotard2021-04-191-2/+3
| * | spi: stm32-qspi: fix pm_runtime usage_count counterChristophe Kerello2021-04-191-4/+14
* | | spi: Handle SPI device setup callback failure.Joe Burmeister2021-04-191-1/+8
* | | spi: sync up initial chipselect stateDavid Bauer2021-04-191-8/+8
|/ /
* | spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single failsQuanyang Wang2021-04-161-6/+20
* | spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_opQuanyang Wang2021-04-161-10/+4
* | spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bugAmit Kumar Mahapatra2021-04-161-4/+6
* | spi: spi-zynqmp-gqspi: fix hang issue when suspend/resumeQuanyang Wang2021-04-161-6/+14
* | spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issueQuanyang Wang2021-04-161-39/+8
* | Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-153-8/+8
|\ \
| * | spi: pxa2xx: Add support for Intel Alder Lake PCH-MJarkko Nikula2021-04-151-0/+4
| * | spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2021-04-081-7/+2
| * | spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probeDinghao Liu2021-04-081-0/+1
| * | spi: stm32: drop devres version of spi_register_masterAntonio Borneo2021-03-121-1/+2
* | | spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probeDinghao Liu2021-04-151-2/+12
* | | spi: s3c64xx: constify driver/match dataKrzysztof Kozlowski2021-04-151-11/+10
* | | spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_configKrzysztof Kozlowski2021-04-151-1/+1