summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2022-07-11spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko
2022-07-06spi: Merge AMD fixMark Brown
2022-07-06spi: AMD SPI controller driver bug fix and cleanupsMark Brown
2022-07-06spi: amd: Add struct and enum kernel-doc commentsCristian Ciocaltea
2022-07-06spi: amd: Drop io_base_addr member from struct amd_spiCristian Ciocaltea
2022-07-06spi: amd: Make use of dev_err_probe()Cristian Ciocaltea
2022-07-06spi: amd: Make use of devm_spi_alloc_master()Cristian Ciocaltea
2022-07-06spi: amd: Limit max transfer and message sizeCristian Ciocaltea
2022-06-30Fix some coding style issuesMark Brown
2022-06-30spi: spi.c: Remove redundant else blockDavid Jander
2022-06-30spi: spi.c: Fix comment styleDavid Jander
2022-06-30spi: spi.c: White-space fix in __spi_pump_messages()David Jander
2022-06-30spi: pxa2xx: Add support for Intel Meteor Lake-PJarkko Nikula
2022-06-29spi: aspeed: Fix division by zeroCédric Le Goater
2022-06-29spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptorCédric Le Goater
2022-06-29spi support for Exynos Auto v9 SoCMark Brown
2022-06-29spi: intel: Add support for Intel Meteor Lake-P SPI serial flashMika Westerberg
2022-06-29spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoCChanho Park
2022-06-29spi: s3c64xx: support custom value of internal clock dividerChanho Park
2022-06-29spi: s3c64xx: support loopback modeChanho Park
2022-06-28Optimize spi_sync pathMark Brown
2022-06-27spi: s3c64xx: move dma_release_channel to unprepareChanho Park
2022-06-27spi: synquacer: Add missing clk_disable_unprepare()Guo Mengqi
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionDavid Jander
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander
2022-06-27spi: Set ctlr->cur_msg also in the sync transfer caseDavid Jander
2022-06-27spi: Remove unneeded READ_ONCE for ctlr->busy flagDavid Jander
2022-06-27spi: Remove the now unused ctlr->idling flagDavid Jander
2022-06-27spi: Remove check for idling in __spi_pump_messages()David Jander
2022-06-27spi: Remove check for controller idling in spi sync pathDavid Jander
2022-06-27spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetDavid Jander
2022-06-27spi: Lock controller idling transition inside the io_mutexDavid Jander
2022-06-27spi: Don't use the message queue if possible in spi_syncDavid Jander
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander
2022-06-27spi: mpc52xx-psc: Switch to using core message queueMark Brown
2022-06-27spi: sh: Switch to using core message queueMark Brown
2022-06-27spi: dw: Add deferred DMA-channels setup supportSerge Semin
2022-06-27spi: s3c64xx: constify fsd_spi_port_configKrzysztof Kozlowski
2022-06-23spi: fsi: Increase timeout and ensure status is checkedEddie James
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko
2022-06-20spi: topcliff-pch: Use core message validationMark Brown
2022-06-20spi: rockchip: Unmask IRQ at the final to avoid preemptionJon Lin
2022-06-16spi: microchip-core: fix passing zero to PTR_ERR warningConor Dooley
2022-06-14spi: core: Fix error code in spi_register_controller()Dan Carpenter
2022-06-14spi: microchip-core: fix potentially incorrect return from probeConor Dooley
2022-06-13spi: tegra quad: Add Tegra Grace featuresMark Brown
2022-06-13spi: s3c64xx: set pointers to null using NULL rather than 0Colin Ian King
2022-06-13spi: micro: fix unreasonable clk_prepare_enable() on error in mchp_corespi_pr...Peng Wu
2022-06-13spi: tegra210-quad: Multi-cs supportKrishna Yarlagadda
2022-06-10spi: atmel-quadspi: add runtime pm supportMark Brown