From: Divya Koppera <divya.koppera@microchip.com>
To: <andrew@lunn.ch>, <arun.ramadoss@microchip.com>,
<UNGLinuxDriver@microchip.com>, <hkallweit1@gmail.com>,
<linux@armlinux.org.uk>, <davem@davemloft.net>,
<edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>,
<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<richardcochran@gmail.com>
Subject: [PATCH net-next 0/5] Add ptp library for Microchip phys
Date: Mon, 4 Nov 2024 14:37:45 +0530 [thread overview]
Message-ID: <20241104090750.12942-1-divya.koppera@microchip.com> (raw)
Adds support of ptp library in Microchip phys
Divya Koppera (5):
net: phy: microchip_ptp : Add header file for Microchip ptp library
net: phy: microchip_ptp : Add ptp library for Microchip phys
net: phy: Kconfig: Add ptp library support and 1588 optional flag in
Microchip phys
net: phy: Makefile: Add makefile support for 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_ptp.c | 990 ++++++++++++++++++++++++++++++++
drivers/net/phy/microchip_ptp.h | 217 +++++++
drivers/net/phy/microchip_t1.c | 29 +-
5 files changed, 1242 insertions(+), 4 deletions(-)
create mode 100644 drivers/net/phy/microchip_ptp.c
create mode 100644 drivers/net/phy/microchip_ptp.h
--
2.17.1
next reply other threads:[~2024-11-04 9:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 9:07 Divya Koppera [this message]
2024-11-04 9:07 ` [PATCH net-next 1/5] net: phy: microchip_ptp : Add header file for Microchip ptp library Divya Koppera
2024-11-04 9:07 ` [PATCH net-next 2/5] net: phy: microchip_ptp : Add ptp library for Microchip phys Divya Koppera
2024-11-04 12:32 ` Vadim Fedorenko
2024-11-05 10:08 ` Divya.Koppera
2024-11-07 14:34 ` Simon Horman
2024-11-11 4:55 ` Divya.Koppera
2024-11-04 9:07 ` [PATCH net-next 3/5] net: phy: Kconfig: Add ptp library support and 1588 optional flag in " Divya Koppera
2024-11-04 9:07 ` [PATCH net-next 4/5] net: phy: Makefile: Add makefile support for ptp " Divya Koppera
2024-11-05 1:40 ` kernel test robot
2024-11-05 3:57 ` kernel test robot
2024-11-04 9:07 ` [PATCH net-next 5/5] net: phy: microchip_t1 : Add initialization of ptp for lan887x Divya Koppera
2024-11-04 14:04 ` Andrew Lunn
2024-11-05 6:17 ` Divya.Koppera
2024-11-05 3:14 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241104090750.12942-1-divya.koppera@microchip.com \
--to=divya.koppera@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=arun.ramadoss@microchip.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hkallweit1@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).