All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: rafalo@cadence.com
Cc: nicolas.ferre@atmel.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	harinikatakamlinux@gmail.com, harini.katakam@xilinx.com,
	richardcochran@gmail.com, Andrei.Pistirica@microchip.com
Subject: Re: [PATCH net-next] macb: Add hardware PTP support.
Date: Wed, 05 Apr 2017 06:43:03 -0700 (PDT)	[thread overview]
Message-ID: <20170405.064303.211440601700403108.davem@davemloft.net> (raw)
In-Reply-To: <1491225015-25553-1-git-send-email-rafalo@cadence.com>

From: Rafal Ozieblo <rafalo@cadence.com>
Date: Mon, 3 Apr 2017 14:10:15 +0100

> This patch is based on original Harini's patch and Andrei's patch,
> implemented in aseparate file to ease the review/maintanance
> and integration with other platforms.
> 
> In case that macb is compiled as a module, it has been renamed to
> cadence-macb.ko to avoid naming confusion in Makefile.
> 
> This driver does support GEM-GXL:
> - Enable HW time stamp
> - Register ptp clock framework
> - Initialize PTP related registers
> - Updated dma buffer descriptor read/write mechanism
> - HW time stamp on the PTP Ethernet packets are received using the
>   SO_TIMESTAMPING API. Where timers are obtained from the dma buffer
>   descriptors
> - Added tsu_clk to device tree
> 
> Note: Patch on net-next, on April 3rd.
> Signed-off-by: Rafal Ozieblo <rafalo@cadence.com>

This patch does too many things at one time.  Each entry in that list
of changes above should be a separate change, all posted together as
a group as a proper patch series.

Thank you.

WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: rafalo@cadence.com
Cc: devicetree@vger.kernel.org, netdev@vger.kernel.org,
	richardcochran@gmail.com, nicolas.ferre@atmel.com,
	linux-kernel@vger.kernel.org, harinikatakamlinux@gmail.com,
	Andrei.Pistirica@microchip.com, harini.katakam@xilinx.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH net-next] macb: Add hardware PTP support.
Date: Wed, 05 Apr 2017 06:43:03 -0700 (PDT)	[thread overview]
Message-ID: <20170405.064303.211440601700403108.davem@davemloft.net> (raw)
In-Reply-To: <1491225015-25553-1-git-send-email-rafalo@cadence.com>

From: Rafal Ozieblo <rafalo@cadence.com>
Date: Mon, 3 Apr 2017 14:10:15 +0100

> This patch is based on original Harini's patch and Andrei's patch,
> implemented in aseparate file to ease the review/maintanance
> and integration with other platforms.
> 
> In case that macb is compiled as a module, it has been renamed to
> cadence-macb.ko to avoid naming confusion in Makefile.
> 
> This driver does support GEM-GXL:
> - Enable HW time stamp
> - Register ptp clock framework
> - Initialize PTP related registers
> - Updated dma buffer descriptor read/write mechanism
> - HW time stamp on the PTP Ethernet packets are received using the
>   SO_TIMESTAMPING API. Where timers are obtained from the dma buffer
>   descriptors
> - Added tsu_clk to device tree
> 
> Note: Patch on net-next, on April 3rd.
> Signed-off-by: Rafal Ozieblo <rafalo@cadence.com>

This patch does too many things at one time.  Each entry in that list
of changes above should be a separate change, all posted together as
a group as a proper patch series.

Thank you.

WARNING: multiple messages have this Message-ID (diff)
From: davem@davemloft.net (David Miller)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH net-next] macb: Add hardware PTP support.
Date: Wed, 05 Apr 2017 06:43:03 -0700 (PDT)	[thread overview]
Message-ID: <20170405.064303.211440601700403108.davem@davemloft.net> (raw)
In-Reply-To: <1491225015-25553-1-git-send-email-rafalo@cadence.com>

From: Rafal Ozieblo <rafalo@cadence.com>
Date: Mon, 3 Apr 2017 14:10:15 +0100

> This patch is based on original Harini's patch and Andrei's patch,
> implemented in aseparate file to ease the review/maintanance
> and integration with other platforms.
> 
> In case that macb is compiled as a module, it has been renamed to
> cadence-macb.ko to avoid naming confusion in Makefile.
> 
> This driver does support GEM-GXL:
> - Enable HW time stamp
> - Register ptp clock framework
> - Initialize PTP related registers
> - Updated dma buffer descriptor read/write mechanism
> - HW time stamp on the PTP Ethernet packets are received using the
>   SO_TIMESTAMPING API. Where timers are obtained from the dma buffer
>   descriptors
> - Added tsu_clk to device tree
> 
> Note: Patch on net-next, on April 3rd.
> Signed-off-by: Rafal Ozieblo <rafalo@cadence.com>

This patch does too many things at one time.  Each entry in that list
of changes above should be a separate change, all posted together as
a group as a proper patch series.

Thank you.

  reply	other threads:[~2017-04-05 13:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29 14:00 [PATCH] Add hardware PTP support Rafal Ozieblo
2017-03-29 14:00 ` Rafal Ozieblo
2017-03-29 14:00 ` Rafal Ozieblo
2017-03-29 16:39 ` David Miller
2017-03-29 16:39   ` David Miller
2017-03-29 16:39   ` David Miller
2017-04-03 13:10   ` [PATCH net-next] macb: " Rafal Ozieblo
2017-04-03 13:10     ` Rafal Ozieblo
2017-04-03 13:10     ` Rafal Ozieblo
2017-04-05 13:43     ` David Miller [this message]
2017-04-05 13:43       ` David Miller
2017-04-05 13:43       ` David Miller
2017-04-06  5:24       ` Richard Cochran
2017-04-06  5:24         ` Richard Cochran
2017-04-06  5:24         ` Richard Cochran

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=20170405.064303.211440601700403108.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=Andrei.Pistirica@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=harini.katakam@xilinx.com \
    --cc=harinikatakamlinux@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=rafalo@cadence.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 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.