Pin control fixes for v4.11, take two:

- Kconfig fixup for the TI IOdelay pinctrl-single add-on.

- Fix up a typo in the meson i2c ao groups.

- Switch a remapping back to use devm_ioremap() as
  devm_ioremap_resource() does not allow for sharing memory
  regions.

- Do not clear the Qualcomm irq status bit in irq_unmask(),
  as this can lead to missing interrupts while the irq handler
  is executing.

- Add irq_request/release_resources() on the ST driver.

- Add a bunch of mysteriously missing pingroups for high
  numbered pins in the Qualcomm ipq4019 driver.
pinctrl: qcom: ipq4019: add missing pingroups for pins > 70

This patch adds the missing PINGROUP for GPIO70-99.
This fixes a crash that happens in pinctrl-msm, if any
of the GPIO70-99 are accessed.

Fixes: 5303f7827fcd41d ("pinctrl: qcom: ipq4019: set ngpios to correct value")
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 file changed