[PATCH V2 3/3] pci: imx: Select RESET_IMX7 by default

2020-06-29 Thread Anson Huang
i.MX7 reset driver now supports module build and it is no longer built in by default, so i.MX PCI driver needs to select it explicitly due to it is NOT supporting loadable module currently. Signed-off-by: Anson Huang --- New patch. --- drivers/pci/controller/dwc/Kconfig | 1 + 1 file changed, 1

Re: [PATCH V2 3/3] pci: imx: Select RESET_IMX7 by default

2020-06-29 Thread Bjorn Helgaas
If you post a V3, "git log --oneline drivers/pci/controller/dwc/pci-imx6.c" says the subject line could be: PCI: imx6: Select CONFIG_RESET_IMX7 If you don't need a V3 for any other reason, whoever applies this series might adjust that for you. On Mon, Jun 29, 2020 at 11:05:29PM +0800, Anson Hu