From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 54C4043176; Thu, 28 Mar 2024 16:48:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711644520; cv=none; b=ZjMk0rZAKhQqpJ1hhgwU8VJmTUOmMWtT0vJK58vgR/9fJxvLPzY7jKI7LS4f517LjxgFo+TOziAdAITLWea169aQh+O+Md5IG+Oq3vkO7+GB+mYLtUds+Qv90mobO8q3sunp3Os6xTAnrie3JDQClE4/Cmr1Azc1WgK8oJi+ot4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711644520; c=relaxed/simple; bh=9ly5amQocjcFvC1CcJYDOrRIEtZCFDVfD91fYk933iM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ddTidiSol8bkeOW6KLksKvILtCZL4v8NqTUdiRucRku5GOqYvTJsZWLCUne0ahf/CcUzzJ2R0hL3Pt+lS03vUacyksucmFrPENmuqdm8DNJOo1pFAD6vLy2F3LnnlT6svN3TWHe2DZN9/vU67RHnG9llL4XB7AYpNTN54pp1X3A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 06CD71476; Thu, 28 Mar 2024 09:49:11 -0700 (PDT) Received: from pluto (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DDD793F694; Thu, 28 Mar 2024 09:48:35 -0700 (PDT) Date: Thu, 28 Mar 2024 16:48:33 +0000 From: Cristian Marussi To: "Peng Fan (OSS)" Cc: Sudeep Holla , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , Dan Carpenter , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Peng Fan , Oleksii Moisieiev Subject: Re: [PATCH v6 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support Message-ID: References: <20240323-pinctrl-scmi-v6-0-a895243257c0@nxp.com> Precedence: bulk X-Mailing-List: linux-gpio@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: <20240323-pinctrl-scmi-v6-0-a895243257c0@nxp.com> On Sat, Mar 23, 2024 at 08:15:13PM +0800, Peng Fan (OSS) wrote: > This patchset is a rework from Oleksii's RFC v5 patchset > https://lore.kernel.org/all/cover.1698353854.git.oleksii_moisieiev@epam.com/ > Hi, beside a few more remarks on the series, I tested this again on my setup with the latest v3.2 changes and it works fine. Thanks, Cristian