aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-06-27spi: synquacer: Add missing clk_disable_unprepare()Gravatar Guo Mengqi 1-0/+1
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionGravatar David Jander 1-2/+25
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()Gravatar David Jander 1-18/+14
2022-06-27spi: Set ctlr->cur_msg also in the sync transfer caseGravatar David Jander 1-0/+1
2022-06-27spi: Remove unneeded READ_ONCE for ctlr->busy flagGravatar David Jander 1-1/+1
2022-06-27spi: Remove the now unused ctlr->idling flagGravatar David Jander 1-2/+0
2022-06-27spi: Remove check for idling in __spi_pump_messages()Gravatar David Jander 1-7/+0
2022-06-27spi: Remove check for controller idling in spi sync pathGravatar David Jander 1-4/+0
2022-06-27spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetGravatar David Jander 1-8/+3
2022-06-27spi: Lock controller idling transition inside the io_mutexGravatar David Jander 1-6/+12
2022-06-27spi: Don't use the message queue if possible in spi_syncGravatar David Jander 1-97/+149
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageGravatar David Jander 1-3/+4
2022-06-27spi: mpc52xx-psc: Switch to using core message queueGravatar Mark Brown 1-82/+34
2022-06-27spi: sh: Switch to using core message queueGravatar Mark Brown 1-66/+28
2022-06-27spi: dw: Add deferred DMA-channels setup supportGravatar Serge Semin 2-8/+22
2022-06-27spi: s3c64xx: constify fsd_spi_port_configGravatar Krzysztof Kozlowski 1-1/+1
2022-06-23spi: fsi: Increase timeout and ensure status is checkedGravatar Eddie James 1-8/+11
2022-06-20spi: topcliff-pch: Use core message validationGravatar Mark Brown 1-29/+1
2022-06-20spi: rockchip: Unmask IRQ at the final to avoid preemptionGravatar Jon Lin 1-4/+7
2022-06-16spi: microchip-core: fix passing zero to PTR_ERR warningGravatar Conor Dooley 1-1/+3
2022-06-14spi: core: Fix error code in spi_register_controller()Gravatar Dan Carpenter 1-0/+1
2022-06-14spi: microchip-core: fix potentially incorrect return from probeGravatar Conor Dooley 1-1/+1
2022-06-13spi: tegra quad: Add Tegra Grace featuresGravatar Mark Brown 1-2/+31
2022-06-13spi: s3c64xx: set pointers to null using NULL rather than 0Gravatar Colin Ian King 1-5/+5
2022-06-13spi: micro: fix unreasonable clk_prepare_enable() on error in mchp_corespi_pr...Gravatar Peng Wu 1-1/+1
2022-06-13spi: tegra210-quad: Multi-cs supportGravatar Krishna Yarlagadda 1-2/+31
2022-06-10spi: atmel-quadspi: add runtime pm supportGravatar Mark Brown 1-11/+93
2022-06-10spi: Use device_find_any_child() instead of custom approachGravatar Andy Shevchenko 1-7/+2
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsGravatar David Jander 1-1/+4
2022-06-10spi: sifive: add PM callbacks to support suspend/resumeGravatar Andy Chiu 1-0/+39
2022-06-09spi: atmel-quadspi: align condition to parenthesisGravatar Claudiu Beznea 1-1/+1
2022-06-09spi: atmel-quadspi: use pm_ptr()Gravatar Claudiu Beznea 1-1/+1
2022-06-09spi: atmel-quadspi: add runtime pm supportGravatar Claudiu Beznea 1-9/+91
2022-06-09spi: Return true/false (not 1/0) from bool functionGravatar Yang Li 1-1/+1
2022-06-09spi: fix platform_no_drv_owner.cocci warningGravatar Yang Li 1-1/+0
2022-06-08spi: s3c64xx: Fix spelling mistake "hannel" -> "channel"Gravatar Colin Ian King 1-1/+1
2022-06-07spi: add support for microchip fpga spi controllersGravatar Conor Dooley 3-0/+642
2022-06-07spi: stm32-qspi: Remove unused parametersGravatar Mark Brown 1-10/+8
2022-06-06spi: spi-ti-qspi: Support per-transfer and per-slave speed_hz settingsGravatar Atsushi Nemoto 1-36/+39
2022-06-06spi: spi.c: Convert statistics to per-cpu u64_stats_tGravatar David Jander 1-45/+98
2022-06-06spi: intel: Use correct order for the parameters of devm_kcalloc()Gravatar Christophe JAILLET 1-2/+2
2022-06-06spi: spi-zynqmp-gqspi: Add two chip select supportGravatar Amit Kumar Mahapatra 1-3/+22
2022-06-06spi: cadence-quadspi: Remove spi_master_put() in probe failure pathGravatar Vaishnav Achath 1-12/+7
2022-06-06spi: s3c64xx: requests spi-dma channel only during data transferGravatar Adithya K V 1-24/+32
2022-06-06spi: spi-altera-dfl: Fix an error handling pathGravatar Christophe JAILLET 1-9/+5
2022-06-06spi: stm32-qspi: Remove stm32_qspi_wait_poll_status() unused parameterGravatar Patrice Chotard 1-3/+2
2022-06-06spi: stm32-qspi: Remove stm32_qspi_wait_cmd() unused parameterGravatar Patrice Chotard 1-3/+2
2022-06-06spi: stm32-qspi: Remove stm32_qspi_get_mode() unused parameterGravatar Patrice Chotard 1-4/+4
2022-06-06spi: spi-mem: Fix spi_mem_poll_status()Gravatar Patrice Chotard 1-1/+1
2022-06-06spi: cadence: Detect transmit FIFO depthGravatar Lars-Peter Clausen 1-4/+23