[PATCH net v3 0/2] IEP clock module bug fixes
From: Meghana Malladi
Date: Thu Dec 05 2024 - 03:29:15 EST
Hi All,
This series has some bug fixes for IEP module needed by PPS and
timesync operations.
Patch 1/2 fixes firmware load sequence to run all the firmwares
when either of the ethernet interfaces is up. Move all the code
common for firmware bringup under common functions.
Patch 2/2 fixes distorted PPS signal when the ethernet interfaces
are brough down and up. This patch also fixes enabling PPS signal
after bringing the interface up, without disabling PPS.
MD Danish Anwar (1):
net: ti: icssg-prueth: Fix firmware load sequence.
Meghana Malladi (1):
net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during
iep_init
drivers/net/ethernet/ti/icssg/icss_iep.c | 9 ++
drivers/net/ethernet/ti/icssg/icssg_config.c | 45 ++++--
drivers/net/ethernet/ti/icssg/icssg_config.h | 1 +
drivers/net/ethernet/ti/icssg/icssg_prueth.c | 157 ++++++++++++-------
drivers/net/ethernet/ti/icssg/icssg_prueth.h | 5 +
5 files changed, 149 insertions(+), 68 deletions(-)
base-commit: dfc14664794a4706e0c2186a0c082386e6b14c4d
--
2.25.1