rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] rust: pci: consistently use INTx and PCI BAR in comments
@ 2025-10-20 17:02 Peter Colberg
  2025-10-20 17:02 ` [PATCH v2 1/2] rust: pci: refer to legacy as INTx interrupts Peter Colberg
  2025-10-20 17:02 ` [PATCH v2 2/2] rust: pci: normalise spelling of PCI BAR Peter Colberg
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Colberg @ 2025-10-20 17:02 UTC (permalink / raw)
  To: Danilo Krummrich, Miguel Ojeda, Alex Gaynor
  Cc: Bjorn Helgaas, Krzysztof Wilczyński, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, linux-pci, rust-for-linux, linux-kernel,
	Peter Colberg

This patch series normalises the comments of the Rust PCI abstractions
to consistently refer to legacy as INTx interrupts and use the spelling
PCI BAR, as a way to familiarise myself with the Rust for Linux project.

Link: https://lore.kernel.org/rust-for-linux/20251019045620.2080-1-pcolberg@redhat.com/
Link: https://lore.kernel.org/rust-for-linux/20251015182118.106604-1-dakr@kernel.org/

v2:
- Rebase onto driver-core-testing to follow "Rust PCI housekeeping"
  patches, which move I/O and IRQ specific code into sub-modules.

Peter Colberg (2):
  rust: pci: refer to legacy as INTx interrupts
  rust: pci: normalise spelling of PCI BAR

 rust/kernel/pci.rs     |  4 ++--
 rust/kernel/pci/io.rs  |  8 ++++----
 rust/kernel/pci/irq.rs | 10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-20 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20 17:02 [PATCH v2 0/2] rust: pci: consistently use INTx and PCI BAR in comments Peter Colberg
2025-10-20 17:02 ` [PATCH v2 1/2] rust: pci: refer to legacy as INTx interrupts Peter Colberg
2025-10-20 17:02 ` [PATCH v2 2/2] rust: pci: normalise spelling of PCI BAR Peter Colberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).