aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-14spi: Don't have controller clean up spi device before driver unbindSaravana Kannan1-3/+3
2021-05-12spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko1-4/+18
2021-05-12spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang1-0/+1
2021-05-11spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko1-2/+2
2021-05-10spi: take the SPI IO-mutex in the spi_set_cs_timing methodLeilk Liu1-2/+7
2021-05-10spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+3
2021-04-29spi: spi-zynq-qspi: Fix stack violation bugKaren Dombroski1-4/+3
2021-04-29spi: spi-zynq-qspi: Fix kernel-doc warningAmit Kumar Mahapatra1-1/+1
2021-04-28spi: altera: Make SPI_ALTERA_CORE invisibleGeert Uytterhoeven1-1/+1
2021-04-28spi: Fix spi device unregister flowSaravana Kannan1-6/+12
2021-04-23spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko1-5/+4
2021-04-23spi: Convert Freescale QSPI binding to json schemaKuldeep Singh3-66/+97
2021-04-22spi: stm32-qspi: fix debug format stringArnd Bergmann1-1/+1
2021-04-22spi: tools: make a symbolic link to the header file spi.hQuanyang Wang1-2/+3
2021-04-21spi: fsi: add a missing of_node_putChristophe JAILLET1-1/+3
2021-04-21spi: Make error handling of gpiod_count() call cleanerAndy Shevchenko1-6/+7
2021-04-20Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.g...Mark Brown6-163/+422
2021-04-20spidev: Add Micron SPI NOR Authenta device compatibleShivamurthy Shastri1-0/+1
2021-04-20spi: brcm,spi-bcm-qspi: convert to the json-schemaRafał Miłecki3-246/+199
2021-04-20spi: altera: Add DFL bus driver for Altera API ControllerMatthew Gerlach3-0/+214
2021-04-20spi: altera: separate core code from platform codeMatthew Gerlach5-163/+208
2021-04-20spi: stm32-qspi: Fix compilation warning in ARM64Patrice Chotard1-1/+1
2021-04-19Merge series "spi: stm32-qspi: Fix and update" from <patrice.chotard@foss.st....Mark Brown1-22/+84
2021-04-19spi: Handle SPI device setup callback failure.Joe Burmeister1-1/+8
2021-04-19spi: sync up initial chipselect stateDavid Bauer1-8/+8
2021-04-19spi: stm32-qspi: Add dirmap supportPatrice Chotard1-16/+67
2021-04-19spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transferPatrice Chotard1-2/+3
2021-04-19spi: stm32-qspi: fix pm_runtime usage_count counterChristophe Kerello1-4/+14
2021-04-16spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single failsQuanyang Wang1-6/+20
2021-04-16spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_opQuanyang Wang1-10/+4
2021-04-16spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bugAmit Kumar Mahapatra1-4/+6
2021-04-16spi: spi-zynqmp-gqspi: fix hang issue when suspend/resumeQuanyang Wang1-6/+14
2021-04-16spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issueQuanyang Wang1-39/+8
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown5-8/+12
2021-04-15spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probeDinghao Liu1-2/+12
2021-04-15spi: s3c64xx: constify driver/match dataKrzysztof Kozlowski1-11/+10
2021-04-15spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_configKrzysztof Kozlowski1-1/+1
2021-04-15spi: s3c64xx: simplify getting of_device_id match dataKrzysztof Kozlowski1-7/+3
2021-04-15spi: pxa2xx: Add support for Intel Alder Lake PCH-MJarkko Nikula1-0/+4
2021-04-12Merge series "Minor updates for hisi-sfc-v3xx" from Yicong Yang <yangyicong@h...Mark Brown1-4/+3
2021-04-12spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()Wei Yongjun1-1/+3
2021-04-12spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protectionYicong Yang1-4/+2
2021-04-12spi: hisi-sfc-v3xx: fix potential irq race conditionYicong Yang1-0/+1
2021-04-09Merge series "spi: spi-zynqmp-gpspi: fix some issues" from quanyang.wang@wind...Mark Brown1-26/+27
2021-04-09spi: davinci: Use device_get_match_data() helperTian Tao1-7/+2
2021-04-09spi: qup: fix PM reference leak in spi_qup_remove()Wang Li1-1/+1
2021-04-09spi: orion: set devdata properly as it is being used laterMuhammad Usama Anjum1-1/+2
2021-04-09spi: imx: add a check for speed_hz before calculating the clockClark Wang1-16/+21
2021-04-09spi: omap-100k: Fix reference leak to masterWei Yongjun1-3/+3
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li1-1/+1