summaryrefslogtreecommitdiffstats
path: root/fs/dlm (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-11spi: remove duplicate parameters check in acpi_spi_add_resource()Andy Shevchenko1-3/+0
2022-07-11spi: propagate error code to the caller of acpi_spi_device_alloc()Andy Shevchenko1-1/+1
2022-07-11spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko1-1/+1
2022-07-06spi: amd: Add struct and enum kernel-doc commentsCristian Ciocaltea1-2/+12
2022-07-06spi: amd: Drop io_base_addr member from struct amd_spiCristian Ciocaltea1-1/+0
2022-07-06spi: amd: Make use of dev_err_probe()Cristian Ciocaltea1-11/+8
2022-07-06spi: amd: Make use of devm_spi_alloc_master()Cristian Ciocaltea1-11/+4
2022-07-06spi: amd: Limit max transfer and message sizeCristian Ciocaltea1-0/+8
2022-07-04spi: dt-bindings: zynqmp-qspi: add missing 'required'Krzysztof Kozlowski1-0/+7
2022-07-04spi: dt-bindings: cadence: add missing 'required'Krzysztof Kozlowski1-0/+7
2022-07-01spi: dt-bindings: dw-apb-ssi: update spi-{r,t}x-bus-widthConor Dooley1-6/+0
2022-06-30spi: spi.c: Remove redundant else blockDavid Jander1-5/+5
2022-06-30spi: spi.c: Fix comment styleDavid Jander2-88/+88
2022-06-30spi: spi.c: White-space fix in __spi_pump_messages()David Jander1-1/+1
2022-06-30spi: pxa2xx: Add support for Intel Meteor Lake-PJarkko Nikula1-0/+4
2022-06-29spi: intel: Add support for Intel Meteor Lake-P SPI serial flashMika Westerberg1-0/+1
2022-06-29spi: s3c64xx: define exynosautov9 compatibleChanho Park1-1/+4
2022-06-29spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoCChanho Park1-1/+17
2022-06-29spi: s3c64xx: support custom value of internal clock dividerChanho Park1-8/+20
2022-06-29spi: s3c64xx: support loopback modeChanho Park1-0/+8
2022-06-28spi: s3c64xx: move dma_release_channel to unprepareChanho Park1-8/+19
2022-06-28spi: synquacer: Add missing clk_disable_unprepare()Guo Mengqi1-0/+1
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionDavid Jander2-2/+33
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander2-22/+16
2022-06-27spi: Set ctlr->cur_msg also in the sync transfer caseDavid Jander1-0/+1
2022-06-27spi: Remove unneeded READ_ONCE for ctlr->busy flagDavid Jander1-1/+1
2022-06-27spi: Remove the now unused ctlr->idling flagDavid Jander2-4/+0
2022-06-27spi: Remove check for idling in __spi_pump_messages()David Jander1-7/+0
2022-06-27spi: Remove check for controller idling in spi sync pathDavid Jander1-4/+0
2022-06-27spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetDavid Jander1-8/+3
2022-06-27spi: Lock controller idling transition inside the io_mutexDavid Jander1-6/+12
2022-06-27spi: Don't use the message queue if possible in spi_syncDavid Jander2-98/+159
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander2-6/+8
2022-06-27spi: mpc52xx-psc: Switch to using core message queueMark Brown1-82/+34
2022-06-27spi: sh: Switch to using core message queueMark Brown1-66/+28
2022-06-27spi: dt-bindings: samsung: Add Exynos4210 SPIKrzysztof Kozlowski1-0/+1
2022-06-27spi: dw: Add deferred DMA-channels setup supportSerge Semin2-8/+22
2022-06-27spi: s3c64xx: constify fsd_spi_port_configKrzysztof Kozlowski1-1/+1
2022-06-23spi: fsi: Increase timeout and ensure status is checkedEddie James1-8/+11
2022-06-20spi: topcliff-pch: Use core message validationMark Brown1-29/+1
2022-06-16spi: microchip-core: fix passing zero to PTR_ERR warningConor Dooley1-1/+3
2022-06-14spi: core: Fix error code in spi_register_controller()Dan Carpenter1-0/+1
2022-06-14spi: microchip-core: fix potentially incorrect return from probeConor Dooley1-1/+1
2022-06-13spi: spidev_test: Warn when the mode is not the requested modeDavid Fries1-0/+11
2022-06-13spi: s3c64xx: set pointers to null using NULL rather than 0Colin Ian King1-5/+5
2022-06-13spi: micro: fix unreasonable clk_prepare_enable() on error in mchp_corespi_pr...Peng Wu1-1/+1
2022-06-13spi: dt-bindings: Add compatible for Tegra241 QSPIKrishna Yarlagadda1-0/+1
2022-06-13spi: dt-bindings: split peripheral prodsKrishna Yarlagadda3-21/+34
2022-06-13spi: tegra210-quad: Multi-cs supportKrishna Yarlagadda1-2/+31
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsDavid Jander2-3/+12