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

Removed use of deprecated IRQF_DISABLED #1

Closed
wants to merge 1 commit into from

Conversation

asmund1
Copy link

@asmund1 asmund1 commented Sep 8, 2016

Removed use of flag IRQF_DISABLED which is NOOP and deprecated since kernel version 2.6.35 and was removed from kernel version 4.1. Kernel patch: https://patchwork.kernel.org/patch/5946431/

Removed use of flag IRQF_DISABLED which is NOOP and deprecated and was removed from kernel version 4.1.
@asmund1
Copy link
Author

asmund1 commented Sep 8, 2016

If accepted, should consider also applying to branch socfpga-16.0.

@rebeccasf
Copy link

We have implemented r = request_irq(irq_number, gpio_isr, intr_type, 0, 0); as current solution.

@rebeccasf rebeccasf closed this Jul 15, 2021
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