aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/pci/id.rs
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+0
2026-01-24rust: pci: remove redundant `.as_ref()` for `dev_*` printGary Guo1-1/+1
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore1-1/+0
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+5
2025-11-11rust: pci: use "kernel vertical" style for importsDanilo Krummrich1-1/+4
2025-10-20rust: pci: use `kernel::fmt`Tamir Duberstein1-2/+1
2025-09-25rust: pci: display symbolic PCI vendor namesJohn Hubbard1-7/+11
2025-09-25rust: pci: display symbolic PCI class namesJohn Hubbard1-6/+11
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard1-1/+0
2025-09-01rust: pci: provide access to PCI Vendor valuesJohn Hubbard1-1/+335
2025-09-01rust: pci: provide access to PCI Class and Class-related itemsJohn Hubbard1-0/+236