summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Zhu <jack.zhu@starfivetech.com>2023-10-25 06:14:22 +0300
committerHal Feng <hal.feng@starfivetech.com>2024-01-18 13:08:50 +0300
commit2ffccac88e3217535e8a042aa2625dd7147e37d6 (patch)
treef98bf909bf2f4c9f23ab60cd5d503ca1ca7dcba0
parent978f2b17d24f7c30350e9884b25a961cb1e584d7 (diff)
downloadlinux-2ffccac88e3217535e8a042aa2625dd7147e37d6.tar.xz
media: staging: media: starfive: camss: Add TODO file
Add a TODO.txt file to explain what needs to be done to get them out of staging. Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>
-rw-r--r--drivers/staging/media/starfive/camss/TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/media/starfive/camss/TODO.txt b/drivers/staging/media/starfive/camss/TODO.txt
new file mode 100644
index 000000000000..7d459f4f09d0
--- /dev/null
+++ b/drivers/staging/media/starfive/camss/TODO.txt
@@ -0,0 +1,4 @@
+Unstaging requirements:
+- Add userspace support which demonstrates the ability to receive statistics and
+ adapt hardware modules configuration accordingly;
+- Add documentation for description of the statistics data structures;