From patchwork Fri Mar 17 17:42:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 13179342 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24B67C7618A for ; Fri, 17 Mar 2023 17:43:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230316AbjCQRm6 (ORCPT ); Fri, 17 Mar 2023 13:42:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49392 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230283AbjCQRmw (ORCPT ); Fri, 17 Mar 2023 13:42:52 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57EB55B85; Fri, 17 Mar 2023 10:42:50 -0700 (PDT) Received: from jupiter.universe (dyndsl-091-248-191-142.ewe-ip-backbone.de [91.248.191.142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: sre) by madras.collabora.co.uk (Postfix) with ESMTPSA id B713A66030BF; Fri, 17 Mar 2023 17:42:48 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1679074968; bh=luOsGa/W1RtrA5yKBcqt3o8mUbhckwWxkml4GSwx6zs=; h=From:To:Cc:Subject:Date:From; b=Eaxis85B7FeP+X0nYG9nRd1RJ9cjS6YmgfV/bG0eMLUJoLATbH5YtspSZcKu0OxtI vMx3QVFtm+xRQJoemRp0/25pPyuZ8mZvmL5YZNyW0i+j3ZnJOOERu1oJUzwIT0I1a4 LmSgABbRz6jgzUyK4K0v6EXG+3qKsMAiUgOh83/Ot+SboX0/zyUq+BgYk6ogAWeYVn 8ppLTfU1ESbIjuwlYo4JiX/a89jmFgnO4VjuACHiyKpYRE7TnUL5y9gGIGwV5q2Ide /x0KbnNaCHc6+TtU2ypQL9DXLwIF8qaxF04SMZmW7To9dqvPx0yM+XbReGEV5y73t3 dBqZ42gXWc5wQ== Received: by jupiter.universe (Postfix, from userid 1000) id 3D8204807E1; Fri, 17 Mar 2023 18:42:46 +0100 (CET) From: Sebastian Reichel To: Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCHv1 0/2] Fix RK3588 error prints Date: Fri, 17 Mar 2023 18:42:41 +0100 Message-Id: <20230317174243.61500-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, On 6.3-rc1 RK3588 EVB1 board currently prints 5 error level kernel messages. Four of them are from the stmmac driver and taken care of by this series. -- Sebastian Sebastian Reichel (2): net: ethernet: stmmac: dwmac-rk: fix optional clock handling net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling .../net/ethernet/stmicro/stmmac/dwmac-rk.c | 58 +++++++++---------- 1 file changed, 28 insertions(+), 30 deletions(-)