aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | 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
| * | | | spi: s3c64xx: simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-151-7/+3
| * | | | Merge series "Minor updates for hisi-sfc-v3xx" from Yicong Yang <yangyicong@h...Mark Brown2021-04-121-4/+3
| |\ \ \ \
| | * | | | spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protectionYicong Yang2021-04-121-4/+2
| | * | | | spi: hisi-sfc-v3xx: fix potential irq race conditionYicong Yang2021-04-121-0/+1
| * | | | | spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()Wei Yongjun2021-04-121-1/+3
| |/ / / /
| * | | | Merge series "spi: spi-zynqmp-gpspi: fix some issues" from quanyang.wang@wind...Mark Brown2021-04-091-26/+27
| |\ \ \ \
| | * | | | spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_opQuanyang Wang2021-04-091-1/+1
| | * | | | spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's inter...Quanyang Wang2021-04-091-22/+18
| | * | | | spi: spi-zynqmp-gqspi: add mutex locking for exec_opQuanyang Wang2021-04-091-0/+5
| | * | | | spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_ex...Quanyang Wang2021-04-091-3/+3
| * | | | | spi: davinci: Use device_get_match_data() helperTian Tao2021-04-091-7/+2
| * | | | | spi: qup: fix PM reference leak in spi_qup_remove()Wang Li2021-04-091-1/+1
| * | | | | spi: orion: set devdata properly as it is being used laterMuhammad Usama Anjum2021-04-091-1/+2
| * | | | | spi: imx: add a check for speed_hz before calculating the clockClark Wang2021-04-091-16/+21
| * | | | | spi: omap-100k: Fix reference leak to masterWei Yongjun2021-04-091-3/+3
| * | | | | spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li2021-04-091-1/+1