On Sat Aug 30, 2025 at 12:36 AM CEST, John Hubbard wrote:
> John Hubbard (6):
Applied to driver-core-testing, thanks!
> rust: pci: provide access to PCI Class and Class-related items
[ Minor doc-comment improvements, align Debug and Display. - Danilo ]
> rust: pci: provide access to PCI Vendor values
[ Minor doc-comment improvements, align Debug and Display. - Danilo ]
> rust: pci: add DeviceId::from_class_and_vendor() method
[ Minor doc-comment improvements. - Danilo ]
> gpu: nova-core: avoid probing non-display/compute PCI functions
> rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
[ Replace "as a validated vendor" with "as [`Vendor`]". - Danilo ]
> rust: pci: inline several tiny functions