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 D84428121F; Fri, 19 Apr 2024 13:26:14 +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=1713533176; cv=none; b=MrE+A8fc3lAvF+QWtfHy3SZ0zlq1viNGGtGiThkjSi6uGgctSBbBkyi7TwEFTX1Azzb2s948T6amjXgPuEC/k+BoSpicBPQX+KUqZy4yAF8Gvv2upB0mYL7ABZSeEyNQ2zweCLNOcZDdkMjLWLBiUWnXaog6Px0xcD+whmOyNAM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713533176; c=relaxed/simple; bh=6j8LAuPX+5y1QeKSrSDHV4idU5BIz6e5AHZh1OPYS4Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ugz/p0IFR5FzYXZwBtJmE5Di+CRC7XO3gDT2tUZXJfLDNL7vEQssN2+57E22jFcO2nSPCuvM9aQkOyV86LoQqg9bIvIVnw8wzpIASZuet8SVj8My4pbiRqOJECgmTelkONT79w3/N81+0sXXR+lT9kv8HNm5IZ4elI5IbqE1gH8= 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 2E72B2F; Fri, 19 Apr 2024 06:26:42 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7813D3F64C; Fri, 19 Apr 2024 06:26:11 -0700 (PDT) Date: Fri, 19 Apr 2024 14:26:08 +0100 From: Sudeep Holla To: Linus Walleij Cc: "Peng Fan (OSS)" , Cristian Marussi , Sudeep Holla , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Dan Carpenter , Dhruva Gole , Andy Shevchenko , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Peng Fan , Oleksii Moisieiev , Andy Shevchenko Subject: Re: [PATCH v11 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support Message-ID: <20240419132608.3hlubncopeakdwo5@bogus> References: <20240418-pinctrl-scmi-v11-0-499dca9864a7@nxp.com> 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Fri, Apr 19, 2024 at 03:20:08PM +0200, Linus Walleij wrote: > On Thu, Apr 18, 2024 at 3:24 AM Peng Fan (OSS) wrote: > > > Per Sudeep's reply in v10, > > "This series looks good overall. Since it has pinctrl driver, I need Linus > > to ack/agree to pick the whole series up or I can ack them so that Linus > > can take the whole series. Either way it is fine for me." > > > > v11 is just minor update per Andy to patch 4 and Andy's R-b applied. > > > > Hope v11 is good for you to pick up. > > > > Linus, would you ack or this patchset go through your tree? > > Since most of it is in firmware rather than pinctrl I suppose > the best is to merge it in the firmware or SoC tree, so: > Acked-by: Linus Walleij > Thanks, I will merge this soon for v6.10 -- Regards, Sudeep