]> Gentwo Git Trees - linux/.git/commit
net: ethernet: renesas: rcar_gen4_ptp: Remove different memory layout
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Mon, 8 Sep 2025 15:44:24 +0000 (17:44 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 12 Sep 2025 01:34:33 +0000 (18:34 -0700)
commit4da47931a9240ff44547d30983cb23e26b05d180
treeb288652ca17d2b6935cf3c2110e3aa67ff652ec7
parent43adad382e1fdecabd2c4cd2bea777ef4ce4109e
net: ethernet: renesas: rcar_gen4_ptp: Remove different memory layout

When upstreaming the Gen4 PTP support for R-Car S4 the possibility for
different memory layouts on other Gen4 SoCs was build in. It turns out
this is not needed and instead needlessly makes the driver harder to
read, remove the support code that would have allowed different memory
layouts.

This change only deals with the public functions used by other drivers,
follow up work will clean up the rcar_gen4_ptp internals.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250908154426.3062861-2-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/renesas/rcar_gen4_ptp.c
drivers/net/ethernet/renesas/rcar_gen4_ptp.h
drivers/net/ethernet/renesas/rswitch_main.c
drivers/net/ethernet/renesas/rtsn.c