This is an series of mixed improvements to the DRA7 PCI controller driver: allow building as a loadabel module, allow to get and enable a clock and a small cleanup. Luca Luca Ceresoli (5): PCI: dwc: export more symbols to allow modular drivers PCI: dwc: pci-dra7xx: make it a kernel module PCI: dwc: pci-dra7xx: allow to build as a loadable module PCI: dwc: pci-dra7xx: remove unused include PCI: dwc: pci-dra7xx: get an optional clock drivers/pci/controller/dwc/Kconfig | 6 +++--- drivers/pci/controller/dwc/pci-dra7xx.c | 21 +++++++++++++++++-- .../pci/controller/dwc/pcie-designware-ep.c | 1 + drivers/pci/controller/dwc/pcie-designware.c | 1 + 4 files changed, 24 insertions(+), 5 deletions(-) -- 2.25.1