From patchwork Tue May 26 15:01:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antoine Tenart X-Patchwork-Id: 1298150 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 49WcfR3rxdz9sSk for ; Wed, 27 May 2020 01:03:27 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730281AbgEZPDZ (ORCPT ); Tue, 26 May 2020 11:03:25 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:60167 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729601AbgEZPDY (ORCPT ); Tue, 26 May 2020 11:03:24 -0400 X-Originating-IP: 90.76.143.236 Received: from localhost (lfbn-tou-1-1075-236.w90-76.abo.wanadoo.fr [90.76.143.236]) (Authenticated sender: antoine.tenart@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BB560E000B; Tue, 26 May 2020 15:03:21 +0000 (UTC) From: Antoine Tenart To: davem@davemloft.net, andrew@lunn.ch, f.fainelli@gmail.com, hkallweit1@gmail.com Cc: Antoine Tenart , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, alexandre.belloni@bootlin.com, thomas.petazzoni@bootlin.com, allan.nielsen@microchip.com, vladimir.oltean@nxp.com Subject: [PATCH net-next 0/2] net: mscc: allow forwarding ioctl operations to attached PHYs Date: Tue, 26 May 2020 17:01:47 +0200 Message-Id: <20200526150149.456719-1-antoine.tenart@bootlin.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello, These two patches allow forwarding ioctl to the PHY MII implementation, and support is added for offloading timestamping operations to compatible attached PHYs. Thanks, Antoine Antoine Tenart (2): net: mscc: use the PHY MII ioctl interface when possible net: mscc: allow offloading timestamping operations to the PHY drivers/net/ethernet/mscc/ocelot.c | 23 ++++++++++++----------- drivers/net/ethernet/mscc/ocelot_board.c | 3 ++- 2 files changed, 14 insertions(+), 12 deletions(-)