linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v5 0/2] IEP clock module bug fixes
@ 2024-12-23 15:15 Meghana Malladi
  2024-12-23 15:15 ` [PATCH net v5 1/2] net: ti: icssg-prueth: Fix firmware load sequence Meghana Malladi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Meghana Malladi @ 2024-12-23 15:15 UTC (permalink / raw)
  To: u.kleine-koenig, robh, matthias.schiffer, jan.kiszka,
	dan.carpenter, m-malladi, javier.carrasco.cruz, diogo.ivo,
	jacob.e.keller, horms, pabeni, kuba, edumazet, davem,
	andrew+netdev
  Cc: linux-kernel, netdev, linux-arm-kernel, srk, Vignesh Raghavendra,
	Roger Quadros, danishanwar

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      |   8 +
 drivers/net/ethernet/ti/icssg/icssg_common.c  |  25 --
 drivers/net/ethernet/ti/icssg/icssg_config.c  |  41 ++-
 drivers/net/ethernet/ti/icssg/icssg_config.h  |   1 +
 drivers/net/ethernet/ti/icssg/icssg_prueth.c  | 261 ++++++++++++------
 drivers/net/ethernet/ti/icssg/icssg_prueth.h  |   5 +-
 .../net/ethernet/ti/icssg/icssg_prueth_sr1.c  |  24 +-
 7 files changed, 244 insertions(+), 121 deletions(-)


base-commit: 92c932b9946c1e082406aa0515916adb3e662e24
-- 
2.25.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-03 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-23 15:15 [PATCH net v5 0/2] IEP clock module bug fixes Meghana Malladi
2024-12-23 15:15 ` [PATCH net v5 1/2] net: ti: icssg-prueth: Fix firmware load sequence Meghana Malladi
2024-12-23 15:15 ` [PATCH net v5 2/2] net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during iep_init Meghana Malladi
2025-01-03 12:00 ` [PATCH net v5 0/2] IEP clock module bug fixes patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).