API: mark context-less event loop functions as deprecated
authorBartosz Golaszewski <bartekgola@gmail.com>
Tue, 2 Oct 2018 14:30:37 +0000 (16:30 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sun, 7 Oct 2018 09:00:15 +0000 (11:00 +0200)
commit5095bdd01a62eeb6c5ca9a38b6c84272f653134c
treed455d168331f7b49492381b320e5bcdbb9e4e84c
parent99bc2260bddfa409a1ad3cb78470b4a9593e9d3e
API: mark context-less event loop functions as deprecated

Mark gpiod_ctxless_event_loop() and gpiod_ctxless_event_loop_multiple()
as deprecated. Those functions suffer from an issue where HW may not
allow setting up both rising and falling egde interrupts. All users
have been converted to using the new event monitor helpers.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
include/gpiod.h