public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI/pwrctrl: Rename pwrctl to pwrctrl
@ 2024-11-15 21:44 Bjorn Helgaas
  2024-11-15 21:44 ` [PATCH 1/2] PCI/pwrctrl: Rename pwrctl files " Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2024-11-15 21:44 UTC (permalink / raw)
  To: linux-pci
  Cc: Bartosz Golaszewski, Ilpo Järvinen, Lorenzo Pieralisi,
	Rob Herring, Krzysztof Wilczyński, Maciej W . Rozycki,
	Jonathan Cameron, Lukas Wunner, Alexandru Gagniuc,
	Krishna chaitanya chundru, Srinivas Pandruvada,
	Rafael J . Wysocki, Smita Koralahalli, Daniel Lezcano,
	Amit Kucheria, Zhang Rui, Christophe JAILLET, Amit Pundir,
	Neil Armstrong, Caleb Connolly, linux-pm, linux-kernel,
	Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

I'm sorry to propose this, but it seems like ongoing confusion to have
"pwrctl" and "bwctrl" (different ctl/ctrl suffixes).

pwrctl was merged for v6.11, so I would propose changing bwctrl to match it
except that we already have several "ctrl" files in PCI hotplug drivers,
and in the wider kernel, the "ctrl" filename suffix outnumbers "ctl" by
about two to one.


Bjorn Helgaas (2):
  PCI/pwrctrl: Rename pwrctl files to pwrctrl
  PCI/pwrctrl: Rename pwrctrl functions and structures

 MAINTAINERS                                   |  4 +-
 drivers/pci/Kconfig                           |  2 +-
 drivers/pci/Makefile                          |  2 +-
 drivers/pci/pwrctl/Makefile                   |  6 --
 drivers/pci/{pwrctl => pwrctrl}/Kconfig       |  0
 drivers/pci/pwrctrl/Makefile                  |  6 ++
 drivers/pci/{pwrctl => pwrctrl}/core.c        | 88 +++++++++----------
 .../pci-pwrctrl-pwrseq.c}                     | 34 +++----
 drivers/pci/remove.c                          |  4 +-
 include/linux/{pci-pwrctl.h => pci-pwrctrl.h} | 22 ++---
 10 files changed, 84 insertions(+), 84 deletions(-)
 delete mode 100644 drivers/pci/pwrctl/Makefile
 rename drivers/pci/{pwrctl => pwrctrl}/Kconfig (100%)
 create mode 100644 drivers/pci/pwrctrl/Makefile
 rename drivers/pci/{pwrctl => pwrctrl}/core.c (50%)
 rename drivers/pci/{pwrctl/pci-pwrctl-pwrseq.c => pwrctrl/pci-pwrctrl-pwrseq.c} (64%)
 rename include/linux/{pci-pwrctl.h => pci-pwrctrl.h} (69%)

-- 
2.34.1


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

end of thread, other threads:[~2024-11-16 19:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-15 21:44 [PATCH 0/2] PCI/pwrctrl: Rename pwrctl to pwrctrl Bjorn Helgaas
2024-11-15 21:44 ` [PATCH 1/2] PCI/pwrctrl: Rename pwrctl files " Bjorn Helgaas
2024-11-15 21:44 ` [PATCH 2/2] PCI/pwrctrl: Rename pwrctrl functions and structures Bjorn Helgaas
2024-11-16 19:36 ` [PATCH 0/2] PCI/pwrctrl: Rename pwrctl to pwrctrl Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox