From mboxrd@z Thu Jan 1 00:00:00 1970 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 E193351C5A; Sat, 12 Jul 2025 07:57:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752307044; cv=none; b=CnkxovBZaggqjfSYW6ozNxRNG40xDiy2KFTwaqdYCmKrv9NxOEtlfhCM8ulAUOJtGXJIkxgwRA7WnEV9WQAqMK72SDbCgO9k2/MShj1tuJ+EEwdLihO2nKoz0U90iHv5JsE6z4+g6ie7G3h4bqYYMcxtegZIvWSEneY0k1/8jkg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752307044; c=relaxed/simple; bh=XzixfsF30CyClhd0788ncMU136HDBswlnVoJNaBje9g=; h=From:To:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=sCRIbo5yDdfJPW7Kl4m24q7/XDzt3KGjYmsalaoTGwFIwkaKvuHa44H1VW1S+gUHCS62GMGGw+6oWVEiAAmtuUPnyLhKw4EDE70GnviDcqMnzU/lsWcWiuYcvXui1YPsF8FAKDJZJjJT/NT5C8A+NheiFu9Cq0Y3XITyOVvUyPU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id A61EFC4CEEF; Sat, 12 Jul 2025 07:57:23 +0000 (UTC) Received: from wens.tw (localhost [127.0.0.1]) by wens.tw (Postfix) with ESMTP id AA99B5F939; Sat, 12 Jul 2025 15:57:21 +0800 (CST) From: Chen-Yu Tsai To: Srinivas Kandagatla , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jernej Skrabec , Samuel Holland , Vasily Khoruzhick , Yangtao Li , "Rafael J . Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Philipp Zabel , Maxime Ripard , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, iuncuim In-Reply-To: <20250703151132.2642378-1-iuncuim@gmail.com> References: <20250703151132.2642378-1-iuncuim@gmail.com> Subject: Re: (subset) [PATCH v2 0/8] Allwinner: A523: add support for A523 THS0/1 controllers Message-Id: <175230704168.812199.2009708647014789629.b4-ty@csie.org> Date: Sat, 12 Jul 2025 15:57:21 +0800 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: 7bit X-Mailer: b4 0.14.2 On Thu, 03 Jul 2025 23:11:24 +0800, iuncuim wrote: > This patch series adds temperature sensor support for the Allwinner A523 > family of processors (same die with H728/A527/T527) > > Changes: > 1) dt-bindings: nvmem: SID: Add binding for A523 SID controller > - added new patch > > [...] Applied to sunxi/dt-for-6.17 in local tree, thanks! [7/8] arm64: dts: allwinner: A523: Add SID controller node commit: 082c6a2d06c0831d236760a29953355845eee988 Best regards, -- Chen-Yu Tsai