[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241209151742.9128-1-divya.koppera@microchip.com>
Date: Mon, 9 Dec 2024 20:47:37 +0530
From: Divya Koppera <divya.koppera@...rochip.com>
To: <andrew@...n.ch>, <arun.ramadoss@...rochip.com>,
<UNGLinuxDriver@...rochip.com>, <hkallweit1@...il.com>,
<linux@...linux.org.uk>, <davem@...emloft.net>, <edumazet@...gle.com>,
<kuba@...nel.org>, <pabeni@...hat.com>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <richardcochran@...il.com>,
<vadim.fedorenko@...ux.dev>
Subject: [PATCH net-next v6 0/5] Add rds ptp library for Microchip phys
Adds support for rds ptp library in Microchip phys, where rds is internal
code name for ptp IP or hardware. This library will be re-used in
Microchip phys where same ptp hardware is used. Register base addresses
and mmd may changes, due to which base addresses and mmd is made variable
in this library.
Divya Koppera (5):
net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp
library
net: phy: microchip_rds_ptp : Add rds ptp library for Microchip phys
net: phy: Kconfig: Add rds ptp library support and 1588 optional flag
in Microchip phys
net: phy: Makefile: Add makefile support for rds ptp in Microchip phys
net: phy: microchip_t1 : Add initialization of ptp for lan887x
drivers/net/phy/Kconfig | 9 +-
drivers/net/phy/Makefile | 1 +
drivers/net/phy/microchip_rds_ptp.c | 1009 +++++++++++++++++++++++++++
drivers/net/phy/microchip_rds_ptp.h | 218 ++++++
drivers/net/phy/microchip_t1.c | 41 +-
5 files changed, 1274 insertions(+), 4 deletions(-)
create mode 100644 drivers/net/phy/microchip_rds_ptp.c
create mode 100644 drivers/net/phy/microchip_rds_ptp.h
--
2.17.1
Powered by blists - more mailing lists