Merge branch 'remotes/lorenzo/pci/rcar'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 28 Nov 2019 14:54:48 +0000 (08:54 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 28 Nov 2019 14:54:48 +0000 (08:54 -0600)
commit21cea0c0eabae5d8b498b661885396d7186f6b61
treea42b5828f9d15b2e977ea9c7544bc335d23f6377
parent4940330a3696c37d95cb8e16880c412c28748e2d
parent7c7e53e1c93df14690bd12c1f84730fef927a6f1
Merge branch 'remotes/lorenzo/pci/rcar'

  - Clear bit 0 of MACCTLR before PCIETCTLR.CFINIT per manual (Yoshihiro
    Shimoda)

  - Remove unnecessary header include from rcar (Andrew Murray)

  - Tighten register index checking for rcar inbound range programming
    (Marek Vasut)

  - Fix rcar inbound range alignment calculation to improve packing of
    multiple entries (Marek Vasut)

  - Update rcar MACCTLR setting to match documentation (Yoshihiro Shimoda)

* remotes/lorenzo/pci/rcar:
  PCI: rcar: Fix missing MACCTLR register setting in initialization sequence
  PCI: rcar: Recalculate inbound range alignment for each controller entry
  PCI: rcar: Move the inbound index check
  PCI: rcar: Remove unnecessary header include (../pci.h)