Merge branch 'net-ethernet-renesas-rcar_gen4_ptp-add-v4h-support'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 23 Nov 2023 11:02:52 +0000 (12:02 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 23 Nov 2023 11:05:44 +0000 (12:05 +0100)
commit7490a42020bb1648337ebf04bf6e1ff9d8883f6b
tree647e5256689579de09d656d7e947f372e030aca2
parent750011e239a50873251c16207b0fe78eabf8577e
parent8c1c66235e0354fbe8c2159656947fad048d374d
Merge branch 'net-ethernet-renesas-rcar_gen4_ptp-add-v4h-support'

Niklas Söderlund says:

====================
net: ethernet: renesas: rcar_gen4_ptp: Add V4H support

This small series prepares the rcar_gen4_ptp to be useable both on both
R-Car S4 and V4H. The only in-tree driver that make use of this is
rswtich on S4. A new Ethernet (R-Car Ethernet TSN) driver for V4H is on
it's way that also will make use of rcar_gen4_ptp functionality.

Patch 1-2 are small improvements to the existing driver. While patch 3-4
adds V4H support. Finally patch 5 turns rcar_gen4_ptp into a separate
module to allow the gPTP functionality to be shared between the two
users without having to duplicate the code in each.

See each patch for changelog.
====================

Link: https://lore.kernel.org/r/20231121155306.515446-1-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Paolo Abeni <pabeni@redhat.com>