[PATCH v1 0/4] PCI: dwc: Drop or replace unused linux/gpio.h

Andy Shevchenko posted 4 patches 1 month, 1 week ago
drivers/pci/controller/dwc/pcie-amd-mdb.c         | 2 +-
drivers/pci/controller/dwc/pcie-designware-plat.c | 1 -
drivers/pci/controller/dwc/pcie-fu740.c           | 1 -
drivers/pci/controller/dwc/pcie-visconti.c        | 1 -
4 files changed, 1 insertion(+), 4 deletions(-)
[PATCH v1 0/4] PCI: dwc: Drop or replace unused linux/gpio.h
Posted by Andy Shevchenko 1 month, 1 week ago
The <linux/gpio.h> is a legacy header that is going to die.
Make sure that PCI DesignWare drivers do not include it.

Compile tested on x86_64.

Andy Shevchenko (4):
  PCI: amd-mdb: Use the right GPIO header
  PCI: designware-plat: Drop unused include
  PCI: fu740: Drop unused include
  PCI: visconti: Drop unused include

 drivers/pci/controller/dwc/pcie-amd-mdb.c         | 2 +-
 drivers/pci/controller/dwc/pcie-designware-plat.c | 1 -
 drivers/pci/controller/dwc/pcie-fu740.c           | 1 -
 drivers/pci/controller/dwc/pcie-visconti.c        | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/4] PCI: dwc: Drop or replace unused linux/gpio.h
Posted by Manivannan Sadhasivam 1 month, 1 week ago
On Wed, 06 May 2026 10:47:23 +0200, Andy Shevchenko wrote:
> The <linux/gpio.h> is a legacy header that is going to die.
> Make sure that PCI DesignWare drivers do not include it.
> 
> Compile tested on x86_64.
> 
> Andy Shevchenko (4):
>   PCI: amd-mdb: Use the right GPIO header
>   PCI: designware-plat: Drop unused include
>   PCI: fu740: Drop unused include
>   PCI: visconti: Drop unused include
> 
> [...]

Applied, thanks!

[1/4] PCI: amd-mdb: Use the right GPIO header
      commit: 8d846a0a6f95cd717df892b077a1c990a86b29fa
[2/4] PCI: designware-plat: Drop unused include
      commit: 800c861cfcbedd033bdffa65c00188fefdcf0767
[3/4] PCI: fu740: Drop unused include
      commit: 71d007f6fb17f519c2fe51d35e0bee5f602169e6
[4/4] PCI: visconti: Drop unused include
      commit: 7cc21269ef74269e423d64defc940808ccbf9774

Best regards,
-- 
Manivannan Sadhasivam <mani@kernel.org>