From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) (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 EAD9B1E3DF2; Tue, 24 Feb 2026 06:28:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.110 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771914535; cv=none; b=hX2v3w195TSpYYyn9eOGzNbk9CkD1HurCVUrvgEGnZd8qSh0J+g/ic7G5DlgpDK+PhgS8otY6pNDwYgTalFF/nB4tSMVnlrEAuNG0ey/OkCWNoBAu/UclU5eLJ9yV3ePE/0eUbI5kL40Y2FUPEN1kzkBd7bKqa0mw4SVy7cXGvo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771914535; c=relaxed/simple; bh=Yw+hefJL/oLMLKdMvMFtQO743LL8G312hzab9qhvk8o=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=WDgSJYZcaZOQWXjrmSq7nBFtP1YQf44uUr7cXYFMfGCKzduyYtM71mK23uJaGzj8kC5T2SkLQL+mBixlU7bc5jkBgReaUUIKNFNh0Av8vj+8g3OYvWNCMjhXaCPJEGuK7eq7JtZlLDcPekp0Spdql/65xLLpiMLxAkAYXUQU5mY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=AMi18JXH; arc=none smtp.client-ip=115.124.30.110 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="AMi18JXH" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1771914530; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=5/aYE/eO7Pe/rz6k6J+6I+R2wxGlallxnpO5elKYXlQ=; b=AMi18JXHOTuKit2SqfiyUkX4oVM0xPVt8K0JsjGhBXfIc1bjPannD7p8pBQ6BZy9jaAKq8rQa/dF7pOC4qc3pLN7llbC+NgEn0vGPziqsyKvZ4tQ0XiLGtcCbtiCKAd8uyMlAzOu51bI7yrluns2+Yk+unovcsmsEOyJ4RIviJ4= Received: from 30.74.144.111(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0WziWARj_1771914529 cluster:ay36) by smtp.aliyun-inc.com; Tue, 24 Feb 2026 14:28:50 +0800 Message-ID: Date: Tue, 24 Feb 2026 14:28:49 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 3/3] regulator: Add regulator driver for Unisoc SC2730 PMIC To: =?UTF-8?Q?Otto_Pfl=C3=BCger?= , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Orson Zhai , Chunyan Zhang , Lee Jones Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org References: <20260220-sc2730-regulators-v1-0-3f2bbc9ecf14@abscue.de> <20260220-sc2730-regulators-v1-3-3f2bbc9ecf14@abscue.de> From: Baolin Wang In-Reply-To: <20260220-sc2730-regulators-v1-3-3f2bbc9ecf14@abscue.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 2/21/26 1:01 AM, Otto Pflüger wrote: > Add a regulator driver for the Spreadtrum/Unisoc SC2730 PMIC, used > e.g. with the UMS512 and UMS9230 SoCs. This version of the driver is > based on a downstream driver provided by Unisoc [1] and the existing > SC2731 driver. > > Signed-off-by: Otto Pflüger Please add the original author’s SoB tag. The code looks good to me. Thanks.