Integrate meta-guf-machine/linux-guf-5.15.28-prepare
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
--
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
--
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
--
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