linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] PCI: controller: Move to agnostic GPIO API
@ 2024-04-29 10:23 Andy Shevchenko
  2024-04-29 10:23 ` [PATCH v3 1/5] PCI: dra7xx: Add missing header inclusion Andy Shevchenko
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Andy Shevchenko @ 2024-04-29 10:23 UTC (permalink / raw)
  To: Manivannan Sadhasivam, Frank Li, Krzysztof Wilczyński,
	Andy Shevchenko, Uwe Kleine-König, linux-omap, linux-pci,
	linux-arm-kernel, linux-kernel, imx, linux-amlogic, linux-arm-msm,
	linux-tegra
  Cc: Vignesh Raghavendra, Siddharth Vadapalli, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas,
	Richard Zhu, Lucas Stach, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, Yue Wang, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Xiaowei Song,
	Binghui Wang, Thierry Reding, Jonathan Hunter, Thomas Petazzoni,
	Pali Rohár

While at it, remove of_gpio.h leftover from some of the drivers.

In v3:
- added precursor patch 1 to avoid build errors (LKP)
- used GPIOD_OUT_LOW instead of GPIOD_ASIS (Mani)
- added tags (Mani, Frank)

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 (5):
  PCI: dra7xx: Add missing header inclusion
  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    |   2 +-
 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, 50 insertions(+), 99 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-05-07 10:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 10:23 [PATCH v3 0/5] PCI: controller: Move to agnostic GPIO API Andy Shevchenko
2024-04-29 10:23 ` [PATCH v3 1/5] PCI: dra7xx: Add missing header inclusion Andy Shevchenko
2024-04-30  5:16   ` Manivannan Sadhasivam
2024-04-29 10:23 ` [PATCH v3 2/5] PCI: aardvark: Remove unused of_gpio.h Andy Shevchenko
2024-04-29 10:23 ` [PATCH v3 3/5] PCI: dwc: " Andy Shevchenko
2024-04-29 10:23 ` [PATCH v3 4/5] PCI: imx6: Convert to agnostic GPIO API Andy Shevchenko
2024-05-06 12:10   ` Linus Walleij
2024-05-06 12:25     ` Andy Shevchenko
2024-05-07  7:53     ` Hongxing Zhu
2024-05-07  8:14     ` Manivannan Sadhasivam
2024-05-07  8:28       ` Manivannan Sadhasivam
2024-05-07 10:00         ` Linus Walleij
2024-04-29 10:23 ` [PATCH v3 5/5] PCI: kirin: " Andy Shevchenko
2024-04-30  5:16   ` Manivannan Sadhasivam
2024-05-06 10:48 ` [PATCH v3 0/5] PCI: controller: Move " Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).