From 257ba8b4a15d521e6e25e877682cf1c3acc92c6a Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Wed, 17 Apr 2024 07:40:58 +0000 Subject: [PATCH] Integrate seco-stm32/sync -- Commit: https://git.seco.com/seco-ne/kernel/modules/seco-stm32/-/commit/5435ae24d5c68af13e6eebe328cc9a8df058bf47 submodules: Update gitlab-ci revision -- Commit: https://git.seco.com/seco-ne/kernel/modules/seco-stm32/-/commit/f864d6044879557e454a03ca472eb56b7485d949 seco-stm32.c: bugfixes and code simplifications - stm32_gpio_dir_input() returnes -1 if an IRQ should be read - stm32.irq_base is allways be initialised - there is no need to read the configuration of gpio-pins from the device tree, if the configuration is done like described in Documentation/devicetree/bindings/gpio/gpio.txt this is done automatically when gpiochip-data is added - debug-output from early experiments removed Copied from https://git.seco.com/seco-ne/kernel/linux-imx-kuk/-/commit/2643a251bbcfde1266449a9c4f25fc154e6f87df --- SRCREV.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRCREV.conf b/SRCREV.conf index 014016aa..bd6447ab 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -22,4 +22,4 @@ SRCREV:pn-u-boot-seco-imx = "80e0dfcbb0ddd532a9c4a3affca86aca41cbaf00" SRCREV:pn-u-boot-seco-mtk = "67607ec766edb12ccd2fa2ade13ca177e137482b" SRCREV:pn-xconfig = "b747b4a4e35f0efb74b6844b323c35290478f32b" SRCREV:pn-yocto-install = "478dec4e93ba379bae143884406f9911c8e4691f" -SRCREV:pn-seco-stm32 = "8a7290864546dc956d8979f65d0a0d64f3cc5961" +SRCREV:pn-seco-stm32 = "5435ae24d5c68af13e6eebe328cc9a8df058bf47" -- GitLab