From patchwork Sun Aug 27 13:41:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jisheng Zhang X-Patchwork-Id: 13367280 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8D24479DB for ; Sun, 27 Aug 2023 13:53:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D13B4C433C8; Sun, 27 Aug 2023 13:53:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693144426; bh=b1kK7Dz94GVdmWTD3uMOP5lr20LHYQ/HNK30s5G1xWQ=; h=From:To:Cc:Subject:Date:From; b=J7iqqsoca1RQhX0MDlxFMt+CDy/1lz+AquUHzDkG8IjDA7/IUiQ+dLIRLojeSJLQn ol+t6JDZCxG/qv2FmBSgvEFb63SnAfBzz0wkbBB8/xQbWAJOdM8AmlIAvkhaJY0DiB wectLoOwvHfQv7+WW7JdtXe2359iT/u7akjCo5OuyokykABNFRZ7sTL5VvE7rkKbPx W3G8onw2trcD1gIKfUlIRoEJBmnDSY9RmCdjjbhz/EwMX29Jc9G9hOOpFaczq8EwRC 3Cf1UGifzwWeurywMHocRK7zWD8i0mQJRGAhg0NzYLUgcTE2RPyHTr/zLiPdu4l4SF TJn9NFL2l6+7Q== From: Jisheng Zhang To: Emil Renner Berthing , Samin Guo , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin Cc: netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next 0/2] net: stmmac: dwmac-starfive: some improvements Date: Sun, 27 Aug 2023 21:41:48 +0800 Message-Id: <20230827134150.2918-1-jszhang@kernel.org> X-Mailer: git-send-email 2.40.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org This series is to improve the dwmac-starfive driver by correcting error handling and removing unnecessary clk_get_rate(). Jisheng Zhang (2): net: stmmac: dwmac-starfive: improve error handling during probe net: stmmac: dwmac-starfive: remove unnecessary clk_get_rate() .../ethernet/stmicro/stmmac/dwmac-starfive.c | 38 +++++++++++-------- 1 file changed, 22 insertions(+), 16 deletions(-)