Skip to content

Move power-domain drivers to drivers/pmdomain

Radu Rendec requested to merge rh-ee-rrendec/kernel-centos-stream-9:genpd into main

JIRA: https://issues.redhat.com/browse/RHEL-25420

The power-domain drivers are currently scattered across the various soc
subdirectories. Upstream fixed this in multiple iterations:

  • All power-domain drivers were moved to drivers/genpd/ (v6.6)
  • drivers/genpd/ was renamed to drivers/pmdomain/ (v6.6)
  • All corresponding Kconfig files were moved to drivers/pmdomain/ (v6.7)

Backport all these changes so that the power-domain drivers are
organized in RHEL under drivers/pmdomain, similarly to what upstream
did. This makes it easier to backport later changes that expect these
drivers to be in the new location.

A few other commits are backported to prepare for the move and reduce
the number of conflicts. These commits are at the beginning of the
series. Other than that, there are no changes to the driver code.

Signed-off-by: Radu Rendec rrendec@redhat.com

Merge request reports