From 11a05e47d02f7f9c7a75f98abfa17523aa52367a Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@seco.com> Date: Thu, 21 Sep 2023 11:42:07 +0000 Subject: [PATCH] Integrate linux-imx-kuk/linux-5.15.32-seco_kuk-patches -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/f1789b8e5f1269d58e2c3f04cdd6696ef1750b30 assigned-clocks and fsl,sai-enable-bclk-with-mclk flags for sai2 from trizeps8plus_v1r3.dtsi integrated into trizeps8plus-kuk.dtsi to make audio work -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/adf3ae286a7fea0c48a61adbe217f5519866e3de Device-trees and device-tree-includes for trizeps8plus, pconxs, atm0700-rgb-display and atm0700l61dt-lvds-display copied from kernel 5.10.9, corrected and slightly cleaned up. trizeps8plus-kuk.dtsi should be merged with trizeps8plus.dtsi. -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/259636b4c980bf49d5079767a8f783f4af768280 AZ-ATM0700-RGB-display and Marvell-WiFi added to devconfig -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/6ee038cf8688cd67897d4cdc7dcddd029a2e1dbe Buxfixes an improvement from maury branch added to panel-lvds driver -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/3dbfd62e474bbb58ed464e458321251a70306eb4 AZ-ATM0700 RGB display added to panel-simple. 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: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/ebb47a65f426ac5e28432aa88b7622f565ef1b30 drm_bridge_get_next_bridge() may return NULL if there is no successor -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/6a6faac1b401ac5d1e73f487d6899b7217b0901e The display-enable-pin depends on the baseboard/display-combination -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/aaf24fe08eb4b97eff7f96601cf081ea9bd2db84 It is somewhat awkward to define the touch interrupt in the SOMs include file because it may vary with the baseboard/display-combination. Also the name of a pin has often nothing to do with it's function. For instance the EDT-touch has a low-active output-pin called WAKE that has to be pulled to high to enable the touch. -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/d655193bef5beb09898032fd06cdbb8fc13dad0b reset removes from kuk-edt-touch driver because it causes stack-dumps -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/b8cd29090203763dc7e833a6698a3eb37b149222 quick-hack for ditabis aplied to mcu-driver -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/cbd22fe319697dab54d8be223a92a542c6a755c9 not-compilable device trees removed -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/d85ccc897c9234ecf0966e9c677c541e118e1091 KuK version of EDT FocalTech touch driver added -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/9a10b7ff6db7f53770b18c00ab58cb3b39321e18 defconfig for trizeps8plus added -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/d20dcc7e68e080670ae6ba6e38a3b9ee675a527d Drivers for MCU and FPGA imported from kernel 5.10.9 -- Commit: https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/fdbabc0c0050339692cdf648094fc2037d5d31db drm:panel:panel-lvds: Added support for eDP panels added to panel-lvds Added additional compatible entry to enable support for eDP displays. --- SRCREV.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRCREV.conf b/SRCREV.conf index e2d65d43..c4ef4322 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -8,7 +8,7 @@ SRCREV:pn-gfxml2dto = "cc0e343dced4f3c3c7619245b5671c38ab2e53b6" SRCREV:pn-ilitek = "22054aa6bb7f58e56713df3b3d921ab272da082e" SRCREV:pn-kernel-module-touchgpio = "a7fe1b2b6945545363ada5a0bcf591dad6afb9da" SRCREV:pn-libmdb = "df6dc596f444613240e3d58fa770cee8d09d5dcd" -SRCREV:pn-linux-imx = "1507a8a17ea56da6165a29791ad8c1f6a6050452" +SRCREV:pn-linux-imx = "f1789b8e5f1269d58e2c3f04cdd6696ef1750b30" SRCREV:pn-linux-imx-kuk = "0258f07c61364958e3307da11a388e72baffb03a" SRCREV:pn-linux-seconorth = "1ec2a30d1cb37642c5dbacf4024f56f05261ff12" SRCREV:pn-qt-multi-screen-compositor = "8a3fc0fffaacccccc2b651a9becfe5037b67adbc" -- GitLab