Message ID | 20200423142022.10538-1-grygorii.strashko@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=g5CM=6H=vger.kernel.org=linux-omap-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 537C81392 for <patchwork-linux-omap@patchwork.kernel.org>; Thu, 23 Apr 2020 14:21:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F1082087E for <patchwork-linux-omap@patchwork.kernel.org>; Thu, 23 Apr 2020 14:21:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="llHmBXMh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728532AbgDWOVI (ORCPT <rfc822;patchwork-linux-omap@patchwork.kernel.org>); Thu, 23 Apr 2020 10:21:08 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:58428 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726910AbgDWOVI (ORCPT <rfc822;linux-omap@vger.kernel.org>); Thu, 23 Apr 2020 10:21:08 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 03NEL260076248; Thu, 23 Apr 2020 09:21:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1587651662; bh=ollByxbrSURa6xnkZ2klfCdwR2dJUjXfp7sNresnq8k=; h=From:To:CC:Subject:Date; b=llHmBXMh593oW2scepAJq6vMSjb1QwHo1sBn71vZyMGkHxhv4hjx5gDSNrLohtBSK ZmM4dZXCl1hUCp11J+ZrSbz4XhbYzUugW++XWcBPv3FbtBJosirF2KPhzdTb6sputo uBz6LLM7GNgZW60I/aYaKCjsDoIhHNDg9KyaTFik= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 03NEL2hr053251; Thu, 23 Apr 2020 09:21:02 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 23 Apr 2020 09:21:01 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 23 Apr 2020 09:21:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 03NEL01I027119; Thu, 23 Apr 2020 09:21:01 -0500 From: Grygorii Strashko <grygorii.strashko@ti.com> To: Richard Cochran <richardcochran@gmail.com>, Lokesh Vutla <lokeshvutla@ti.com>, Tony Lindgren <tony@atomide.com>, "David S. Miller" <davem@davemloft.net> CC: <netdev@vger.kernel.org>, Sekhar Nori <nsekhar@ti.com>, <linux-kernel@vger.kernel.org>, Murali Karicheri <m-karicheri2@ti.com>, <linux-omap@vger.kernel.org>, Grygorii Strashko <grygorii.strashko@ti.com> Subject: [PATCH net-next v5 00/10] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events Date: Thu, 23 Apr 2020 17:20:12 +0300 Message-ID: <20200423142022.10538-1-grygorii.strashko@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: <linux-omap.vger.kernel.org> X-Mailing-List: linux-omap@vger.kernel.org |
Series |
net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
|
expand
|
From: Grygorii Strashko <grygorii.strashko@ti.com> Date: Thu, 23 Apr 2020 17:20:12 +0300 > This is re-spin of patches to add CPSW IRQ and HW_TS_PUSH events support I've > sent long time ago [1]. In this series, I've tried to restructure and split changes, > and also add few additional optimizations comparing to initial RFC submission [1]. ... > Changes in v5: > - fixed build issue ... Series applied, thanks.