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

Alexey Kardashevskiy posted 4 patches 1 year, 10 months ago
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(-)
[PATCH kernel 0/4] pci/doe/ide: Capabilities, protocols
Posted by Alexey Kardashevskiy 1 year, 10 months ago
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(-)

-- 
2.41.0
Re: [PATCH kernel 0/4] pci/doe/ide: Capabilities, protocols
Posted by Bjorn Helgaas 1 year, 10 months ago
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/").