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 E140C13A25F; Tue, 9 Jul 2024 11:19:21 +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=1720523964; cv=none; b=XzDyhBmeqP3XZM96o7TLzACloGInRh/L+aHPB9rlsMc+eKGA/7G0syVfwwsVkwNKcOddwhQCPsYaXicPJfCpKcs6WmiBS9iAo+RFGBVOp4qmf5kFdhLSv3hnNTIxndwF//Ljvnh+R9NqOEbegGaX5IHB7DYAZzOZ4l4bslnLHKU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720523964; c=relaxed/simple; bh=vssuIFD+QlX736ISqpPBoJNOg/E0YBFJ9cyj3iC5Wzc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LnnjeJ58LGHk/u7x8TQi4d+5KPQYcETJbZ4pGZ/KkgE+vhQ0i/sLHpyuXjr3gNQwjzWWBS7POkRlyKoA8QrNc5RjhZGAhSFRsUrCfWsOuoxmkaip3OdTSas4co3r7L8MgVv5ixMkWpIgdVtp3/sKtciA+gbZvf0usLYZ76sb5yE= 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 1DBD3153B; Tue, 9 Jul 2024 04:19:46 -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 2F75C3F766; Tue, 9 Jul 2024 04:19:17 -0700 (PDT) Date: Tue, 9 Jul 2024 12:19:14 +0100 From: Sudeep Holla To: Trilok Soni Cc: Elliot Berman , Sebastian Reichel , Sudeep Holla , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Andy Yan , Lorenzo Pieralisi , "Mark Rutland" , Bartosz Golaszewski , Satya Durga Srinivasu Prabhala , Melody Olvera , Shivendra Pratap , , , , Florian Fainelli , , Subject: Re: [PATCH v5 3/4] firmware: psci: Read and use vendor reset types Message-ID: References: <20240617-arm-psci-system_reset2-vendor-reboots-v5-0-086950f650c8@quicinc.com> <20240617-arm-psci-system_reset2-vendor-reboots-v5-3-086950f650c8@quicinc.com> <20240619135143.kr2tx4ynxayc5v3a@bogus> <20240619080933071-0700.eberman@hu-eberman-lv.qualcomm.com> <20240620162547309-0700.eberman@hu-eberman-lv.qualcomm.com> <20240702155630416-0700.eberman@hu-eberman-lv.qualcomm.com> <1bdc4d4c-9cf1-a8bd-80de-7463cecd2c78@quicinc.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 Mon, Jul 08, 2024 at 08:50:58PM -0700, Trilok Soni wrote: > On 7/2/2024 4:42 PM, Trilok Soni wrote: > > On 7/2/2024 4:06 PM, Elliot Berman wrote: > >> Hi Sudeep, > >> > >> On Mon, Jun 24, 2024 at 04:41:42PM +0100, Sudeep Holla wrote: > >>> Sorry, I completely missed to see that you had already answered those > >>> in your commit message. As mentioned earlier I haven't looked at the > >>> reboot mode framework completely yet, so I can't comment on it yet. > >>> > >>> I don't want to be blocker though if others are happy with this. > >> > >> I think folks are satisfied with the other parts of the series and now > >> looking for your conclusion on the PSCI driver part. > > > > I will be nice to get these patches picked up before 4th July holiday in US :). > July 3rd was already late to target v6.11 😉, the merge window may open next Sunday. Ideally we prefer to have code reviewed and merged before previous -rc6 so that it spends couple of weeks in -next before the merge. If I were to merge, I freeze my branch by -rc5 and send PR to Arnd after that so that Arnd gets some time with the integration of all other PRs. > Sorry to bug you again Sudeep - but I need confirmation that these patches looks good to you > and you will pick them up. Thanks. FYI I am not the maintainer of PSCI. I have given my feedback but I haven't been able to explore reset/reboot core support in much detail to provide any further useful suggestions to move the code out of PSCI like I would ideally like to. But that said I don't want to block this series just for that reason. -- Regards, Sudeep