Integrate linux-imx-kuk/linux-5.15.32-seco_kuk-drivers_merge
Commit: seco-ne/kernel/linux-imx-kuk@3b4ad2e6
drivers:gpu:drm:bridge:sec-dsim.c: fixed kernel hang drm_bridge_get_next_bridge() may return NULL if there is no successor. Dereferencing this pointer causes the kernel to hang.
--
Commit: seco-ne/kernel/linux-imx-kuk@af560ef1
drivers:gpu:drm:panel:panel-simple.c: AZ-ATM0700 RGB display added
This is ugly because in this driver everything is hard coded, it consists of over 5000 lines and whenever a new display is needed it grows about at least 40 lines. We should find a way to make this driver obsolet.
--
Commit: seco-ne/kernel/linux-imx-kuk@8bebc100
drivers:staging:input:touchscreen:seco-ft5x06.c: SECO-version of edt-ft5x06
A SECO-version of the driver for EDT FocalTech touch added. It would be nicer to find out why the original driver does not behave as expected and correct it.
--
Commit: seco-ne/kernel/linux-imx-kuk@fa63ac91
drivers:staging:gpu:bridge:seco-tr8fpga-dsi2rgb: Driver for Trizeps8-FPGA added
Trizeps8 modules may be equipped with a FPGA that serves as a bridge between DSI and RBG. All this driver does is enable this function by sending a command over I2C to the FPGA.