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 94A2F2C21DD; Sat, 11 Jul 2026 16:58:50 +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=1783789131; cv=none; b=NY1oru+EK3HE5nIo6pNoisXTIreonejCDq/Es6vfY4WdczUkcG07VQVPbMFEYfXSlUfluTSKTYFtWkd+DN4s7nfSgNNYzp1IiRCNQmOeVvgaY3MiZvOHxSjJ9mFtH8GsvRVJsy81q1BQG/xBPG3QkyXI6sVH63z3SJVlBdy1YVE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783789131; c=relaxed/simple; bh=Q332TfGMszY4YqhvlmsBVuAgFQPSKMmj4sMy+oYviH8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d3Dm5IDIiVlSqr8O+CYgIT+v2Yh+hMQlwDuZegbaljBEHbPjyMfHGWisuvMGEUVt0x4XVbJifPpRa0fxGvxJRivFD5ZmdQ0i9cfy8V4wFPpngiKFkoDPidQqeyt5ixufLZc3dXQghUzNELJAjwPEy73bJH32uZlxd/fMSAFo3DI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=U+5P7hSy; 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="U+5P7hSy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1C6A1F000E9; Sat, 11 Jul 2026 16:58:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783789130; bh=xJMk5wfqfmZ8Km+K3oUYO2vXzYnu5TIhfjfCYG6aJXw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=U+5P7hSywsTiAsJxEmNblQnkreLzh//QvBfQVoqGeDPv9YhhOZtsMI1JwZkV6u6O4 bC+6NNJkM0x8+E9m6xDDWuMmIVwLNuotSvuWcr+D5EjuAMT+Xh+77Wym/tszw5KmDn +ho4taDk06q2GHDiDD9HjNMLg0xWSGlyOHZXASpiuu8HBUFE+wjmiSBQDRP/Ush2Hz LLFXUkg73o0KMBKfA6N+/F2r+oigE+8Uj/0wGmxynlJnpId7lCAuNe3DwJh1pj2A+R lZY3xRP+d5UmnCJZsA4lpySmeLNkHOJpQxi1fR6/dtYSh7ov/gpFd7rBz+EC2lX/P5 3s+YCvQPP2bvg== Date: Sat, 11 Jul 2026 11:58:46 -0500 From: Bjorn Andersson To: esteuwu@proton.me Cc: Michael Turquette , Stephen Boyd , Brian Masney , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Rob Clark , Will Deacon , Robin Murphy , "Joerg Roedel (AMD)" , Vinod Koul , Neil Armstrong , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org Subject: Re: [PATCH 0/8] SM8450 QoL changes Message-ID: References: <20260622-sm8450-qol-v1-0-37e2ee8df9da@proton.me> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260622-sm8450-qol-v1-0-37e2ee8df9da@proton.me> On Mon, Jun 22, 2026 at 08:54:21PM -0400, Esteban Urrutia via B4 Relay wrote: > Hello. This is my first attempt at contributing to the Linux kernel. Welcome! A very good first attempt, I hope you will keep doing this! > > I've been mainlining an SM8475 based device for quite some time now and > I feel now's the proper time to start submitting patches. > I'm starting with the smallest part which are mostly modifications > regarding the current support for the SM8450 SoC. > > Regards, > Esteban > > Signed-off-by: Esteban Urrutia > --- > Esteban Urrutia (8): > clk: qcom: dispcc-sm8450: Fix mdss clocks > arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes > arm64: dts: qcom: sm8450: Modify GPU operating points > arm64: dts: qcom: sm8450: Add missing PCM_OUT port > iommu/arm-smmu-qcom: Add SM8450 MDSS compatible > phy: qcom: qmp-combo: Drop qmp_v4_calibrate_dp_phy > phy: qcom: qmp-combo: Correct pre-emphasis table for QMP v4 DP PHYs > arm64: defconfig: Add SM8450 camcc Sending the patches as a single series implies that there's some sort of dependency/relationship between them, but as far as I can tell there isn't. The changes applies to 4 different maintainers/subsystems. If you group patches based on their dependencies and who is going to merge them, each group will be easier to review and merge. Regards, Bjorn > > arch/arm64/boot/dts/qcom/sm8450.dtsi | 50 ++++++------------------------ > arch/arm64/configs/defconfig | 1 + > drivers/clk/qcom/dispcc-sm8450.c | 6 ++-- > drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 + > drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 33 +------------------- > 5 files changed, 16 insertions(+), 75 deletions(-) > --- > base-commit: 948efecf22e49aa4bf55bb73ec79a0ddcfd38571 > change-id: 20260622-sm8450-qol-466b8c07eb5f > > Best regards, > -- > Esteban Urrutia > >