summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/TODO
diff options
context:
space:
mode:
authorMarcus Wolf <linux@Wolf-Entwicklungen.de>2017-07-16 13:52:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-16 17:58:13 +0300
commit874bcba65f9a3a2a304b5f520529c046887c3cdc (patch)
tree420b0446befa1956cf425491240a25ff92d2e469 /drivers/staging/pi433/TODO
parent07119e257309a41e5ec4a896fd8c8e588388269e (diff)
downloadlinux-874bcba65f9a3a2a304b5f520529c046887c3cdc.tar.xz
staging: pi433: New driver
Added a driver for the pi433 radio module (see https://www.pi433.de/en.html for details). Signed-off-by: Marcus Wolf <linux@Wolf-Entwicklungen.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433/TODO')
-rw-r--r--drivers/staging/pi433/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/pi433/TODO b/drivers/staging/pi433/TODO
new file mode 100644
index 000000000000..63a40bfcc67e
--- /dev/null
+++ b/drivers/staging/pi433/TODO
@@ -0,0 +1,5 @@
+* coding style does not fully comply with the kernel style guide.
+* still TODOs, annotated in the code
+* currently the code introduces new IOCTLs. I'm afraid this is a bad idea.
+ -> Replace this with another interface, hints are welcome!
+* Some missing data (marked with ###) needs to be added in the documentation