Re: [PATCH v2] PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes

2018-06-29 Thread Lorenzo Pieralisi
On Tue, Jun 19, 2018 at 07:19:17PM +0200, Geert Uytterhoeven wrote: > PCIE_DW_PLAT_HOST does not have any platform dependency, so it should > not default to yes. > > Fixes: 1d906b22076e12cf ("PCI: dwc: Add support for EP mode") > Signed-off-by: Geert Uytterhoeven > --- > v2: > - Rebased on top

Re: [PATCH v2] PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes

2018-06-20 Thread Gustavo Pimentel
Hi Geert, On 19/06/2018 18:19, Geert Uytterhoeven wrote: > PCIE_DW_PLAT_HOST does not have any platform dependency, so it should > not default to yes. That's right, thanks. Regards, Gustavo Acked-by: Gustavo Pimentel > > Fixes: 1d906b22076e12cf ("PCI: dwc: Add support for EP mode") > Signed-o

[PATCH v2] PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes

2018-06-19 Thread Geert Uytterhoeven
PCIE_DW_PLAT_HOST does not have any platform dependency, so it should not default to yes. Fixes: 1d906b22076e12cf ("PCI: dwc: Add support for EP mode") Signed-off-by: Geert Uytterhoeven --- v2: - Rebased on top of the big PCI controller move. --- drivers/pci/controller/dwc/Kconfig | 1 - 1 fil