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

drivers/gpio PCA9555 - epoll_wait(2) misses first irq after setting an irq mask... #673

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

Commits on May 3, 2019

  1. When ones changes the state of any input pins of a PCA9555 chip befor…

    …e setting up the IRQ mask through i.e. SysFS e.g.
    
    echo "both" > /sys/class/gpio/gpioXYZ/edge the epoll_wait shall not exit on the subsequent change of the GPIO state.
    The reason behind it is that the IRQ status is not being saved when the IRQ is masked.
    Tomasz Kazimierz Motyl committed May 3, 2019
    Configuration menu
    Copy the full SHA
    08145a7 View commit details
    Browse the repository at this point in the history