Re: [PATCH v3 04/13] PCI: brcmstb: Add bcm7278 reigister info
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-06-03 20:28:11
Also in:
linux-pci, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-06-03 20:28:11
Also in:
linux-pci, lkml
On 6/3/2020 12:20 PM, Jim Quinlan wrote:
From: Jim Quinlan <redacted>
Add in compatibility strings and code for three Broadcom STB chips. Some
of the register locations, shifts, and masks are different for certain
chips, requiring the use of different constants based on of_id.
We would like to add the following at this time to the match list but we
need to wait until the end of this patchset so that everything works.
{ .compatible = "brcm,bcm7211-pcie", .data = &generic_cfg },
{ .compatible = "brcm,bcm7278-pcie", .data = &bcm7278_cfg },
{ .compatible = "brcm,bcm7216-pcie", .data = &bcm7278_cfg },
{ .compatible = "brcm,bcm7445-pcie", .data = &generic_cfg },If you need to resubmit, there is a typo in the subject: reigister vs. register. Other than that: Acked-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel