Skip to content

iio: adc: ad_sigma_delta: fix spi engine offload #2676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

dumitruceclan
Copy link
Contributor

Enabling append status breaks projects that also use SPI engine offload (cn0363). Append status is only necessary when using CPU for reading samples.

Check if SPI engine offload is used before enabling append status.

Fixes: 27b588f ("Merge tag 'xilinx-v2023.1' of https://github.com/Xilinx/linux-xlnx.git")

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly (if there is the case)

Enabling append status breaks projects that also use SPI engine offload
(cn0363). Append status is only necessary when using CPU for reading
samples.

Check if SPI engine offload is used before enabling append status.

Fixes: 27b588f ("Merge tag 'xilinx-v2023.1' of https://github.com/Xilinx/linux-xlnx.git")
Signed-off-by: Dumitru Ceclan <dumitru.ceclan@analog.com>
@dumitruceclan dumitruceclan merged commit c537d10 into 2023_R2 Dec 12, 2024
13 checks passed
@dumitruceclan dumitruceclan deleted the dev/2023_R2_ad_sd_spi_engine_fix branch December 12, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants