summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-isp-vvcam
Commit message (Collapse)AuthorAgeFilesLines
* kernel-module-isp-vvcam: fix build against pre-6.18 kernelsErnest Van Hoecke2026-05-111-0/+88
| | | | | | | | | | | | The 4.2.2.26.1 driver source is based on lf-6.18 and uses the v4l2_fh API introduced in Linux v6.18. Older kernels still provide the older helpers, which breaks the build due to missing file_to_v4l2_fh() and mismatching v4l2_fh_add/del() prototypes. Add a small compatibility wrapper for kernels older than v6.18. Fixes: 5594fa535392 ("isp-imx: Upgrade to 4.2.2.26.1") Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
* kernel-module-isp-vvcam: Upgrade 4.2.2.16.0 -> 4.2.2.18.0Tom Hochstein2022-08-261-55/+0
| | | | | | | The patch 0001-dwe_isr.c-fix-error-found-by-gcc12.patch is now in the source, so drop it. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-isp-vvcam: fix error found by gcc 12Max Krummenacher2022-05-171-0/+55
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>