summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2277 from OSSystems/topic/kernel-module-imx-gpu-vivOtavio Salvador2025-05-151-3/+3
|\ | | | | kernel-module-imx-gpu-viv: 6.4.11.p2.4 -> 6.4.11.p3.0
| * kernel-module-imx-gpu-viv: 6.4.11.p2.4 -> 6.4.11.p3.0Rodrigo M. Duarte2025-05-141-3/+3
| | | | | | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* | kernel-module-isp-vvcam: 4.2.2.24.2 -> 4.2.2.25.1Rodrigo M. Duarte2025-05-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit add the following source revisions: 78d717b MA-23208 Fix undeclared "vmalloc" build error in vvcam 2ac9f12 CL1041202 M865SW-1317: vvcam: isp framerate statistic is not accurate ad07139 MA-21928-1 Fix update symbol list build error f4d9818 CL982766 M865SW-1297: vvcam: Modify license for vvfocus headfile aba15ee CL981700 M865SW-1272: vvcam: Add little endian support for raw10/raw12 capture in tuning tool 72c5955 CL950364 M865SW-1248: vvcam: ISP service random crash and can't be recovered. 4fabcb6 LF-12838: vvcam: Fix the os08a20 sensor capture failed issue b5a4eaf LF-12820-3: vvcam: video: Fix build issue on rebase kernel next-20240618 c2cf5b7 LF-12820-2: vvcam: isp: Fix build issue on rebase kernel next-20240618 e470f21 LF-12820-1: vvcam: dwe: Fix build issue on rebase kernel next-20240618 93fa173 LF-12303: vvcam: Stop direct calls to queue num_buffers field 7f4c263 CL863724 M865SW-1231: vvcam: add two build warning options 9c58fe4 CL883206 M865SW-1188: vvcam: fix CTS capture failed on some resolutions bc67534 CL865138 M865SW-1233: vvcam : fix isp_ioc_g_feature_veresion spell error Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* | kernel-module-nxp-wlan: Update branch and source revisionRodrigo M. Duarte2025-05-141-1/+1
|/ | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* kernel-module-nxp-wlan: Update from LF-6.6.52 to LF-6.12.3Rodrigo M. Duarte2025-05-143-1916/+6
| | | | | | | | | | This commit add the following source revisions: 0396cfb Makefile: remove script related setting to avoid build break a8d5496 mxm_wifiex: update to mxm6x18505.p14 release b952ebf mxm_wifiex: update to mxm6x18505.p12 release 7a182ab mxm_wifiex: update to mxm6x18505.p10 release Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* kernel-module-nxp-wlan: add patch to lower PRINTM_MMSG() log levelVitor Soares2025-05-052-0/+37
| | | | | | | | | | | Add a patch to change the log level used in the mwifiex driver's PRINTM_MMSG macro from KERN_ALERT to KERN_INFO. KERN_ALERT is meant for critical errors; using it for debug messages clutters logs. KERN_INFO is more appropriate for non-critical informational output. Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
* kernel-module-nxp-wlan: remove COMPATIBLE_MACHINEVitor Soares2025-04-171-2/+0
| | | | | | | | | | | | The current COMPATIBLE_MACHINE restricts the recipe to i.MX SoCs with both BSP variants. However, the kernel-module-nxp-wlan provides the MXM drivers for the NXP Wi-Fi module (e.g., MAYA-W260), which may also be used with other SoCs like the Toradex Verdin-AM62P. To enable deployment of the MXM drivers on non-i.MX platforms, remove the COMPATIBLE_MACHINE restriction. Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
* kernel-module-nxp-wlan: Add Upstream-StatusLeon Anavi2025-04-041-0/+2
| | | | | | Add Upstream-Status to patch. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* kernel-module-nxp-wlan: Apply wireless patchErnest Van Hoecke2025-04-022-1/+1908
| | | | | | | | | | NXP released a patch for the MXM driver that is supposed to be applied on top of the checked out branch. Among other things, this patch adds a "MODULE_DEVICE_TABLE" which means the SDIO device driver is probed at runtime, which will not happen without this patch. Link: https://www.nxp.com/webapp/Download?colCode=Wireless-Patch-Release-IW612-W8997-W8801-v0.1&appType=license Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
* kernel-module-nxp-wlan: Upgrade driver to 6.6.52-2.2.0Jun Zhu2025-01-071-3/+3
| | | | | | - The kernel driver supports new nxpiw610 module. Signed-off-by: Jun Zhu <junzhu@nxp.com>
* kernel-module-isp-vvcam: prevent build warningMax Krummenacher2024-10-171-0/+2
| | | | | | | | | | | | | | | The way the kernel-module-isp-vvcam Makefiles are written, each kernel module gets its own Module.symvers created in its own sub directory. The only kernel module actually having a symbol exported is vvcam-dwe. Thus point MODULES_MODULE_SYMVERS_LOCATION to that location. Prevents: | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Module.symvers not found in .../kernel-module-isp-vvcam/4.2.2.24.1/git/vvcam/v4l2/ | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Please consider setting MODULES_MODULE_SYMVERS_LOCATION to a | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: directory below B to get correct inter-module dependencies Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-isp-vvcam: Update 6.6.3-1.0.0 to 6.6.23-2.0.0Hiago De Franco2024-09-201-2/+2
| | | | | | Update to the new NXP BSP 6.6.23-2.0.0. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* kernel-module-nxp-wlan: Update 6.6.3-1.0.0 to 6.6.23-2.0.0Hiago De Franco2024-07-291-4/+4
| | | | | | Update mwifiex to the new NXP BSP 6.6.23-2.0.0. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* Merge pull request #1813 from MrCry0/master-6.6.3Otavio Salvador2024-05-031-2/+2
|\ | | | | 6.6.3-1.0.0: update imx-lib and kernel-module-isp-vvcam
| * kernel-module-isp-vvcam: 4.2.2.24.0 -> 4.2.2.24.1Oleksandr Suvorov2024-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the version used in NXP Yocto branch `nanbield-6.6.3-1.0.0`. Relevant changes: - 2102360 M865SW-1204: Fix camera can't work when multi-thread open the same pipeline - a68df9d LF-9283: vvcam: intermittent build failure error opening file: .vvbuf.o.d - 9ba4003 LF-10164: vvcam: bugfix: Remove no used files in vvcam - ed096d6 LF-10166: vvcam: bugfix: Colorspace cause v4l2-compliance failed - 4d0660e M865SW-1173: imx8mp isp: enable latency measurement - 79d8dfa M865SW-1192: ISP driver: vvcam:CONFIG_VIDEOBUF2_DMA_CONTIG leaded vvcam build error - 8cf91bb LF-10167: vvcam: bugfix: colorspace is different between save and load xml - 9c3c367 LF-10010-3: capture: vvcam: fix rebasing to next-20230804 met kernel dump - c08b7d9 LF-9945 capture: vvcam: fix build errors after rebasing to next-20230804 Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
* | kernel-module-nxp-wlan: Update to 6.6.3-1.0.0maffan2024-05-031-2/+2
|/ | | | | | | | Relevant changes: - a84df58 mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings - 08c1478 mxm_wifiex: update to mxm6x17437.p3 release - 0eeb07c mxm_wifiex: update to mxm6x17437 release - c3a62ac mxm_wifiex: fix L6.7 kernel next tree build warnings - 84aa954 mxm_wifiex: fix L6.7 kernel next tree build errors -- woal_cfg80211_set_beacon
* kernel-module-imx-gpu-viv: Upgrade 6.4.11.p2.2 -> 6.4.11.p2.4Tom Hochstein2024-04-241-4/+4
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-nxp-wlan: Update to 6.1.55-2.2.0Oleksandr Suvorov2024-03-192-38/+3
| | | | | | | | | | | | | | | | Remove obsolete patch, the issue is fixed in commit 952d10f. Relevant changes: - 952d10f mxm_wifiex: update to mxm6x17423.p6 release - 983c073 mxm_wifiex: update to mxm6x17423.p1 release - defde68 mxm_wifiex: fix L6.1.55 kernel build break - 0f0c339 mxm_wifiex: fix L6.6 kernel next tree build errors - 26246bf mxm_wifiex: update to mxm6x17408.p2 release - 297d1ac mxm_wifiex: fix next-20230804 Linux Factory rebase build errors - bcbbab1 mxm_wifiex: fix L6.5 kernel build errors - 19732f5 mxm_wifiex: update to mxm6x17408 release Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* kernel-module-isp-vvcam: 4.2.2.22.0 -> 4.2.2.24.0Valentin Jec2024-01-161-2/+2
| | | | | | Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* kernel-module-imx-gpu-viv: 6.4.11.p2.0 -> 6.4.11.p2.2Valentin Jec2024-01-162-3/+3
| | | | | | Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* kernel-module-imx-gpu-viv: Upgrade 6.4.11.p1.2+fslc -> 6.4.11.p2.0+fslcTom Hochstein2023-11-031-1/+1
| | | | | | Update to the version used in NXP Yocto branch mickledore-6.1.36-2.1.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-imx-gpu-viv: Upgrade 6.4.11.p1.0 -> 6.4.11.p2.0Tom Hochstein2023-11-031-2/+2
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-nxp-wlan: Fix REGULATORY_IGNORE_STALE_KICKOFF build breakTom Hochstein2023-10-312-1/+36
| | | | | | | Apply patch to fix build for kernels 6.1.39 and greater. Fixes: #1676 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* ls1021atwr: drop as it is unbuildable for too longOtavio Salvador2023-10-121-12/+0
| | | | | Fixes: #1497. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* recipes: Update github.com urls to use httpsMax Krummenacher2023-09-114-4/+4
| | | | | | | Github has announced there will be no more git:// fetching from their servers: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-isp-vvcam: Upgrade to 4.2.2.22.0Jun Zhu2023-07-241-3/+3
| | | | | | As per NXP mickledore-6.1.22-2.0.0 release. Signed-off-by: Jun Zhu <junzhu@nxp.com>
* kernel-module-imx-gpu-viv: 6.4.11.p1.0+fslc -> 6.4.11.p1.2+fslcOleksandr Suvorov2023-07-191-1/+1
| | | | | | Update to the version used in NXP Yocto branch mickledore-6.1.22-2.0.0. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* kernel-module-nxp-wlan: Rename it from kernel-module-nxp89xxJun Zhu2023-07-151-1/+6
| | | | | | | | NXP Wi-Fi all-on-one driver: - Supports more Wi-Fi modules: 88w8801/8987/8997/9098 IW416/612 - Uses the new name to align with thus enhancement Signed-off-by: Jun Zhu <junzhu@nxp.com>
* kernel-module-nxp89xx: Upgrade NXP Wi-Fi driver to L6.1.22-2.0.0 BSP versionJun Zhu2023-07-121-3/+3
| | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
* recipes: Add missing patch tag Upstream-StatusKhem Raj2023-06-211-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-module-isp-vvcam: upgrade to 4.2.2.21.0Chris Dimich2023-06-012-24/+20
| | | | | | As per NXP langdale-6.1.1-1.0.0 release. Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
* kernel-module-imx-gpu-viv: 6.4.3.p4.6+fslc -> 6.4.11.p1.0+fslctopic/gpu-vivOtavio Salvador2023-05-251-1/+1
| | | | | | Update to the version used in NXP Yocto branch langdale-6.1.1-1.0.0. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Upgrade 6.4.3.p4.6 to 6.4.11.p1.0Tom Hochstein2023-05-171-3/+3
| | | | | | Update to the version used in NXP Yocto branch mickledore-6.1.1-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-nxp89xx: upgrade to lf-6.1.1_1.0.0Samuli Piippo2023-05-091-3/+3
| | | | | | Update to the version used in NXP BSP release L6.1.1-1.0.0. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* recipes: remove unused recipesOleksandr Suvorov2023-04-023-44/+0
| | | | | | | | | There are recipes compatible only with unsupported machines b4860qds and b4420qds and are referenced from nowhere. Remove unused recipes. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* layer: Use github for QorIQ sourceTom Hochstein2023-02-086-6/+6
| | | | | | The NXP repos are moving to github. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-imx-gpu-viv: Fix build with gcc13Khem Raj2023-02-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-module-imx-gpu-viv: 6.4.3.p2.4+fslc -> 6.4.3.p4.6+fslcGary Bisson2023-01-061-1/+1
| | | | | | Update to the version used in NXP Yocto branch kirkstone-5.15.71-2.2.0. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
* kernel-module-imx-gpu-viv: upgrade from 6.4.3.p4.4 to 6.4.3.p4.6Gary Bisson2023-01-061-2/+2
| | | | | | Update to the version used in NXP Yocto branch kirkstone-5.15.71-2.2.0. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
* kernel-module-imx-gpu-viv: fix version in recipe file nameMax Krummenacher2022-11-281-0/+0
| | | | | | | | Commit 40afcf9e ("kernel-module-imx-gpu-viv: upgrade from 6.4.3.p4.2 to 6.4.3.p4.4") did update the kernel module but kept PV in the recipe name at the old version. Rename the file to be consistent. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-isp-vvcam: prevent oe qa warningMax Krummenacher2022-11-251-0/+8
| | | | | | | | | | | | | | | | | | | | When building objects in a path like ${S}/../isp/isp_miv1.o the resulting object files do not get their paths rewriten with the bitbake.conf provided DEBUG_PREFIX_MAP rules. Set DEBUG_PREFIX_MAP to the parent of ${S} to prevent the following warnings: | WARNING: kernel-module-isp-vvcam-4.2.2.19.0-r0 do_package_qa: QA Issue: | File /lib/modules/5.15.77-5.15.77-2.1.0+g7547e8bfc01a/extra/sensor/ar1335/.debug/ar1335.ko in package kernel-module-isp-vvcam-dbg contains reference to TMPDIR | File /lib/modules/5.15.77-5.15.77-2.1.0+g7547e8bfc01a/extra/sensor/os08a20/.debug/os08a20.ko in package kernel-module-isp-vvcam-dbg contains reference to TMPDIR | File /lib/modules/5.15.77-5.15.77-2.1.0+g7547e8bfc01a/extra/sensor/ov2775/.debug/ov2775.ko in package kernel-module-isp-vvcam-dbg contains reference to TMPDIR | File /lib/modules/5.15.77-5.15.77-2.1.0+g7547e8bfc01a/extra/.debug/vvcam-dwe.ko in package kernel-module-isp-vvcam-dbg contains reference to TMPDIR | File /lib/modules/5.15.77-5.15.77-2.1.0+g7547e8bfc01a/extra/.debug/vvcam-isp.ko in package kernel-module-isp-vvcam-dbg contains reference to TMPDIR | File /lib/modules/5.15.77-5.15.77-2.1.0+g7547e8bfc01a/extra/focus/vcm_dw9790/.debug/vcm-dw9790.ko in package kernel-module-isp-vvcam-dbg contains reference to TMPDIR | File /lib/modules/5.15.77-5.15.77-2.1.0+g7547e8bfc01a/extra/video/.debug/vvcam-video.ko in package kernel-module-isp-vvcam-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-isp-vvcam: upgrade from 4.2.2.18.0 to 4.2.2.19.0Max Krummenacher2022-11-251-3/+3
| | | | | | | | | | | | | | | | | Update to the version used in lf5.15.52_2.1.0. Commit history: * b26ee8a LF-6957: P19 os08a20 4K@30fps image is abnormal * c98a7dc LF-6890: media: isp: fix build error due to API renamed * 62545f6 M865SW-984: Reduce write isp registers' risks that leaded the vvext test met system hung issue. * 6b4cb8e M865SW-1031: the second isp port jump frames * 11110c0 LF-6655: ISP Camera: os08a20 4k@15fps ISP stiching HDR setting support * 6be15f1 LF-6619: CAPTURE: os08a20 4k@30fps linear mode support * 48fb81b LF-6601-1: Update vvcam P19 release for the vvcam * aa19ac5 fix the rmmod vvcam-isp kernel null point * 1481da2 add the isp multiply power domain device link ways. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-nxp89xx: upgrade to mxm5x17344.p3Max Krummenacher2022-11-251-3/+3
| | | | | | Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-imx-gpu-viv: upgrade from 6.4.3.p4.2 to 6.4.3.p4.4Max Krummenacher2022-11-241-3/+3
| | | | | | Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-isp-vvcam: Upgrade 4.2.2.16.0 -> 4.2.2.18.0Tom Hochstein2022-08-262-63/+4
| | | | | | | 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-imx-gpu-viv: Upgrade 6.4.3.p4.0 -> 6.4.3.p4.2Tom Hochstein2022-08-261-7/+5
| | | | | | Also cleanup the redundant branch assignments in SRC_URI. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-isp-vvcam: fix LIC_FILES_CHKSUM when using devtoolLuca Ceresoli2022-08-241-1/+1
| | | | | | | | | | | | | | | This recipe fails when using devtool: ERROR: [...] do_populate_lic: QA Issue: kernel-module-isp-vvcam: LIC_FILES_CHKSUM points to an invalid file: [...]/build/tmp/work/nitrogen8mp-fslc-linux/kernel-module-isp-vvcam/4.2.2.16.0-r0/git/vvcam/LICENSE [license-checksum] How to reproduce: devtool modify kernel-module-isp-vvcam bitbake kernel-module-isp-vvcam Fix by pointing to a path relative to S. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
* Merge pull request #1091 from MaxKrummenacher/masterOtavio Salvador2022-06-062-0/+56
|\ | | | | kernel-module-isp-vvcam: fix error found by gcc 12
| * kernel-module-isp-vvcam: fix error found by gcc 12Max Krummenacher2022-05-172-0/+56
| | | | | | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | kernel-module-nxp89xx: fix compatible machine overrideRicardo Salveti2022-05-261-1/+1
|/ | | | | | | Module should be compatible with imx-nxp-bsp, as it is specific to the nxp-bsp. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>