From: Jack Zhu Date: Wed, 25 Oct 2023 03:14:22 +0000 (+0800) Subject: media: staging: media: starfive: camss: Add TODO file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7ad7d7fb3e69d8d58ffa173bfa6dc74d0a392175;p=linux.git 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 Signed-off-by: Hans Verkuil --- diff --git a/drivers/staging/media/starfive/camss/TODO.txt b/drivers/staging/media/starfive/camss/TODO.txt new file mode 100644 index 0000000000000..7d459f4f09d00 --- /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;