Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp267424yba; Fri, 12 Apr 2019 03:12:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqyDL2F++MO2bp4LM2Ha3vHjpyCisOkHgGt5H7Wlv4IHx+pJ/nl0cp2DDaX1fJcMfnvCW9v7 X-Received: by 2002:a62:12d0:: with SMTP id 77mr55093101pfs.15.1555063934848; Fri, 12 Apr 2019 03:12:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555063934; cv=none; d=google.com; s=arc-20160816; b=JZ3MHzH2JWrLqwln5WaY2TwXN4UVOsHgbTvVLkyzbljj5hnziuh715NzD/ds86yeg/ dlToM3zQi1vuPDUP8Z4X19yfbJGEVyspMIybnhip3eAL4VgbXVnRWFlkM80WAaLI2iGG L0J8dra9bqU4xLGdDr+f0QR0lsvqCCTZWp86rkk985CrMLgc4dbw0OV+nbw1AKIMPW8M 68VniwT2A3zsn2PZ/oBqPhGTCxMfUgMLfhkGAiYJ8OsQRQ681TvZ6uiaQf7p2f4xlrYU czQoWPSHgAnvMgacVWDMtn83xDkea/6UgYkeEntZu6kuVbziH6xKl7+9atBZjujDmpPi +nEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=PmPxhnOcVDOX1yfEShcqhV3JvcTrwrKQITODo2Yjq9U=; b=eehjWu0ysRudKNrCiKzU5lIrdqR5dtzeHCeDPiKM0gQmK8+4kgNWiXJnKTdc40bxlh FvrVD3e42fOJJRP774nkFtLICT1F6DtfxgVsoEsPDYo5JFvN/b1ONnjicV1+anxWKwRE M7Pu4avQUlGCg6FH8kB+JDI1Di/S3xkNpUUndSqn3FJy1o9q2aoqxWdBCU7u2/J0aYut Q0ifr5GRJ1d6ckljlAM8T4CEM97nx8w02zXKLI+OJ06G8v/NtAAR17r2oYk8XIGZduTO XwXcdXky4/kd1Jd2etOsSQvWm4RqmpKBYSXFh9jH5z9yFdluNQr450laAoLVdqWjkqUt PMsw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 102si38700217plf.250.2019.04.12.03.11.58; Fri, 12 Apr 2019 03:12:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726981AbfDLKKt (ORCPT + 99 others); Fri, 12 Apr 2019 06:10:49 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:45253 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726732AbfDLKKt (ORCPT ); Fri, 12 Apr 2019 06:10:49 -0400 Received: from 79.184.255.221.ipv4.supernova.orange.pl (79.184.255.221) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 9e31b47dfc54e54f; Fri, 12 Apr 2019 12:10:45 +0200 From: "Rafael J. Wysocki" To: Sudeep Holla Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Aaro Koskinen , Aaro Koskinen , Florian Fainelli , Michal Simek , Mark Rutland , Lorenzo Pieralisi , Ulf Hansson Subject: Re: [PATCH v3] firmware/psci: add support for SYSTEM_RESET2 Date: Fri, 12 Apr 2019 12:10:45 +0200 Message-ID: <2000694.m04KBuNrDd@kreacher> In-Reply-To: <20190412100227.15024-1-sudeep.holla@arm.com> References: <20190412100227.15024-1-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, April 12, 2019 12:02:27 PM CEST Sudeep Holla wrote: > PSCI v1.1 introduced SYSTEM_RESET2 to allow both architectural resets > where the semantics are described by the PSCI specification itself as > well as vendor-specific resets. Currently only system warm reset > semantics is defined as part of architectural resets by the specification. > > This patch implements support for SYSTEM_RESET2 by making using of > reboot_mode passed by the reboot infrastructure in the kernel. > > Cc: Lorenzo Pieralisi > Acked-by: Mark Rutland > Signed-off-by: Sudeep Holla > --- > drivers/firmware/psci.c | 24 +++++++++++++++++++++++- > include/uapi/linux/psci.h | 2 ++ > 2 files changed, 25 insertions(+), 1 deletion(-) > > v2->v3: > - Added else condition so that if SYSTEM_RESET2 fails, it ends > up doing a system halt > - Wrap single statement if..else with braces because of presence > of multiple line comment > > diff --git a/drivers/firmware/psci.c b/drivers/firmware/psci.c > index c80ec1d03274..c9ea8f38bd42 100644 > --- a/drivers/firmware/psci.c > +++ b/drivers/firmware/psci.c > @@ -88,6 +88,7 @@ static u32 psci_function_id[PSCI_FN_MAX]; > PSCI_1_0_EXT_POWER_STATE_TYPE_MASK) > > static u32 psci_cpu_suspend_feature; > +static bool psci_system_reset2_supported; > > static inline bool psci_has_ext_power_state(void) > { > @@ -253,7 +254,17 @@ static int get_set_conduit_method(struct device_node > *np) > > static void psci_sys_reset(enum reboot_mode reboot_mode, const char *cmd) > { > - invoke_psci_fn(PSCI_0_2_FN_SYSTEM_RESET, 0, 0, 0); > + if ((reboot_mode == REBOOT_WARM || reboot_mode == REBOOT_SOFT) && > + psci_system_reset2_supported) { > + /* > + * reset_type[31] = 0 (architectural) > + * reset_type[30:0] = 0 (SYSTEM_WARM_RESET) > + * cookie = 0 (ignored by the implementation) > + */ > + invoke_psci_fn(PSCI_FN_NATIVE(1_1, SYSTEM_RESET2), 0, 0, 0); > + } else { > + invoke_psci_fn(PSCI_0_2_FN_SYSTEM_RESET, 0, 0, 0); > + } > } > > static void psci_sys_poweroff(void) > @@ -451,6 +462,16 @@ static const struct platform_suspend_ops > psci_suspend_ops = { .enter = psci_system_suspend_enter, > }; > > +static void __init psci_init_system_reset2(void) > +{ > + int ret; > + > + ret = psci_features(PSCI_FN_NATIVE(1_1, SYSTEM_RESET2)); > + > + if (ret != PSCI_RET_NOT_SUPPORTED) > + psci_system_reset2_supported = true; > +} > + > static void __init psci_init_system_suspend(void) > { > int ret; > @@ -588,6 +609,7 @@ static int __init psci_probe(void) > psci_init_smccc(); > psci_init_cpu_suspend(); > psci_init_system_suspend(); > + psci_init_system_reset2(); > } > > return 0; > diff --git a/include/uapi/linux/psci.h b/include/uapi/linux/psci.h > index b3bcabe380da..5b0ba0062541 100644 > --- a/include/uapi/linux/psci.h > +++ b/include/uapi/linux/psci.h > @@ -49,8 +49,10 @@ > > #define PSCI_1_0_FN_PSCI_FEATURES PSCI_0_2_FN(10) > #define PSCI_1_0_FN_SYSTEM_SUSPEND PSCI_0_2_FN(14) > +#define PSCI_1_1_FN_SYSTEM_RESET2 PSCI_0_2_FN(18) > > #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14) > +#define PSCI_1_1_FN64_SYSTEM_RESET2 PSCI_0_2_FN64(18) > > /* PSCI v0.2 power state encoding for CPU_SUSPEND function */ > #define PSCI_0_2_POWER_STATE_ID_MASK 0xffff > -- So I queued up the PSCI series from Ulf which clashes with this patch. I can take this one too, but I'd rather avoid becoming a PSCI maintainer as a result. :-)