From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-24417.protonmail.ch (mail-24417.protonmail.ch [109.224.244.17]) (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 EB37D35C68D for ; Mon, 10 Aug 2026 16:01:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=109.224.244.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786377720; cv=none; b=THMJzG+9XTvfRi+r42fZ5XnBF7Hhb4/WwE0Afv3DWxemb4ZVYxaqw+zyjIDmKyU8HNXCGpDIP3znrRKMd4KKazuK60qCLyd17fup9LOS+bnA0vyAwhgwMbISyvJ+ly4u6NLkaPgcqWvdVVcuT4hW0x5Cuo68vXlj8bgggFsyBWA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786377720; c=relaxed/simple; bh=w8GpxvOfnNWl/89U7nAsBbyft4xeXumCz/7z5Ozk8dI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eqx9X1A9l85fFyfyTBEiAVPhSHFhrD5r/CRD0cDz1RxzKHHGgcSMTEy1Yqj9Fj/eQW6EJjHDN3waYNd5ixtItoefT0ihjst6SlK9MIn8lei8xjdzLzdYsfXMsTkuf6xgF4kAnx/GRNlii2mjgzIa6mNC8Fbc1jIY3tC13a1XvIg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=proton.me; spf=pass smtp.mailfrom=proton.me; dkim=pass (2048-bit key) header.d=proton.me header.i=@proton.me header.b=i42OvVfc; arc=none smtp.client-ip=109.224.244.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=proton.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=proton.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=proton.me header.i=@proton.me header.b="i42OvVfc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1786377707; x=1786636907; bh=w8GpxvOfnNWl/89U7nAsBbyft4xeXumCz/7z5Ozk8dI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=i42OvVfcWkJaVbh38NeQ/nUsmoBLXDhSnTh4Zloy+MkSnGPGdgTjz40NoFLB6EYAk bxkwghzhKWtn+ZCA2+a/YvzCKE4lP/V0Ut8UJ7klTV1/dYCCB3G3G3jYDo7ac+rTKb YL/Mz7a1hj1bTbDBER45fS76sT+RwRFijRdCHfFgWODXAoocgBx3uENB0OA+T3GFnQ k4hipyjZ+FbCM3eT1nCtTTBdzh0VfWilOdw9JVLma791H5OVy11ivYpfrJay7pxbqN tYhBjr/ZBs6wEP4ZEks7QyEy3fcUb2jzcfJfFw8NzJb6sa5gI2QyBAs15ikTi1vYWD RZnMrqdYaaW5g== Date: Mon, 10 Aug 2026 16:01:42 +0000 To: Bartosz Golaszewski From: Esteban Urrutia Cc: linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, phone-devel@vger.kernel.org, Bjorn Andersson , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Esteban Urrutia via B4 Relay Subject: Re: [PATCH v2 1/4] pinctrl: qcom: sm8450: Remove duplicate reference to gpio81 Message-ID: In-Reply-To: References: <20260802-sm8475-tlmm-v2-0-a93e1d1cb53b@proton.me> <20260802-sm8475-tlmm-v2-1-a93e1d1cb53b@proton.me> Feedback-ID: 147889766:user:proton X-Pm-Message-ID: 4c610df17f9ce1bf854bc4ad21a6e95e77dc4e3f 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: quoted-printable On 8/10/26 7:24 AM, Bartosz Golaszewski wrote: > On Sun, 2 Aug 2026 09:30:54 +0200, Esteban Urrutia via B4 Relay > said: >> From: Esteban Urrutia >> >> gpio81 is referenced twice in prng_rosc_groups. >> Remove the duplicate reference. >> >> Signed-off-by: Esteban Urrutia >> --- >=20 > Please add the Fixes: tag. Is it actually needed? No bugs occur with it. Regards, Esteban