Skip to content

stm32: bugfixes and code simplifications

Dietmar Muscholik requested to merge linux-5.15.71-maury_stm32 into linux-5.15.71-maury

drivers:staging:mfd: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 automaticly when gpiochip-data is added
  • debug-output from early experiments removed

Merge request reports