From patchwork Fri Dec 20 10:07:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamel BOUHARA X-Patchwork-Id: 11305103 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 16A0F6C1 for ; Fri, 20 Dec 2019 10:08:13 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id DC5A724680 for ; Fri, 20 Dec 2019 10:08:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="I2vLaoNc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DC5A724680 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LURW1weYr2J1YSmWjprX4/sKjYfMei2GIApM0HEf0xc=; b=I2vLaoNctyNtiH DLNIyge3FVHPvK1ZTWmTr9Kk2J0IAEv5ZjhP3435YFw/DRDfjVNiJSDoh9HOkbQhvyhJCNIFpLI7J L07sqas9tE1otseKgXh1mZD5D5ROM4yxsVTrfI/V+7YAiKMoVT0LHC7f9vB15LlCOC0LgsVpGaycD eAvQ7LSC3Hxq+/Z0/m85Lrg2sgrZ2IV7ckYOhCa2YYODX49U8LD/+8oM5KvXwWZd164yL4SZTHqRH JTJsE3sW8Kgs9vso5xe3yJXeIiLjuSMfY0iXgdwUlPpo0kiAY1wmiuAi5TCYq2XiiY2WMjRcV+FX8 idp/xFwFeNvzRoNCL38A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iiFCc-0007PU-LM; Fri, 20 Dec 2019 10:08:10 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iiFCK-00078o-B0 for linux-arm-kernel@lists.infradead.org; Fri, 20 Dec 2019 10:07:54 +0000 X-Originating-IP: 90.65.102.129 Received: from localhost (lfbn-lyo-1-1670-129.w90-65.abo.wanadoo.fr [90.65.102.129]) (Authenticated sender: kamel.bouhara@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 1D64CC001B; Fri, 20 Dec 2019 10:07:43 +0000 (UTC) From: Kamel Bouhara To: Sebastian Reichel , Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 2/2] power: reset: Introduce generic reset reason Date: Fri, 20 Dec 2019 11:07:40 +0100 Message-Id: <20191220100740.117897-2-kamel.bouhara@bootlin.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191220100740.117897-1-kamel.bouhara@bootlin.com> References: <20191220100740.117897-1-kamel.bouhara@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191220_020752_513108_D8181DEB X-CRM114-Status: UNSURE ( 9.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.198 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kamel Bouhara , Thomas Petazzoni Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This introduce some generic sources of reset reason to expose through sysfs interface. Update the ABI documentation to list current power on sources. Signed-off-by: Kamel Bouhara Acked-by: Nicolas Ferre --- .../sysfs-devices-platform-power-on-reason | 12 ++++++++++++ include/linux/power/power_on_reason.h | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-devices-platform-power-on-reason create mode 100644 include/linux/power/power_on_reason.h diff --git a/Documentation/ABI/testing/sysfs-devices-platform-power-on-reason b/Documentation/ABI/testing/sysfs-devices-platform-power-on-reason new file mode 100644 index 000000000000..918ab178fee7 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-devices-platform-power-on-reason @@ -0,0 +1,12 @@ +What: /sys/devices/platform/.../power_on_reason + +Date: October 2019 +KernelVersion: 5.5 +Contact: Kamel Bouhara +Description: This file shows system power on reason. + The possible sources are: + General System Power-ON, RTC wakeup, Watchdog timeout, + Software reset, User reset button, CPU clock failure, + Oscillator Failure, Low power mode exit, Unknown. + + The file is read only. diff --git a/include/linux/power/power_on_reason.h b/include/linux/power/power_on_reason.h new file mode 100644 index 000000000000..5ef8e78f3de4 --- /dev/null +++ b/include/linux/power/power_on_reason.h @@ -0,0 +1,19 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Author: Kamel Bouhara + */ + +#ifndef POWER_ON_REASON_H +#define POWER_ON_REASON_H + +#define POWER_ON_REASON_GENERAL "General system power-on" +#define POWER_ON_REASON_RTC "RTC wakeup" +#define POWER_ON_REASON_WATCHDOG "Watchdog timeout" +#define POWER_ON_REASON_SOFTWARE "Software reset" +#define POWER_ON_REASON_USER "User reset button" +#define POWER_ON_REASON_CPU_FAIL "CPU clock failure" +#define POWER_ON_REASON_XTAL_FAIL "Crystal oscillator failure" +#define POWER_ON_REASON_LOW_POWER "Low power mode exit" +#define POWER_ON_REASON_UNKNOWN "Unknown" + +#endif /* POWER_ON_REASON_H */