From: Bartosz Golaszewski Date: Tue, 3 Jan 2017 21:29:35 +0000 (+0100) Subject: misc: add a TODO file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=45a5390c529e4d64ae56dbfc0008f83a36707371;p=qemu-gpiodev%2Flibgpiod.git misc: add a TODO file Signed-off-by: Bartosz Golaszewski --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..20fccb2 --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +- create a low-level request routine accepting a structure containing request + configuration +- for high-level request functions separate the polarity and direction settings + from other flags +- create a routine for finding GPIO lines by name (plus an extended version + requesting the line too) +- separate the line information logic updates, make it run in the background + after requesting/releasing lines and find a way to inform users of failures + to update line info +- create a set of functions for requesting/waiting for events on lines