From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqE5b-0003oK-0h for barebox@lists.infradead.org; Tue, 30 Jun 2020 11:06:11 +0000 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jqE5Z-0002UC-O7 for barebox@lists.infradead.org; Tue, 30 Jun 2020 13:06:09 +0200 Received: from mgr by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jqE5Z-0006Ag-Fc for barebox@lists.infradead.org; Tue, 30 Jun 2020 13:06:09 +0200 From: Michael Grzeschik Date: Tue, 30 Jun 2020 13:06:01 +0200 Message-Id: <20200630110603.21577-1-m.grzeschik@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 0/2] drivers: net: phy: at803x: add clk setup with dt To: barebox@lists.infradead.org This series makes the first step to remove the phy_fixups for at80xx phys, which is usually hardcoded to prepare clk, delay and SmartEEE glitch fixup. With further support of all these settings in the dts, the fixups can be removed. Michael Grzeschik (2): net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access drivers: net: phy: at803x: add phy clk setup via dts drivers/net/phy/at803x.c | 178 ++++++++++++++++++++- drivers/net/phy/dp83867.c | 3 +- drivers/net/phy/micrel.c | 5 +- include/linux/mdio.h | 327 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 503 insertions(+), 10 deletions(-) create mode 100644 include/linux/mdio.h -- 2.27.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox