<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-kernel, branch master</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2026-05-21T19:32:29+00:00</updated>
<entry>
<title>kernel-module-nxp-wlan: fix device wakeup capability of mwifiex driver</title>
<updated>2026-05-21T19:32:29+00:00</updated>
<author>
<name>Franz Schnyder</name>
<email>franz.schnyder@toradex.com</email>
</author>
<published>2026-05-19T12:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=07a305c3496399b291fbc0cadcfc4f89bdff42ea'/>
<id>urn:sha1:07a305c3496399b291fbc0cadcfc4f89bdff42ea</id>
<content type='text'>
The device is always advertised as being wakeup capable, even if no
interrupt line has been allocated for it.

Add a patch to Initialize the device only as wakeup capable if an
interrupt has been registered.

Signed-off-by: Franz Schnyder &lt;franz.schnyder@toradex.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-isp-vvcam: fix build against pre-6.18 kernels</title>
<updated>2026-05-11T16:12:44+00:00</updated>
<author>
<name>Ernest Van Hoecke</name>
<email>ernest.vanhoecke@toradex.com</email>
</author>
<published>2026-05-11T10:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bd90d58fe926b335e3f8c08c0387573d8369f17e'/>
<id>urn:sha1:bd90d58fe926b335e3f8c08c0387573d8369f17e</id>
<content type='text'>
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 &lt;ernest.vanhoecke@toradex.com&gt;
</content>
</entry>
<entry>
<title>linux-fslc-imx: Fix ParseError due to broken comments</title>
<updated>2026-05-11T15:53:07+00:00</updated>
<author>
<name>Ernest Van Hoecke</name>
<email>ernest.vanhoecke@toradex.com</email>
</author>
<published>2026-05-11T15:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=b45004c6594b75d2a18e1f06a089359996686d79'/>
<id>urn:sha1:b45004c6594b75d2a18e1f06a089359996686d79</id>
<content type='text'>
Commit 2862dc5e6279 ("linux-fslc-imx: Bump kernel to LF6.18.2_1.0.0 + stable up to v6.18.24")
accidentally dropped the # in front of the git log comments, breaking
the recipe parsing.

Comment out the list of git commits in this recipe again.

Fixes the below error:
ERROR: ParseError at [..]/meta-freescale/recipes-kernel/linux/linux-fslc-imx_6.18.bb:46: unparsed line: '$ 6e811374f6340 drm/imx: lcdifv3: Fix videomode settings'

Fixes: 2862dc5e6279 ("linux-fslc-imx: Bump kernel to LF6.18.2_1.0.0 + stable up to v6.18.24")
Signed-off-by: Ernest Van Hoecke &lt;ernest.vanhoecke@toradex.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2509 from angolini/bump-kernel-6.18.21</title>
<updated>2026-05-11T13:31:29+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-05-11T13:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=ed4082f49c04306bed3e35714f903da92325a8df'/>
<id>urn:sha1:ed4082f49c04306bed3e35714f903da92325a8df</id>
<content type='text'>
linux-fslc-imx: Bump kernel to LF6.18.2_1.0.0 + stable up to v6.18.21</content>
</entry>
<entry>
<title>linux-fslc-imx: Bump kernel to LF6.18.2_1.0.0 + stable up to v6.18.24</title>
<updated>2026-05-04T19:26:49+00:00</updated>
<author>
<name>Daiane Angolini</name>
<email>daiane.angolini@foundries.io</email>
</author>
<published>2026-04-24T20:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2862dc5e62799c2ec7b7b03051465759f3ab249a'/>
<id>urn:sha1:2862dc5e62799c2ec7b7b03051465759f3ab249a</id>
<content type='text'>
This is part of #2483

Signed-off-by: Daiane Angolini &lt;daiane.angolini@foundries.io&gt;
</content>
</entry>
<entry>
<title>linux-imx-headers: fix ipu.h integer type macros</title>
<updated>2026-04-30T15:40:37+00:00</updated>
<author>
<name>Ernest Van Hoecke</name>
<email>ernest.vanhoecke@toradex.com</email>
</author>
<published>2026-04-30T11:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7ecd56e63d95878ec2ea971635948126f484285f'/>
<id>urn:sha1:7ecd56e63d95878ec2ea971635948126f484285f</id>
<content type='text'>
The exported IPU UAPI header defines uint32_t, uint16_t and uint8_t as
preprocessor macros. This breaks userspace builds when another header is
included afterwards and uses the standard integer type names, because
the macros rewrite those declarations.

This currently breaks imx-gst1.0-plugin with:

| recipe-sysroot/usr/include/imx/linux/ipu.h:42:17: error: two or more data types in declaration specifiers

The header itself only needs the local u32 and u8 aliases. Map those
aliases to the __u32 and __u8 types provided by linux/types.h and leave
the standard uint*_t namespace untouched.

Signed-off-by: Ernest Van Hoecke &lt;ernest.vanhoecke@toradex.com&gt;
</content>
</entry>
<entry>
<title>fixup! imx-gpu-viv: Bump 6.4.11.p3.2 -&gt; 6.4.11.p4.4</title>
<updated>2026-04-28T12:18:46+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2026-04-28T12:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f63fa545cd4f5b0b3a4e631420bf2e4f7daa5f71'/>
<id>urn:sha1:f63fa545cd4f5b0b3a4e631420bf2e4f7daa5f71</id>
<content type='text'>
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-gpu-viv: Bump 6.4.11.p3.2 -&gt; 6.4.11.p4.4</title>
<updated>2026-04-28T08:44:12+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2026-03-18T08:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=e774d8176b11e19ee1b14774d76067c313027735'/>
<id>urn:sha1:e774d8176b11e19ee1b14774d76067c313027735</id>
<content type='text'>
 -Normalize OpenCL ICD implementation

Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2470 from nxp-upstream/whinlatter-6.18.2</title>
<updated>2026-03-25T11:36:58+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-03-25T11:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4416615902f70699584276d1c0a06eacb5c1a1a5'/>
<id>urn:sha1:4416615902f70699584276d1c0a06eacb5c1a1a5</id>
<content type='text'>
imx-atf/isp/basler-camera: Update to whinlatter 6.18.2</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Update to 6.18.2-1.0.0 latest commit</title>
<updated>2026-03-24T14:16:24+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2026-03-18T09:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a418f7b437c1ea88e60c760f6649f528895b307e'/>
<id>urn:sha1:a418f7b437c1ea88e60c760f6649f528895b307e</id>
<content type='text'>
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
</feed>
