Re: [PATCH] PCI: keystone: Enable compile-testing on !ARM

2020-09-06 Thread Alex Dewar
On Sun, Sep 06, 2020 at 02:19:44PM +0200, Krzysztof Kozlowski wrote: > On Fri, 4 Sep 2020 at 20:56, Alex Dewar wrote: > > > > Currently the Keystone driver can only be compile-tested on ARM, but > > this restriction seems unnecessary. Get rid of it to increase test > > coverage. > > > > Build-test

Re: [PATCH] PCI: keystone: Enable compile-testing on !ARM

2020-09-06 Thread Krzysztof Kozlowski
On Fri, 4 Sep 2020 at 20:56, Alex Dewar wrote: > > Currently the Keystone driver can only be compile-tested on ARM, but > this restriction seems unnecessary. Get rid of it to increase test > coverage. > > Build-tested on x86 with allyesconfig. You should at least build it on x86_64, powerpc and M

[PATCH] PCI: keystone: Enable compile-testing on !ARM

2020-09-04 Thread Alex Dewar
Currently the Keystone driver can only be compile-tested on ARM, but this restriction seems unnecessary. Get rid of it to increase test coverage. Build-tested on x86 with allyesconfig. Signed-off-by: Alex Dewar --- drivers/pci/controller/dwc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2