[kernel,0/4] pci/doe/ide: Capabilities, protocols

Message ID 20240201060228.3070928-1-aik@amd.com
Headers
Series pci/doe/ide: Capabilities, protocols |

Message

Alexey Kardashevskiy Feb. 1, 2024, 6:02 a.m. UTC
  Here are 4 small independent patches defining new PCIe caps and bits and
protocols, I am using them with my test device so they are real :)


Please comment. Thanks.



Alexey Kardashevskiy (4):
  pci/doe: Define protocol types and make those public
  pci/doe: Support discovery version
  pci: Define TEE-IO bit in PCIe device capabilities
  pci: Define Integrity and Data Encryption (IDE) extended capability

 include/linux/pci-doe.h       |  4 ++++
 include/uapi/linux/pci_regs.h |  5 ++++-
 drivers/pci/doe.c             | 13 ++++++++-----
 3 files changed, 16 insertions(+), 6 deletions(-)
  

Comments

Bjorn Helgaas Feb. 8, 2024, 9:55 p.m. UTC | #1
On Thu, Feb 01, 2024 at 05:02:24PM +1100, Alexey Kardashevskiy wrote:
> Here are 4 small independent patches defining new PCIe caps and bits and
> protocols, I am using them with my test device so they are real :)
> 
> 
> Please comment. Thanks.
> 
> 
> 
> Alexey Kardashevskiy (4):
>   pci/doe: Define protocol types and make those public
>   pci/doe: Support discovery version
>   pci: Define TEE-IO bit in PCIe device capabilities
>   pci: Define Integrity and Data Encryption (IDE) extended capability

For changes in drivers/pci and related files, follow the subject line
convention (learn from "git log --oneline drivers/pci/").