Skip to content

Integrate seco-stm32/sync

GitBot requested to merge integrate/seco-stm32/sync/into/kirkstone into kirkstone

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

Merge request reports