Linux/linux acdf3f9drivers/pinctrl pinctrl-single.c devicetree.c, drivers/pinctrl/actions pinctrl-owl.c

Merge tag 'pinctrl-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:
 "Some fallout in the pin control subsystem in the first week after the
  merge window, some minor fixes so I'd like to get it to you ASAP.

   - fix a serious kernel panic on the Mediatek driver with the external
     interrupt controller.

   - fix an uninitialized compiler warning in the owl (actions) driver.

   - allocation failure in the pinctrl-single driver.

   - pointer overwrite problem in the i.MX driver.

   - fix a small compiler warning"

* tag 'pinctrl-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl: mt7622: fix a kernel panic when pio don't work as EINT controller
  pinctrl: actions: Fix uninitialized error in owl_pin_config_set()
  pinctrl: single: Add allocation failure checking of saved_vals
  pinctrl: devicetree: Fix pctldev pointer overwrite
  pinctrl: mediatek: remove redundant return value check of platform_get_resource()
DeltaFile
+11-3drivers/pinctrl/pinctrl-single.c
+5-2drivers/pinctrl/devicetree.c
+5-1drivers/pinctrl/mediatek/pinctrl-mt7622.c
+0-5drivers/pinctrl/mediatek/pinctrl-mtk-common.c
+1-1drivers/pinctrl/actions/pinctrl-owl.c
+22-125 files

UnifiedSplitRaw