]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pci/switchtec'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Nov 2021 16:28:45 +0000 (11:28 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Nov 2021 16:28:45 +0000 (11:28 -0500)
commit650d343d1caa416a1fd6d280a27b4663c012b328
treeb37e037e05372e29b4d68980e7b2f136e00bf551
parent0cb8b1c2e48d8b7a292f8253b012287476d1c91a
parent736908489f13771bce1da0c1d01eb2809d04b884
Merge branch 'pci/switchtec'

- Return error to application when command execution fails because an
  out-of-band reset has cleared the device BARs, Memory Space Enable, etc
  (Kelvin Cao)

- Fix MRPC error status handling issue (Kelvin Cao)

- Mask out other bits when reading of management VEP instance ID (Kelvin
  Cao)

- Return EOPNOTSUPP instead of ENOTSUPP from sysfs show functions (Kelvin
  Cao)

- Add check of event support (Logan Gunthorpe)

* pci/switchtec:
  PCI/switchtec: Add check of event support
  PCI/switchtec: Replace ENOTSUPP with EOPNOTSUPP
  PCI/switchtec: Update the way of getting management VEP instance ID
  PCI/switchtec: Fix a MRPC error status handling issue
  PCI/switchtec: Error out MRPC execution when MMIO reads fail