From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7A9F5321F2D; Sat, 11 Jul 2026 19:50:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783799404; cv=none; b=de/dCvFWhV3Hq4lezVWcL5oQe9jSJg+WJ/0mtkVpVKfu1tPxV2E+oh5cUtpIV9W1tXo+NOvdB0MVfUIq1QeK/Y7vdYc92QrhqQLnoLbtKVyJyW0zQr0OAdQ4fpmSxCC7BK5GgJJ18QvewKm+64WfIlFaUealUNobRdE5mTZbjB8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783799404; c=relaxed/simple; bh=8/Q5mDWXhiwKvNLCp9AotYNxjJ+/7xo2GEwDK05MDNQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=IBqBJDzOqQpNPTKQlU682Zl8Y/0TQe+vLZ4iYAZkeAlO/ctMsckTzpP3bjwp5yC41eFbbwlky6SfUOk23UjsgifkcdsMGTAR/tm5MfXi5J3Vu/4ij0zoP9n3eUWG1WVMf/YBJ1kzwAHr5M06WwPhIQmRjVEafeVBMp19nnswyrI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TmBomZ9O; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TmBomZ9O" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C12CB1F000E9; Sat, 11 Jul 2026 19:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783799403; bh=962WI+WFrEgveuIYGHxMy53wrwxe3EZr+9F07EUoRAo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=TmBomZ9Oi9R6ZGBX/lkMHcvwr5Vwje4Ggmr1FEwBFoCcTJZjBTJJ253t03km8hEBL F4pEON5Xbp4n9y+n/ceCapR4juW9/4dujhRkUhLO0AVhYXmCFBvqMGFNZCrSnyB+BP F2K4KthN8CSkQsezEmi7QSq8kPcHgRwPiz8uYBS6PlJOegBN1lkiul+wYfyXCXB483 lZ9Rs2YS2ktzbzQno+8mN6qGvTF14y1ijbNju9DF2vHZO13WS1gzj5wdYo4iN9WP2F qgbH8lEqTNCUqHsTLQp6HBJTnOiySF6IC8xJFRNKnUkmhVDq+6hpBfPukAkqWHtnjX txXyUQrMzhAnQ== From: Bjorn Andersson To: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , Konrad Dybcio , George Moussalem Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Konrad Dybcio , linux-arm-msm@vger.kernel.org, Conor Dooley , Dmitry Baryshkov Subject: Re: (subset) [PATCH v4 0/4] IPQ5018: Add and enable GEPHY RX and TX clocks Date: Sat, 11 Jul 2026 14:49:42 -0500 Message-ID: <178379938611.163099.4515812802119059592.b4-ty@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260608-ipq5018-gephy-clocks-v4-0-fb2ccd56894b@outlook.com> References: <20260608-ipq5018-gephy-clocks-v4-0-fb2ccd56894b@outlook.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Mon, 08 Jun 2026 09:09:15 +0400, George Moussalem wrote: > This patch series addresses a missing hardware description issue for the > Qualcomm IPQ5018 Internal Ethernet PHY, where the data paths fail to > function correctly unless their dedicated RX and TX clocks are > explicitly enabled. > > Further testing revealed that leaving these clocks unmanaged by the > kernel, they were inadvertently left enabled by the bootloader / QSDK > platform, which masked the issue. Testing a fresh network configuration > path exposed that the data link fails to work without explicit software > gating. > > [...] Applied, thanks! [3/4] arm64: qcom: ipq5018: Add GEPHY RX and TX clocks commit: 20959cefc27e7e2e506b4e789b728e5702c77f95 Best regards, -- Bjorn Andersson