]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc: renesas: Add SYSC driver for Renesas RZ family
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Tue, 28 Jan 2025 03:13:38 +0000 (04:13 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 20 Feb 2025 16:38:33 +0000 (17:38 +0100)
commitc1aca5588279fc341a2e12d61e853bb1fd4c72d5
tree3d1aa0bfa93743b3c24aa19a8e0268efeea65166
parent2014c95afecee3e76ca4a56956a936e23283f05b
soc: renesas: Add SYSC driver for Renesas RZ family

The RZ/G3S system controller (SYSC) has various registers that control
different functionalities.  One of the exposed register offers
information about the SoC identification.

Add a driver that identifies the SoC.  Later the driver will be extended
with other functionalities.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250128031342.52675-2-john.madieu.xa@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/soc/renesas/Kconfig
drivers/soc/renesas/Makefile
drivers/soc/renesas/rz-sysc.c [new file with mode: 0644]
drivers/soc/renesas/rz-sysc.h [new file with mode: 0644]