misc: add a TODO file
authorBartosz Golaszewski <bartekgola@gmail.com>
Tue, 3 Jan 2017 21:29:35 +0000 (22:29 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Tue, 3 Jan 2017 21:29:35 +0000 (22:29 +0100)
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
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