summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* kernel-module-isp-vvcam: fix build against pre-6.18 kernelsErnest Van Hoecke2026-05-111-1/+3
| | | | | | | | | | | | 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>
* isp-imx: Upgrade to 4.2.2.26.1Zelan Zou2026-03-241-0/+22
Base on lf-6.18.2-1.0.0 Signed-off-by: Zelan Zou <zelan.zou@nxp.com>