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

Allow GPIO ISR and state read on UP2 #1030

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

Conversation

AndreasAZiegler
Copy link

@AndreasAZiegler AndreasAZiegler commented Jul 22, 2020

This PR addresses #937.

By setting chardev_capable = 0 it is possible to activate ISR on a pin AND read the state of the pin out.

With this change it is possible to activate ISR on a GPIO on the UP2
board and read its state.

Signed-off-by: Andreas Ziegler <[email protected]>
@Propanu
Copy link
Contributor

Propanu commented Aug 6, 2020

Hi @AndreasAZiegler, unfortunately this will also reduce GPIO read/write performance so my take is somehow it has to be offered as an option instead. I'll add a comment with more details on #937, I think what you're really asking for is for AAEON to update their pinmuxing driver.

@AndreasAZiegler
Copy link
Author

@Propanu Thanks for your information.
Would you mind, pointing me towards the place(s) where it is best to add such an option. Furthermore, do you know if it makes sense to report this to AAEON respectively is this already reported?

@Propanu
Copy link
Contributor

Propanu commented Aug 13, 2020

There were definitely some attempts to enable interrupts with the pinctrl driver Emutex provided by the community, but it's very likely you'll need to build it from source to get kernel ISR support for the board. Here are some links for the driver and the discussion I mentioned:

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.

None yet

2 participants