pmdomain: renesas: rcar-sysc: Split R-Car M3-W and M3-W+ sub-drivers
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 17 Apr 2024 10:29:23 +0000 (12:29 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 18 Apr 2024 14:51:50 +0000 (16:51 +0200)
commit43fefaea066b9522ab56a7ab095f86865ca39c2f
treedb369c4082d481dac881a24712430c19b9300a6f
parentce5e83925c99ff43cc0b9bebe53d9dcba8e7c08b
pmdomain: renesas: rcar-sysc: Split R-Car M3-W and M3-W+ sub-drivers

Currently R-Car M3-W and M3-W+ are handled by a single sub-driver,
but using separate Kconfig symbols and separate rcar_sysc_info
structures, and fixup code to handle the remaining differences.

Prepare for handling more differences by splitting them in two separate
sub-drivers.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/a416e2bae7227c08d7e7d158366ab021f4d6cc18.1713348705.git.geert+renesas@glider.be
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/renesas/Makefile
drivers/pmdomain/renesas/r8a7796-sysc.c [deleted file]
drivers/pmdomain/renesas/r8a77960-sysc.c [new file with mode: 0644]
drivers/pmdomain/renesas/r8a77961-sysc.c [new file with mode: 0644]