media: atomisp: Update TODO

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>
This commit is contained in:
Hans de Goede 2024-06-03 15:20:56 +02:00 committed by Hans Verkuil
parent f99d675766
commit aa7a02089f

View 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