aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2021-05-11spi: pxa2xx: Extract clear_SSCR1_bits() helperAndy Shevchenko3-8/+8
2021-05-11spi: pxa2xx: Extract pxa2xx_spi_update() helperAndy Shevchenko1-19/+14
2021-05-11spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko2-21/+19
2021-05-11spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()Andy Shevchenko1-12/+5
2021-05-11spi: pxa2xx: Introduce int_stop_and_reset() helperAndy Shevchenko1-14/+13
2021-05-11Merge series "spi: Set of cleanups" from Jay Fang <f.fangjian@huawei.com>:Mark Brown7-11/+9
2021-05-11Merge series "spi: pxa2xx: Set of cleanups" from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:Mark Brown4-45/+35
2021-05-10spi: tegra210-quad: Fix an error messageChristophe JAILLET1-1/+1
2021-05-10spi: tegra114: Fix an error messageChristophe JAILLET1-2/+1
2021-05-10spi: omap-100k: Fix the length judgment problemTian Tao1-1/+1
2021-05-10spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang1-1/+3
2021-05-10spi: pxa2xx: Replace header inclusions by forward declarationsAndy Shevchenko4-10/+15
2021-05-10spi: pxa2xx: Utilize struct device from struct ssp_deviceAndy Shevchenko4-18/+11
2021-05-10spi: pxa2xx: Utilize MMIO and physical base from struct ssp_deviceAndy Shevchenko3-15/+7
2021-05-10spi: pxa2xx: Use one point of return when ->probe() failsAndy Shevchenko1-2/+2
2021-05-10spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang1-1/+1
2021-05-10spi: delete repeated words in commentsJay Fang5-7/+7
2021-05-10spi: omap-100k: Clean the value of 'status' is not usedJay Fang1-2/+0
2021-05-10spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>Jay Fang1-1/+1
2021-05-10Merge existing fixes from spi/for-5.13Mark Brown3-12/+17
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-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+2
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-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2021-04-26Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds49-632/+1488
2021-04-23spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko1-5/+4
2021-04-22spi: stm32-qspi: fix debug format stringArnd Bergmann1-1/+1
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-21spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko1-1/+1
2021-04-21spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko1-2/+3
2021-04-21spi: Make of_register_spi_device also set the fwnodeCharles Keepax1-0/+1
2021-04-20Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.gerlach@linux.intel.comMark Brown5-163/+401
2021-04-20spidev: Add Micron SPI NOR Authenta device compatibleShivamurthy Shastri1-0/+1
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 Gerlach4-163/+187
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.com>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