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: frequency: m2k-dac: fix backport of trigger status #2609

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

nunojsa
Copy link
Collaborator

@nunojsa nunojsa commented Oct 4, 2024

PR Description

The IIO_ENUM_AVAILABLE() macro only has three arguments upstream (and in the main branch). As 2022_R2 is still based on 5.15, we still need the IIO_ENUM_AVAILABLE_SHARED() out of tree macro.

Fixes: c74f9d7 ("iio: frequency: m2k-dac: Improve trigger attributes")

Also Fixes #2607

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)

The IIO_ENUM_AVAILABLE() macro only has three arguments upstream (and in
the main branch). As 2022_R2 is still based on 5.15, we still need the
IIO_ENUM_AVAILABLE_SHARED() out of tree macro.

Fixes: c74f9d7 ("iio: frequency: m2k-dac: Improve trigger attributes")
Signed-off-by: Nuno Sa <[email protected]>
@nunojsa nunojsa requested review from dumitruceclan and a team October 4, 2024 08:54
@nunojsa nunojsa merged commit 7aa6320 into 2022_R2 Oct 4, 2024
12 checks passed
@nunojsa nunojsa deleted the staging/fix-2022_R2 branch October 4, 2024 10:26
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