Commit aa7a0208 authored by Hans de Goede's avatar Hans de Goede Committed by Hans Verkuil
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarAndy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20240603132057.255917-4-hdegoede@redhat.com


Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent f99d6757
Loading
Loading
Loading
Loading
+2 −29
Original line number Diff line number Diff line
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