Skip to content
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

iio: adc: ad7944: always use 32-bit DMA word for offload #2634

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Oct 25, 2024

PR Description

The HDL team is trying to standardize on using always 32-bit DMA words for SPI offload. Add a new channel_offloads channel configuration to reflect this. Also, since we are adding a new channel configuration, we can move the sampling frequency attribute implementation to use IIO_CHAN_INFO_SAMP_FREQ.

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)

Tested with AD7985.

The HDL team is trying to standardize on using always 32-bit DMA words
for SPI offload. Add a new channel_offloads channel configuration to
reflect this. Also, since we are adding a new channel configuration,
we can move the sampling frequency attribute implementation to use
IIO_CHAN_INFO_SAMP_FREQ.

Signed-off-by: David Lechner <dlechner@baylibre.com>
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.

1 participant