Integrate seco-stm32/nanbield-fixes
Commit: seco-ne/kernel/modules/seco-stm32@3218973a
seco-stm32.c: Fix function pointer assignments
Were causing build errors on kernel 6.6
--
Commit: seco-ne/kernel/modules/seco-stm32@5435ae24
submodules: Update gitlab-ci revision
--
Commit: seco-ne/kernel/modules/seco-stm32@f864d604
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 seco-ne/kernel/linux-imx-kuk@2643a251