summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/ipu3/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/ipu3/TODO')
-rw-r--r--drivers/staging/media/ipu3/TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/media/ipu3/TODO b/drivers/staging/media/ipu3/TODO
new file mode 100644
index 0000000000..3fd1fc10b6
--- /dev/null
+++ b/drivers/staging/media/ipu3/TODO
@@ -0,0 +1,12 @@
+This is a list of things that need to be done to get this driver out of the
+staging directory.
+
+- Request API conversion. Remove of the dual pipeline and associate buffers
+ as well as formats and the binary used to a request. Remove the
+ opportunistic buffer management. (Sakari)
+
+- IPU3 driver documentation (Laurent)
+ Comments on configuring v4l2 subdevs for CIO2 and ImgU.
+
+- Elaborate the functionality of different selection rectangles in driver
+ documentation. This may require driver changes as well.