On Thu, 14 Jul 2022 09:13:40 +0200, Johan Hovold wrote: > This series adds support for the PCIe controllers found on SC8280XP and > SA8540P. > > Included are also three patches that clean up the way the driver handles > different IP revisions (e.g. by modelling optional clocks as being truly > optional). > > [...] I tweaked commits as-per thread discussion (please check them, I had to fix minor rebase conflicts) and applied to pci/qcom, thanks! [1/8] dt-bindings: PCI: qcom: Enumerate platforms with single msi interrupt https://git.kernel.org/lpieralisi/pci/c/a871c90977a4 [2/8] dt-bindings: PCI: qcom: Add SC8280XP to binding https://git.kernel.org/lpieralisi/pci/c/0122ab0115a9 [3/8] dt-bindings: PCI: qcom: Add SA8540P to binding https://git.kernel.org/lpieralisi/pci/c/fe9681a74d04 [4/8] PCI: qcom: Add support for SC8280XP https://git.kernel.org/lpieralisi/pci/c/e37d881f9f3a [5/8] PCI: qcom: Add support for SA8540P https://git.kernel.org/lpieralisi/pci/c/b325dc5f9d39 [6/8] PCI: qcom: Make all optional clocks optional https://git.kernel.org/lpieralisi/pci/c/4c4ef240b58a [7/8] PCI: qcom: Clean up IP configurations https://git.kernel.org/lpieralisi/pci/c/4daa5e24813e [8/8] PCI: qcom: Sort device-id table https://git.kernel.org/lpieralisi/pci/c/46bafd187104 Thanks, Lorenzo