From: Andrew Lunn <andrew@lunn.ch>
To: Yangbo Lu <yangbo.lu@nxp.com>
Cc: devicetree@vger.kernel.org, netdev@vger.kernel.org,
Richard Cochran <richardcochran@gmail.com>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
"David S . Miller" <davem@davemloft.net>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/6] ptp: add QorIQ PTP support for DPAA2
Date: Mon, 10 Jun 2019 15:06:01 +0200 [thread overview]
Message-ID: <20190610130601.GD8247@lunn.ch> (raw)
In-Reply-To: <20190610032108.5791-2-yangbo.lu@nxp.com>
On Mon, Jun 10, 2019 at 11:21:03AM +0800, Yangbo Lu wrote:
> This patch is to add QorIQ PTP support for DPAA2.
> Although dpaa2-ptp.c driver is a fsl_mc_driver which
> is using MC APIs for register accessing, it's same
> IP block with eTSEC/DPAA/ENETC 1588 timer. We will
> convert to reuse ptp_qoriq driver by using register
> ioremap and dropping related MC APIs.
>
> Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> ---
> drivers/ptp/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig
> index 9b8fee5..b1b454f 100644
> --- a/drivers/ptp/Kconfig
> +++ b/drivers/ptp/Kconfig
> @@ -44,7 +44,7 @@ config PTP_1588_CLOCK_DTE
>
> config PTP_1588_CLOCK_QORIQ
> tristate "Freescale QorIQ 1588 timer as PTP clock"
> - depends on GIANFAR || FSL_DPAA_ETH || FSL_ENETC || FSL_ENETC_VF
> + depends on GIANFAR || FSL_DPAA_ETH || FSL_DPAA2_ETH || FSL_ENETC || FSL_ENETC_VF
> depends on PTP_1588_CLOCK
Hi Yangbo
Could COMPILE_TEST also be added?
Thanks
Andrew
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Lunn <andrew@lunn.ch>
To: Yangbo Lu <yangbo.lu@nxp.com>
Cc: netdev@vger.kernel.org, "David S . Miller" <davem@davemloft.net>,
Richard Cochran <richardcochran@gmail.com>,
Rob Herring <robh+dt@kernel.org>, Shawn Guo <shawnguo@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/6] ptp: add QorIQ PTP support for DPAA2
Date: Mon, 10 Jun 2019 15:06:01 +0200 [thread overview]
Message-ID: <20190610130601.GD8247@lunn.ch> (raw)
In-Reply-To: <20190610032108.5791-2-yangbo.lu@nxp.com>
On Mon, Jun 10, 2019 at 11:21:03AM +0800, Yangbo Lu wrote:
> This patch is to add QorIQ PTP support for DPAA2.
> Although dpaa2-ptp.c driver is a fsl_mc_driver which
> is using MC APIs for register accessing, it's same
> IP block with eTSEC/DPAA/ENETC 1588 timer. We will
> convert to reuse ptp_qoriq driver by using register
> ioremap and dropping related MC APIs.
>
> Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> ---
> drivers/ptp/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig
> index 9b8fee5..b1b454f 100644
> --- a/drivers/ptp/Kconfig
> +++ b/drivers/ptp/Kconfig
> @@ -44,7 +44,7 @@ config PTP_1588_CLOCK_DTE
>
> config PTP_1588_CLOCK_QORIQ
> tristate "Freescale QorIQ 1588 timer as PTP clock"
> - depends on GIANFAR || FSL_DPAA_ETH || FSL_ENETC || FSL_ENETC_VF
> + depends on GIANFAR || FSL_DPAA_ETH || FSL_DPAA2_ETH || FSL_ENETC || FSL_ENETC_VF
> depends on PTP_1588_CLOCK
Hi Yangbo
Could COMPILE_TEST also be added?
Thanks
Andrew
next prev parent reply other threads:[~2019-06-10 13:06 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-10 3:21 [PATCH 0/6] Reuse ptp_qoriq driver for dpaa2-ptp Yangbo Lu
2019-06-10 3:21 ` Yangbo Lu
2019-06-10 3:21 ` [PATCH 1/6] ptp: add QorIQ PTP support for DPAA2 Yangbo Lu
2019-06-10 3:21 ` Yangbo Lu
2019-06-10 3:21 ` Yangbo Lu
2019-06-10 13:06 ` Andrew Lunn [this message]
2019-06-10 13:06 ` Andrew Lunn
2019-06-12 4:14 ` Y.b. Lu
2019-06-12 4:14 ` Y.b. Lu
2019-06-12 13:10 ` Andrew Lunn
2019-06-12 13:10 ` Andrew Lunn
2019-06-14 10:40 ` Y.b. Lu
2019-06-14 10:40 ` Y.b. Lu
2019-06-10 3:21 ` [PATCH 2/6] dpaa2-ptp: reuse ptp_qoriq driver Yangbo Lu
2019-06-10 3:21 ` Yangbo Lu
2019-06-10 3:21 ` [PATCH 3/6] dt-binding: ptp_qoriq: support DPAA2 PTP compatible Yangbo Lu
2019-06-10 3:21 ` Yangbo Lu
2019-06-10 3:21 ` [PATCH 4/6] arm64: dts: fsl: add ptp timer node for dpaa2 platforms Yangbo Lu
2019-06-10 3:21 ` Yangbo Lu
2019-06-10 3:21 ` [PATCH 5/6] dpaa2-ptp: add interrupt support Yangbo Lu
2019-06-10 3:21 ` Yangbo Lu
2019-06-10 3:21 ` [PATCH 6/6] MAINTAINERS: maintain DPAA2 PTP driver in QorIQ PTP entry Yangbo Lu
2019-06-10 3:21 ` Yangbo 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=20190610130601.GD8247@lunn.ch \
--to=andrew@lunn.ch \
--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 \
--cc=yangbo.lu@nxp.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.