]> www.infradead.org Git - users/dwmw2/linux.git/commit
PCI/pwrctrl: Rename pwrctl files to pwrctrl
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Nov 2024 21:44:27 +0000 (15:44 -0600)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Thu, 21 Nov 2024 16:01:24 +0000 (16:01 +0000)
commitb88cbaaa6fa109c2eb455d8fe2a318de0d197ea2
treeace2e9b7ba97bc4d24a2570b334f5219e0cc244c
parent681725afb6b91dfa581f4eba5f256ac5e953b463
PCI/pwrctrl: Rename pwrctl files to pwrctrl

To slightly reduce confusion between "pwrctl" (the power controller and
power sequencing framework) and "bwctrl" (the bandwidth controller),
rename "pwrctl" to "pwrctrl" so they use the same "ctrl" suffix.

Rename drivers/pci/pwrctl/ to drivers/pci/pwrctrl/, including the related
MAINTAINERS, include file (include/linux/pci-pwrctl.h), Makefile, and
Kconfig changes.

This is the minimal rename of files only.  A subsequent commit will rename
functions and data structures.

Link: https://lore.kernel.org/r/20241115214428.2061153-2-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Acked-by: Krzysztof Wilczyński <kw@linux.com>
MAINTAINERS
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pwrctl/Makefile [deleted file]
drivers/pci/pwrctrl/Kconfig [moved from drivers/pci/pwrctl/Kconfig with 100% similarity]
drivers/pci/pwrctrl/Makefile [new file with mode: 0644]
drivers/pci/pwrctrl/core.c [moved from drivers/pci/pwrctl/core.c with 99% similarity]
drivers/pci/pwrctrl/pci-pwrctrl-pwrseq.c [moved from drivers/pci/pwrctl/pci-pwrctl-pwrseq.c with 98% similarity]
include/linux/pci-pwrctrl.h [moved from include/linux/pci-pwrctl.h with 100% similarity]