[PATCH v2 0/4] PCI: controller: Move to agnostic GPIO API

Andy Shevchenko posted 4 patches 1 week, 5 days ago
There is a newer version of this series
drivers/pci/controller/dwc/pci-dra7xx.c    |   1 -
drivers/pci/controller/dwc/pci-imx6.c      |  37 +++-----
drivers/pci/controller/dwc/pci-meson.c     |   1 -
drivers/pci/controller/dwc/pcie-kirin.c    | 105 +++++++--------------
drivers/pci/controller/dwc/pcie-qcom.c     |   1 -
drivers/pci/controller/dwc/pcie-tegra194.c |   2 -
drivers/pci/controller/pci-aardvark.c      |   1 -
7 files changed, 49 insertions(+), 99 deletions(-)
[PATCH v2 0/4] PCI: controller: Move to agnostic GPIO API
Posted by Andy Shevchenko 1 week, 5 days ago
Convert the PCI controller drivers to use GPIO agnostic API.
While at it, remove of_gpio.h leftover from some of the drivers.

In v2:
- combined previously sent patches into a series (Manivannan)
- added tags (Rob, Manivannan)
- converted iMX.6 driver (Manivannan)
- dropped leftover in aadvark drivers (Manivannan)

Andy Shevchenko (4):
  PCI: aardvark: Remove unused of_gpio.h
  PCI: dwc: Remove unused of_gpio.h
  PCI: imx6: Convert to agnostic GPIO API
  PCI: kirin: Convert to agnostic GPIO API

 drivers/pci/controller/dwc/pci-dra7xx.c    |   1 -
 drivers/pci/controller/dwc/pci-imx6.c      |  37 +++-----
 drivers/pci/controller/dwc/pci-meson.c     |   1 -
 drivers/pci/controller/dwc/pcie-kirin.c    | 105 +++++++--------------
 drivers/pci/controller/dwc/pcie-qcom.c     |   1 -
 drivers/pci/controller/dwc/pcie-tegra194.c |   2 -
 drivers/pci/controller/pci-aardvark.c      |   1 -
 7 files changed, 49 insertions(+), 99 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v2 0/4] PCI: controller: Move to agnostic GPIO API
Posted by Andy Shevchenko 1 week, 2 days ago
On Tue, Apr 23, 2024 at 08:19:03PM +0300, Andy Shevchenko wrote:
> Convert the PCI controller drivers to use GPIO agnostic API.
> While at it, remove of_gpio.h leftover from some of the drivers.

So, can we move forward with this series and its prerequisite?

-- 
With Best Regards,
Andy Shevchenko