All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] gpu: nova, nova-core: rename drivers and directory to follow kebab-case
@ 2026-05-07 18:49 Cheng-Yang Chou
  2026-05-07 18:49 ` [PATCH v3 1/2] gpu: nova, nova-core: Rename to kebab-case Cheng-Yang Chou
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cheng-Yang Chou @ 2026-05-07 18:49 UTC (permalink / raw)
  To: Danilo Krummrich, Alice Ryhl, Alexandre Courbot, David Airlie,
	Simona Vetter, Gary Guo, John Hubbard
  Cc: nouveau, Ching-Chun Huang, Chia-Ping Tsai, Cheng-Yang Chou

Rename the nova-core and nova-drm drivers to follow kernel naming
conventions before these names become UAPI (e.g. exposed via
driver_override).

Changes in v3:
- Move drm::DriverInfo name/desc update from patch 1 to patch 2
  (Danilo Krummrich)
- Add kbuild composite object rule to nova/Makefile to produce
  nova-drm.ko (Danilo Krummrich)
- Add kbuild composite object rule to nova-core/Makefile to produce
  nova-core.ko (Danilo Krummrich)
- Fix debugfs directory name in nova_core.rs to "nova-core" to match
  module name
- Patch 2 has been reworked, no review tags carried over
- Link to v2:
  https://lore.kernel.org/r/20260316120820.2117081-1-yphbchou0911@gmail.com/

Changes in v2:
- Also fix nova-drm driver description from "Nvidia Graphics" to
  "NVIDIA Graphics and Compute" (John Hubbard)
- Rename drivers/gpu/drm/nova/ directory to drivers/gpu/drm/nova-drm/
  and nova.rs to nova_drm.rs to match the module name (Danilo Krummrich)
- Link to v1:
  https://lore.kernel.org/r/20260310062443.2763230-1-yphbchou0911@gmail.com/

Link: https://github.com/Rust-for-Linux/linux/issues/1228

Thanks,
Cheng-Yang

---

Cheng-Yang Chou (2):
  gpu: nova, nova-core: Rename to kebab-case
  gpu: nova-drm: Rename nova to nova-drm

 drivers/gpu/drm/nova/Kconfig       | 2 +-
 drivers/gpu/drm/nova/Makefile      | 3 ++-
 drivers/gpu/drm/nova/driver.rs     | 6 +++---
 drivers/gpu/drm/nova/nova.rs       | 2 +-
 drivers/gpu/nova-core/Kconfig      | 2 +-
 drivers/gpu/nova-core/Makefile     | 3 ++-
 drivers/gpu/nova-core/nova_core.rs | 4 ++--
 7 files changed, 12 insertions(+), 10 deletions(-)


base-commit: 37f748ed0c19e007e7c5677f5d605d6b93841792
-- 
2.48.1


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

end of thread, other threads:[~2026-05-09 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 18:49 [PATCH v3 0/2] gpu: nova, nova-core: rename drivers and directory to follow kebab-case Cheng-Yang Chou
2026-05-07 18:49 ` [PATCH v3 1/2] gpu: nova, nova-core: Rename to kebab-case Cheng-Yang Chou
2026-05-07 18:49 ` [PATCH v3 2/2] gpu: nova-drm: Rename nova to nova-drm Cheng-Yang Chou
2026-05-09 22:05 ` [PATCH v3 0/2] gpu: nova, nova-core: rename drivers and directory to follow kebab-case Danilo Krummrich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.