LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: "Y.b. Lu" <yangbo.lu@nxp.com> To: "netdev@vger.kernel.org" <netdev@vger.kernel.org>, Richard Cochran <richardcochran@gmail.com>, David Miller <davem@davemloft.net>, Claudiu Manoil <claudiu.manoil@nxp.com>, Shawn Guo <shawnguo@kernel.org>, Rob Herring <robh+dt@kernel.org> Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "Y.b. Lu" <yangbo.lu@nxp.com> Subject: [PATCH 0/3] ENETC: support hardware timestamping Date: Thu, 16 May 2019 09:59:04 +0000 [thread overview] Message-ID: <20190516100028.48256-1-yangbo.lu@nxp.com> (raw) This patch-set is to support hardware timestamping for ENETC and also to add 1588 timer device tree node for ls1028a. Because ENETC RX BD ring dynamic allocation hasn't been supported and it's too expensive to use extended RX BDs if timestamping isn't used, we have to use a Kconfig option to enable/disable timestamping for now. This Kconfig option will be removed once RX BD ring dynamic allocation is implemented. Yangbo Lu (3): enetc: add hardware timestamping support enetc: add get_ts_info interface for ethtool arm64: dts: fsl: ls1028a: add ENETC 1588 timer node .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 5 + drivers/net/ethernet/freescale/enetc/Kconfig | 11 ++ drivers/net/ethernet/freescale/enetc/enetc.c | 156 +++++++++++++++++- drivers/net/ethernet/freescale/enetc/enetc.h | 14 +- .../ethernet/freescale/enetc/enetc_ethtool.c | 31 ++++ .../net/ethernet/freescale/enetc/enetc_hw.h | 13 ++ .../net/ethernet/freescale/enetc/enetc_pf.c | 1 + .../net/ethernet/freescale/enetc/enetc_ptp.c | 5 + .../net/ethernet/freescale/enetc/enetc_vf.c | 1 + 9 files changed, 231 insertions(+), 6 deletions(-) -- 2.17.1
next reply other threads:[~2019-05-16 9:59 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-05-16 9:59 Y.b. Lu [this message] 2019-05-16 9:59 ` [PATCH 1/3] enetc: add hardware timestamping support Y.b. Lu 2019-05-16 13:31 ` Claudiu Manoil 2019-05-20 2:55 ` Y.b. Lu 2019-05-16 14:32 ` Richard Cochran 2019-05-16 15:30 ` Claudiu Manoil 2019-05-20 3:25 ` Y.b. Lu 2019-05-20 3:20 ` [EXT] " Y.b. Lu 2019-05-20 4:41 ` Richard Cochran 2019-05-16 9:59 ` [PATCH 2/3] enetc: add get_ts_info interface for ethtool Y.b. Lu 2019-05-16 9:59 ` [PATCH 3/3] arm64: dts: fsl: ls1028a: add ENETC 1588 timer node Y.b. Lu
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=20190516100028.48256-1-yangbo.lu@nxp.com \ --to=yangbo.lu@nxp.com \ --cc=claudiu.manoil@nxp.com \ --cc=davem@davemloft.net \ --cc=devicetree@vger.kernel.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=richardcochran@gmail.com \ --cc=robh+dt@kernel.org \ --cc=shawnguo@kernel.org \ /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: linkBe 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).