[PATCH v7 1/6] soc: renesas: rz-sysc: Add syscon/regmap support
claudiu beznea
claudiu.beznea at tuxon.dev
Mon Aug 18 22:07:16 PDT 2025
On 8/18/25 19:28, John Madieu wrote:
> The RZ/G3E system controller has various registers that control or report
> some properties specific to individual IPs. The regmap is registered as a
> syscon device to allow these IP drivers to access the registers through the
> regmap API.
>
> As other RZ SoCs might have custom read/write callbacks or max-offsets,
> register a custom regmap configuration.
>
> Signed-off-by: John Madieu<john.madieu.xa at bp.renesas.com>
> [claudiu.beznea:
> - do not check the match->data validity in rz_sysc_probe() as it is
> always valid
> - dinamically allocate regmap_cfg]
> Signed-off-by: Claudiu Beznea<claudiu.beznea.uj at bp.renesas.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea.uj at bp.renesas.com>
Tested-by: Claudiu Beznea <claudiu.beznea.uj at bp.renesas.com> # on RZ/G3S
More information about the linux-arm-kernel
mailing list