]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: atomisp: Update TODO
authorHans de Goede <hdegoede@redhat.com>
Mon, 3 Jun 2024 13:20:56 +0000 (15:20 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 2 Jul 2024 19:23:13 +0000 (21:23 +0200)
Update the TODO list:
- Remove comment about adding firmware to linux-firmware this has been done
- Add a comment about removing unnecessary / unwanted module parameters

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20240603132057.255917-4-hdegoede@redhat.com
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/staging/media/atomisp/TODO

index bfef99997a1d2da7adb5464cdea5a8413a8e0509..27cbbde93b1ee5317e42b82b711885755b0a8027 100644 (file)
@@ -1,29 +1,3 @@
-Required firmware
-=================
-
-The atomisp driver requires the following firmware:
-
-- for BYT: /lib/firmware/shisp_2400b0_v21.bin
-
-  With a version of "irci_stable_candrpv_0415_20150423_1753" to check
-  the version run: "strings shisp_2400b0_v21.bin | head -n1", sha256sum:
-
-  3847b95fb9f1f8352c595ba7394d55b33176751372baae17f89aa483ec02a21b  shisp_2400b0_v21.bin
-
-  The shisp_2400b0_v21.bin file with this version can be found on
-  the Android factory images of various X86 Android tablets such as
-  e.g. the Chuwi Hi8 Pro.
-
-- for CHT: /lib/firmware/shisp_2401a0_v21.bin
-
-  With a version of "irci_stable_candrpv_0415_20150521_0458", sha256sum:
-
-  e89359f4e4934c410c83d525e283f34c5fcce9cb5caa75ad8a32d66d3842d95c  shisp_2401a0_v21.bin
-
-  This can be found here:
-  https://github.com/intel-aero/meta-intel-aero-base/blob/master/recipes-kernel/linux/linux-yocto/shisp_2401a0_v21.bin
-
-
 TODO
 ====
 
@@ -35,6 +9,8 @@ TODO
 
 * Remove custom sysfs files created by atomisp_drvfs.c
 
+* Remove unnecessary/unwanted module parameters
+
 * Remove abuse of priv field in various v4l2 userspace API structs
 
 * Without a 3A library the capture behaviour is not very good. To take a good
@@ -61,9 +37,6 @@ TODO
 
 * Fix not all v4l2 apps working, e.g. cheese does not work
 
-* Get manufacturer's authorization to redistribute the binaries for
-  the firmware files
-
 * The atomisp code still has a lot of cruft which needs cleaning up