commit | c016555091119b469fe49d1b1b359f0ae3fc6ed7 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu May 04 22:10:31 2017 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sun Jul 02 18:46:20 2017 -0500 |
tree | 799b0b293f7e2ab6ece698bde2c874197d1a3989 | |
parent | 769b461fc0c0451bacf75826d5830fc07c5a57e4 [diff] |
PCI: tegra: Support MSI 64-bit addressing The MSI target address can reside beyond the 32-bit boundary on devices with more than 2 GiB of system memory. The PCI host bridge on Tegra can easily support 64-bit addresses, so make sure to pass the upper 32 bits of the target address to endpoints when allocating MSI entries. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Stephen Warren <swarren@nvidia.com>