Message ID | 20230315095053.53969-1-durai.manickamkr@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Add PTP support for sama7g5 | expand |
On Wed, Mar 15, 2023 at 03:20:51PM +0530, Durai Manickam KR wrote: > This patch series is intended to add PTP capability to the GEM and > EMAC for sama7g5. > > Durai Manickam KR (2): > net: macb: Add PTP support to GEM for sama7g5 > net: macb: Add PTP support to EMAC for sama7g5 > > drivers/net/ethernet/cadence/macb_main.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com> Side question, doesn't it need any software implementation? Or it is already implemented, or it is only hw caps? > -- > 2.25.1 >
On 15/03/23 17:13, Michal Swiatkowski wrote: > [Some people who received this message don't often get email from michal.swiatkowski@linux.intel.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > On Wed, Mar 15, 2023 at 03:20:51PM +0530, Durai Manickam KR wrote: >> This patch series is intended to add PTP capability to the GEM and >> EMAC for sama7g5. >> >> Durai Manickam KR (2): >> net: macb: Add PTP support to GEM for sama7g5 >> net: macb: Add PTP support to EMAC for sama7g5 >> >> drivers/net/ethernet/cadence/macb_main.c | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> > Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com> > > Side question, doesn't it need any software implementation? Or it is > already implemented, or it is only hw caps? Hi Michal, It is already implemented. Here the scope is to just enable it for sama7g5. >> -- >> 2.25.1 >>
On Wed, Mar 15, 2023 at 11:56:15AM +0000, Durai.ManickamKR@microchip.com wrote: > On 15/03/23 17:13, Michal Swiatkowski wrote: > > [Some people who received this message don't often get email from michal.swiatkowski@linux.intel.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] > > > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > On Wed, Mar 15, 2023 at 03:20:51PM +0530, Durai Manickam KR wrote: > >> This patch series is intended to add PTP capability to the GEM and > >> EMAC for sama7g5. > >> > >> Durai Manickam KR (2): > >> net: macb: Add PTP support to GEM for sama7g5 > >> net: macb: Add PTP support to EMAC for sama7g5 > >> > >> drivers/net/ethernet/cadence/macb_main.c | 5 +++-- > >> 1 file changed, 3 insertions(+), 2 deletions(-) > >> > > Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com> > > > > Side question, doesn't it need any software implementation? Or it is > > already implemented, or it is only hw caps? > > Hi Michal, > > It is already implemented. Here the scope is to just enable it for sama7g5. > Also, since commits lack target tree (net-next?) I'm not sure if the patches will be picked by bot and tested. Piotr. > >> -- > >> 2.25.1 > >> >
On Wed, 15 Mar 2023 13:43:17 +0100 Piotr Raczynski wrote: > > It is already implemented. Here the scope is to just enable it for sama7g5. > > Also, since commits lack target tree (net-next?) I'm not sure if the > patches will be picked by bot and tested. The tree_selection check reports what tree it ended up picking, FWIW
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 15 Mar 2023 15:20:51 +0530 you wrote: > This patch series is intended to add PTP capability to the GEM and > EMAC for sama7g5. > > Durai Manickam KR (2): > net: macb: Add PTP support to GEM for sama7g5 > net: macb: Add PTP support to EMAC for sama7g5 > > [...] Here is the summary with links: - [1/2] net: macb: Add PTP support to GEM for sama7g5 https://git.kernel.org/netdev/net-next/c/abc783a7b0ff - [2/2] net: macb: Add PTP support to EMAC for sama7g5 https://git.kernel.org/netdev/net-next/c/9bae0dd05e61 You are awesome, thank you!