From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D76D0C2BD09 for ; Tue, 9 Jul 2024 03:51:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:References:CC:To:From:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Zet6s/oJP3P7PB+e0PNHbJL8LTPKBRrFKa+rhqJU4Qk=; b=xIymKHvJyZ+4oUbK/WwAqZiJ0V nh+BPk1maz6TP63CB8jQHXqLm/hC+Girt6KYASkBDkaG2dnuEWGTx2bEzZg4e/t5ibwbidktojeGD Ybq4fzMA64sVYDlMbEjptOAY1SaLqOzfaSWu597JM/fKTxXoDbZtn7EoDZLHTM/QSBgFhKEPk6Yg7 dPWMZb0ffVyGY+G4EAriv+7Rvbp12fZZADIZmBFR7Mbs6aWb/LOyj7z8lHizOpPfrkQBz88rjyTs2 rnmdSg5thyTtDqVSzOT1oGECWz74q6PiutkXosykguhPPL8T1gMLO0btdq0Z4cFKiypp7sZYiOwiu FeBs7Yqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sR1t7-00000005nJr-46lC; Tue, 09 Jul 2024 03:51:33 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sR1ss-00000005nIP-1WUD for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2024 03:51:20 +0000 Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 468Mo2QK015544; Tue, 9 Jul 2024 03:51:01 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= Zet6s/oJP3P7PB+e0PNHbJL8LTPKBRrFKa+rhqJU4Qk=; b=V2syuKe+AVDrV5TW gp75/7tAZ8uXVjLjfKCvLJqqe7Qj/ZGjHqS2ngEklwsSxqH3RI3EkBphDdQStSuQ NV6avtp5mdRaAHEmW8lpRrT1o+08SWnB7/9Twl+dbj1nZLQenGmwJfMR7dv3OEKL y9IcTEPDyp9dQn7Onh5Jl2XU1LRXHj8nIfOX2pPVJghA/jEobu1S0dpoz3RMrmb8 G8ZeP4AHGV57XZTcsKZcpq8RnDDoap83Aq+IXsr0Oh290v9hL/xQQQ4MRW72etbo rmVbuBax29XuOwyC1S+XgcgZBwecypM6sKTzZzcnKTIeVoaUssfGYQ5VUYyk2JHE P/VzGQ== Received: from nasanppmta01.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 406we8w6tr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 09 Jul 2024 03:51:01 +0000 (GMT) Received: from nasanex01a.na.qualcomm.com (nasanex01a.na.qualcomm.com [10.52.223.231]) by NASANPPMTA01.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4693p0GM025417 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 9 Jul 2024 03:51:00 GMT Received: from [10.110.80.193] (10.80.80.8) by nasanex01a.na.qualcomm.com (10.52.223.231) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 8 Jul 2024 20:50:58 -0700 Message-ID: Date: Mon, 8 Jul 2024 20:50:58 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH v5 3/4] firmware: psci: Read and use vendor reset types Content-Language: en-US From: Trilok Soni To: Elliot Berman , Sudeep Holla CC: Sebastian Reichel , 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 , , 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> In-Reply-To: <1bdc4d4c-9cf1-a8bd-80de-7463cecd2c78@quicinc.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01a.na.qualcomm.com (10.52.223.231) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: np-jJaWPBl7FoRWLTFcEOK4UClUtoSca X-Proofpoint-GUID: np-jJaWPBl7FoRWLTFcEOK4UClUtoSca X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-07-08_15,2024-07-08_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 impostorscore=0 bulkscore=0 spamscore=0 suspectscore=0 lowpriorityscore=0 phishscore=0 priorityscore=1501 mlxlogscore=999 malwarescore=0 mlxscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407090023 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240708_205118_636574_696B3D2B X-CRM114-Status: GOOD ( 14.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 :). Sorry to bug you again Sudeep - but I need confirmation that these patches looks good to you and you will pick them up. Thanks. -- ---Trilok Soni