]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'pci/controller/gpio'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 19 Jul 2024 15:10:25 +0000 (10:10 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 19 Jul 2024 15:10:25 +0000 (10:10 -0500)
commit35f0c94a1207cd250ed705860bd223f01761b209
treee885c2fffe96b163d4ac0d805a920943b0b2f9c4
parent0f74d8984301b65879ef34ffc69de33f2c32beb2
parentd03b2dd785323ee0e0c854f9ad4305e80ed33782
Merge branch 'pci/controller/gpio'

- Include <linux/irqchip/chained_irq.h> in dra7xx to avoid implicitly
  including it elsewhere (Andy Shevchenko)

- Remove unused <linux/of_gpio.h> from aardvark and dwc drivers (dra7xx,
  meson, qcom, tegra194) (Andy Shevchenko)

- Convert kirin to use scoped for_each_available_child_of_node() to ease
  future error exits (Javier Carrasco)

- Convert imx6 and kirin to use the agnostic GPIO API to simplify GPIO
  setup and remove usage of the deprecated of_gpio.h API (Andy Shevchenko)

* pci/controller/gpio:
  PCI: kirin: Convert to use agnostic GPIO API
  PCI: kirin: Convert kirin_pcie_parse_port() to scoped iterator
  PCI: imx6: Convert to use agnostic GPIO API
  PCI: dwc: Remove unused of_gpio.h inclusion
  PCI: aardvark: Remove unused of_gpio.h inclusion
  PCI: dra7xx: Add missing chained IRQ header inclusion
drivers/pci/controller/dwc/pcie-tegra194.c