From patchwork Mon Apr 14 15:51:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Russell King (Oracle)" X-Patchwork-Id: 14050649 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [78.32.30.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7761914B945 for ; Mon, 14 Apr 2025 15:51:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=78.32.30.218 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744645896; cv=none; b=n5MDyFT/4T6wDkpyRSLgQuJhxOPOamQGGKu195bVOy36SOik3XzghMdDoQgfnjtYD51BhPNdr9BNkEyCjZr8ynKyNCukP0wV52CFBiMiF8ASAWHSV/02PdijxkDVd2/7QkUlldpNthSmkNSWeG6eiOXNUAPdPxJo6ZwJWOKNmwY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744645896; c=relaxed/simple; bh=J1ajjji685NK+fXFimQZxDabOoRmU/cD77vTN7SlJrc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=aSX/lyreRrIL6qZZ8AuvaY+rghYPWK4kuv3vkrL2yV+kqIY3tvBITwdXsoXZl2ARj4mR036dIVsUqml8Lpi6PAdPaEuyaK2EFg9OO0aNdHZzReS8atI5EX7irUlA8hLzgTOxArI5tnoUkKPlYBue0lxM+9wtPrfV1UyyKqLjjXc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk; spf=none smtp.mailfrom=armlinux.org.uk; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b=PcXZCXdb; arc=none smtp.client-ip=78.32.30.218 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="PcXZCXdb" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=DOjKltCz1QNVwOIoEShbQiGKzqPC0dP5/3g+O8TKjp0=; b=PcXZCXdbGGiG4woiG67mKrNeg6 SIYWqpQjaE7qfLvDSK+hNYZDmZwySIWvwbbRvvxoA7+5bVHE3A6H/Ncgg8XtnnxjOuZxDFGDxugX0 Dpr2I2T6V5Hu05lFmPP32g2UmEFhgpn3SsjDdFw2UrnzyRZpUR2lW4EH4iuhCdf3nirJb+FT+XIZ2 5QKA41xIB1Yo6WOAUuLrSG0eV9oo55BQ93gq/WxjidY5u3pyTalFwrcMW0vb6oza8fN01+OO7vC+X Ermi3eIhqanEdJYrjKZHETEtiBKnyi7hR5+ivf7QPyhxhpGkIcb/6A8JtuL4g7dHbV9ddcQLSYPsB 3z59kyYA==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:34436) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u4M5j-0006nt-2b; Mon, 14 Apr 2025 16:51:23 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.96) (envelope-from ) id 1u4M5e-0007sk-10; Mon, 14 Apr 2025 16:51:18 +0100 Date: Mon, 14 Apr 2025 16:51:18 +0100 From: "Russell King (Oracle)" To: Andrew Lunn , Heiner Kallweit Cc: Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , netdev@vger.kernel.org, Paolo Abeni Subject: [PATCH net-next 0/2] net: stmmac: ingenic: cleanups Message-ID: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Sender: Russell King (Oracle) X-Patchwork-Delegate: kuba@kernel.org Hi, Another series for another stmmac glue platform. Convert Ingenic to use the stmmac platform PM ops and the devm_stmmac_pltfr_probe() helper. .../net/ethernet/stmicro/stmmac/dwmac-ingenic.c | 46 ++++------------------ 1 file changed, 8 insertions(+), 38 deletions(-)