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

From: Krzysztof Kozlowski
Date: Sun Sep 06 2020 - 08:20:54 EST


On Fri, 4 Sep 2020 at 20:56, Alex Dewar <alex.dewar90@xxxxxxxxx> 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 MIPS. These are
widely available (e.g. in most of distros, or here:
https://mirrors.edge.kernel.org/pub/tools/crosstool/). Useful is also
riscv and sh (specially sh lacks certain headers/features).

Best regards,
Krzysztof