Skip to content

Integrate meta-guf-machine/linux-guf-5.15.28-prepare

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/layers/meta-guf-machine/-/commit/84bbff04ecb5e58717c1f36a8bb04624e71f3868

ni-force-ts: Add fallthrough statement

The kernel gets pickier regarding explicit switch fall-trough schemes. in later kernels these need to be explicitly stated.

Add the fallthough statement that should be at least compatible with 5.10 and later.

BCS 746-000730

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/layers/meta-guf-machine/-/commit/fa51a49cd62c864592c65118dc1a2a22642a7d86

ili2118: Adapt for Kernel 5.15

The vendor driver we use is incompatible to linux 5.15. It uses an obsolete get_fs(), set_fs() scheme that should not be necessary anymore. Use LINUX_VERSION_CODE < KERNEL_VERSION check to deal with it.

BCS 746-000730

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/layers/meta-guf-machine/-/commit/0167570260623c56718f4d3f7c1e2a5bcb43a94b

rtl2723ds: Pull the latest version for linux 5.15 support

Update the rtl2723ds module to get support for the linux 5.15 port.

Adjust the patches accordingly with the devtool:

devtool modify rtl2723ds
devtool finish --force-patch-refresh rtl2723ds <layer_path>

BCS 746-000730

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/layers/meta-guf-machine/-/commit/1861df899247bcb7e12053e24e256badca604b06

rtc-pcf8563-guf: Upgrade to v5.15.28 kernel version

Due to the kernel upgrade we need to update modules as well. Modifies by comparing the rtc-pcf8563-guf with the mainline version.

The function devm_rtc_register_device() was introduced in 5.11, thus create add a version check.

BCS 746-000730

Merge request reports

Loading