Skip to content
Snippets Groups Projects
Select Git revision
  • a2e50f53d535fa885a432fb9fc3e3ca5ed97364c
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

arch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Joshua Kinard authored and Ralf Baechle committed
    On SGI Origin 2k/Onyx2 and SGI Octane systems, there can exist multiple PCI
    buses attached to the Xtalk bus.  The current code will stop counting PCI buses
    after it finds the first one.  If one installs the optional PCI cardcage
    ("shoebox") into these systems, because of the order of the Xtalk widgets, the
    current PCI code will find the cardcage first, and fail to detect the BaseIO
    PCI devices, which are on a higher Xtalk widget ID.
    
    This patch adds the hooks needed for resolving this issue in the IP27 PCI code
    (in a later patch).
    
    Verified on both an SGI Onyx2 and an SGI Octane.
    
    Signed-off-by: default avatarJoshua Kinard <kumba@gentoo.org>
    Cc: Linux MIPS List <linux-mips@linux-mips.org>
    Patchwork: https://patchwork.linux-mips.org/patch/9074/
    
    
    Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
    a2e50f53
    History
    Name Last commit Last update
    ..