mbox series

[0/2] PCI: qcom: Minor cleanup

Message ID 20220722154919.1826027-1-helgaas@kernel.org
Headers show
Series PCI: qcom: Minor cleanup | expand

Message

Bjorn Helgaas July 22, 2022, 3:49 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

As far as I can tell, qcom doesn't need <linux/interrupt.h>.

The qcom driver supports many variants (1_0_0, 2_1_0, 2_3_2, 2_3_3, 2_4_0,
etc), and the related code was not in an obvious order, which makes it hard
to navigate.

Bjorn Helgaas (2):
  PCI: qcom: Drop unnecessary <linux/interrupt.h> include
  PCI: qcom: Sort variants by Qcom IP rev

 drivers/pci/controller/dwc/pcie-qcom.c | 733 ++++++++++++-------------
 1 file changed, 366 insertions(+), 367 deletions(-)