[PATCH] arm64/pci: Add quirks for Cavium Thunder PCI bridges.
Arnd Bergmann
arnd at arndb.de
Wed Sep 23 00:51:00 PDT 2015
On Tuesday 22 September 2015 17:09:56 David Daney wrote:
> From: David Daney <david.daney at cavium.com>
>
> The Cavium ThunderX SoC needs a PCI quirk for its on-chip bridges.
> Since it is arm64, create a new quirks.c file there to contain arm64
> related quirks. Add the ThunderX bridge quirk, gated by a new config
> variable, so that it can be disabled for kernels that aren't expected
> to be used on ThunderX.
>
> Signed-off-by: David Daney <david.daney at cavium.com>
> ---
> arch/arm64/Kconfig | 11 +++++++++++
> arch/arm64/kernel/Makefile | 2 +-
> arch/arm64/kernel/quirks.c | 36 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 48 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm64/kernel/quirks.c
>
Looks reasonable to me. Just one question: Is the same bridge used
on MIPS machines? If so, maybe it should be moved to drivers/pci/quirks.c
instead for better reuse.
Arnd
More information about the linux-arm-kernel
mailing list