From patchwork Mon Aug 28 19:59:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 13368277 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C78FC83F14 for ; Mon, 28 Aug 2023 20:01:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232885AbjH1UAt (ORCPT ); Mon, 28 Aug 2023 16:00:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233603AbjH1UAN (ORCPT ); Mon, 28 Aug 2023 16:00:13 -0400 Received: from mail-oi1-x236.google.com (mail-oi1-x236.google.com [IPv6:2607:f8b0:4864:20::236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 759A01BF; Mon, 28 Aug 2023 12:59:33 -0700 (PDT) Received: by mail-oi1-x236.google.com with SMTP id 5614622812f47-3a88b1e18f2so375120b6e.0; Mon, 28 Aug 2023 12:59:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693252772; x=1693857572; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=aP6+dVRIoBGtGPfNz9CrWfNgMmha9RxGc0n9+Uhkgj0=; b=s5v58lrx3GD+2Oyuom+eJ45FTDZYxJP4QYDwKMoKPUw66V67kiG9ESjMnJenp7+qrj Sp4VB0k6TFPkGKB6lKz3uMm57j4LOFHF2pkuabDEO0R0eQElFnGLyEjJE//w0cH8vsrv L+PKA0zN/vfGFk+oOGbo0xJLK8Vr1goa7lXi+Yiz3B0/Y0B+6F8NvIn0tTZcD16JK42C oX44XtzocFHOoPyQ3zF3I8ib4xjzN9mUORlBxIfpdTfrnalYkWz3UfrN1WAn4reexiyL bLYjJwRHPuVANTkpFYoqxBoemSEHyL/6Llolfe88Kyv8ola+bc2vDG2fDIMusupejSZ7 V+ZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693252772; x=1693857572; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=aP6+dVRIoBGtGPfNz9CrWfNgMmha9RxGc0n9+Uhkgj0=; b=XubXdP8rHh/PcmadxnccMK43VQpIc+9GZqol+XMcbrH/2itmHEsXp2bf2XhYkY/Ero uuaEGYddn53+2705F7OvLCtRdJ4mOe4BxuH0TJfU9/ZcpVMO7amybKZoGFyExH0d1YU9 kzMJ1Tr1UYCoJrwsujZX3GBqjaS2fr6efkHszDmZWKdRQ3D2wqmVsbf9FURQezQlxQdY 1RtQYeCCtbbOZb8FYfn+MQpTVe43N0Ojzq4Oa/sUcjnS9e5PnFP7vgDo7Z/Q69ab/19x pVdYx4iHLL0hUOT6HhO54cxhaeXybJONWslyyHMymMXK3LZDQp9W9gX2e4ituIq3W3dZ rEtw== X-Gm-Message-State: AOJu0Yw3kts9JZGtOmPbSmKtkWgxdQ6J7GWnbaVuLV9rxUe5gz88j+cH A6l4vd9Tv9YgWwpvF5WhkV0= X-Google-Smtp-Source: AGHT+IGwuMnGGZNDOiBFhRcGnFXqdt2eSy5Ql9DgoSvYLhsqagICySsEvwFLYdN2drjJ8QXsy+nNgw== X-Received: by 2002:a05:6808:1599:b0:3a8:7446:7aba with SMTP id t25-20020a056808159900b003a874467abamr19596129oiw.5.1693252772668; Mon, 28 Aug 2023 12:59:32 -0700 (PDT) Received: from fabio-Precision-3551.. ([2804:14c:485:4b61:3c37:a69d:a4cd:94fc]) by smtp.gmail.com with ESMTPSA id k24-20020a544698000000b003a9a2362f66sm2254341oic.16.2023.08.28.12.59.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Aug 2023 12:59:32 -0700 (PDT) From: Fabio Estevam To: daniel.lezcano@linaro.org Cc: rafael@kernel.org, amitk@kernel.org, rui.zhang@intel.com, linux-pm@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, Fabio Estevam Subject: [PATCH v3 1/3] dt-bindings: thermal-zones: Document critical-action Date: Mon, 28 Aug 2023 16:59:00 -0300 Message-Id: <20230828195902.1645169-1-festevam@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Fabio Estevam Document the critical-action property to describe the thermal action the OS should perform after the critical temperature is reached. The possible values are "shutdown" and "reboot". Signed-off-by: Fabio Estevam Reviewed-by: Krzysztof Kozlowski --- Changes since v2: - Improve the description. (Krzysztof) - Don't repeat constraints in free form text. (Krzysztof) - Remove the enum comments. (Krzysztof) .../devicetree/bindings/thermal/thermal-zones.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml index 4f3acdc4dec0..c2e4d28f885b 100644 --- a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml +++ b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml @@ -75,6 +75,15 @@ patternProperties: framework and assumes that the thermal sensors in this zone support interrupts. + critical-action: + $ref: /schemas/types.yaml#/definitions/string + description: + The action the OS should perform after the critical temperature is reached. + + enum: + - shutdown + - reboot + thermal-sensors: $ref: /schemas/types.yaml#/definitions/phandle-array maxItems: 1 From patchwork Mon Aug 28 19:59:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 13368279 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D01E3C83F1C for ; Mon, 28 Aug 2023 20:01:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233553AbjH1UAu (ORCPT ); Mon, 28 Aug 2023 16:00:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233619AbjH1UAN (ORCPT ); Mon, 28 Aug 2023 16:00:13 -0400 Received: from mail-oi1-x229.google.com (mail-oi1-x229.google.com [IPv6:2607:f8b0:4864:20::229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDBBFCC6; Mon, 28 Aug 2023 12:59:36 -0700 (PDT) Received: by mail-oi1-x229.google.com with SMTP id 5614622812f47-3a88b1e18f2so375125b6e.0; Mon, 28 Aug 2023 12:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693252776; x=1693857576; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=+uusCkjysh/AWlACw3hz3AZGWKR8hyQooItcfr6OYtE=; b=RwUICWutMxoFD5F9l7TFpPCuX27np4Awc2zvuZHTIS/zXHQ2V2Y0Dovw3AYtCbcrfW ke4Y04GU35bo9y5TmHsIVErEWGDAafOx9E8RdM0vTW4KfdehQHzkkUKod18oV1A3wG85 viV4aQK+ZXE3bMOfvWJ0V14b/Gc5qmLYZBPKoW6gP6daRy2vqMWXGfS49SE0wYtjFNAD 9uGgvBMAga8pwrNuaAsiDHRDiWdReqDPD+2Hdl88vBz+ZOsySWXSOP2vI8swtOqh1hDl 63qEV9yQAtm4qkCshHOCnoCwTW+WhDfbm5VBqDabcJwhIF4BzAqs58EaAUA4mHI2MCqI Lzwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693252776; x=1693857576; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+uusCkjysh/AWlACw3hz3AZGWKR8hyQooItcfr6OYtE=; b=NN8oturM82KIWwCAaY7tXm1wN+iSbmXUJZ1qD/3GXpHI13CKOfFMj3H5zPT6sDzw+J rLwu+kmKT6YpjGQszZNiUI5rR+SkPMcTK7Ar5Ok/ls5Czlzp6mghHHetQfuaokk/TEPI NaEf0Osh06Dgxl6KR5vVANhtNSDpmrOBbyTfrAqbetHlRC41Lh3PD1hVHKJKNadRIQ7G mDc1rVptYc+TLHk9QHZrqcz7qdngEgwFdezzyHWBHFXSL9M0nlVmVmvMSedPYKiSStAb z+pivAN1hFq9PRQ2a8NSllrfRj6XULKVO+4RDhMxNiAQqeCEXuAbaAaOqFKT6u8M/wgO VDhQ== X-Gm-Message-State: AOJu0YxG449t64BW9TW0N9ccMXSgLkF56jhdGaXtmHNH4uvegYWraqGd quugmTFSc7zdYb1dpJ8VKrY= X-Google-Smtp-Source: AGHT+IE4q8i2r5ispwNleag74zJQEZfnsyLE5ldHdxwY+lORwPvmF8qc6REXfqBuoGQ/3kzDShWbdA== X-Received: by 2002:a05:6808:1599:b0:3a8:7446:7aba with SMTP id t25-20020a056808159900b003a874467abamr19596256oiw.5.1693252776235; Mon, 28 Aug 2023 12:59:36 -0700 (PDT) Received: from fabio-Precision-3551.. ([2804:14c:485:4b61:3c37:a69d:a4cd:94fc]) by smtp.gmail.com with ESMTPSA id k24-20020a544698000000b003a9a2362f66sm2254341oic.16.2023.08.28.12.59.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Aug 2023 12:59:35 -0700 (PDT) From: Fabio Estevam To: daniel.lezcano@linaro.org Cc: rafael@kernel.org, amitk@kernel.org, rui.zhang@intel.com, linux-pm@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, Fabio Estevam Subject: [PATCH v3 2/3] reboot: Introduce hw_protection_reboot() Date: Mon, 28 Aug 2023 16:59:01 -0300 Message-Id: <20230828195902.1645169-2-festevam@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230828195902.1645169-1-festevam@gmail.com> References: <20230828195902.1645169-1-festevam@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Fabio Estevam Introduce hw_protection_reboot() to trigger an emergency reboot. It is a counterpart of hw_protection_shutdown() with the difference that it will force a reboot instead of shutdown. The motivation for doing this is to allow the thermal subystem to trigger a reboot when the temperature reaches the critical temperature. Signed-off-by: Fabio Estevam --- Changes since v2: - None include/linux/reboot.h | 1 + kernel/reboot.c | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/include/linux/reboot.h b/include/linux/reboot.h index 2b6bb593be5b..4a319bc24f6a 100644 --- a/include/linux/reboot.h +++ b/include/linux/reboot.h @@ -174,6 +174,7 @@ void ctrl_alt_del(void); extern void orderly_poweroff(bool force); extern void orderly_reboot(void); +void hw_protection_reboot(const char *reason, int ms_until_forced); void hw_protection_shutdown(const char *reason, int ms_until_forced); /* diff --git a/kernel/reboot.c b/kernel/reboot.c index 3bba88c7ffc6..05333ae8bc6b 100644 --- a/kernel/reboot.c +++ b/kernel/reboot.c @@ -952,6 +952,40 @@ static void hw_failure_emergency_poweroff(int poweroff_delay_ms) msecs_to_jiffies(poweroff_delay_ms)); } +/** + * hw_protection_reboot - Trigger an emergency system reboot + * + * @reason: Reason of emergency reboot to be printed. + * @ms_until_forced: Time to wait for orderly reboot before tiggering a + * forced reboot. Negative value disables the forced + * reboot. + * + * Initiate an emergency system reboot in order to protect hardware from + * further damage. Usage examples include a thermal protection. + * + * NOTE: The request is ignored if protection reboot is already pending even + * if the previous request has given a large timeout for forced reboot. + * Can be called from any context. + */ +void hw_protection_reboot(const char *reason, int ms_until_forced) +{ + static atomic_t allow_proceed = ATOMIC_INIT(1); + + pr_emerg("HARDWARE PROTECTION reboot (%s)\n", reason); + + /* Reboot should be initiated only once. */ + if (!atomic_dec_and_test(&allow_proceed)) + return; + + /* + * Queue a backup emergency reboot in the event of + * orderly_reboot failure + */ + hw_failure_emergency_poweroff(ms_until_forced); + orderly_reboot(); +} +EXPORT_SYMBOL_GPL(hw_protection_reboot); + /** * hw_protection_shutdown - Trigger an emergency system poweroff * From patchwork Mon Aug 28 19:59:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 13368278 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80044C83F19 for ; Mon, 28 Aug 2023 20:01:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233539AbjH1UAt (ORCPT ); Mon, 28 Aug 2023 16:00:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233632AbjH1UAN (ORCPT ); Mon, 28 Aug 2023 16:00:13 -0400 Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95FDECCF; Mon, 28 Aug 2023 12:59:40 -0700 (PDT) Received: by mail-ot1-x329.google.com with SMTP id 46e09a7af769-6bca018afe8so943922a34.0; Mon, 28 Aug 2023 12:59:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693252780; x=1693857580; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=a3vGlWUaAYCJUCQ/766koKoxjA/r8oAudfQqyi82XgI=; b=FaDJiFoE0NFwvf4LJlKqVbqfmi97PjYAwp/ni/QOevXBq2lSwC/Xe+jf++hoJLgqsq N3kX4Vy3jR20nH8h4eA9Xxm1y0vGdl9+aq9ZU5mcWJJtM/Snc7ey8a8/O6tkokZpyLai sk3ROoIOnrX5bfFV5r5o5slOvhMwOA6aLopoZsn+LzoFSMpLOIGa1bpoiIKdfd95XPqR OeVhy+Nh/v3uhElIP9ujNF8Q0UdYPbg6WT0R3/UcoYeRXxQTl/ZaR8Dqdj6R6ER9MJ5O bZXtfjRJL8kOK1HuWbgKbUzlshR8I3u0D7gVeeDDHD9/ees75T8lXhgsC+ajPoNCPNtx RAYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693252780; x=1693857580; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=a3vGlWUaAYCJUCQ/766koKoxjA/r8oAudfQqyi82XgI=; b=Lyci9yS/u92vqU9TwEeo2nVXyOA2j18V/I1qfrF5IQmGu95hz37h2KwDk9c6v7ZDgx 52rpRswA0fCUK7yAOWxcfnk+xobIR18jJw9xbjlSOFfNd4g6Wwy6z4VuKfSyFeFYgLjv r8EhUsy0OYYQphu1p2RZ2CLPkAc5hmmnZ/U/z3FAAfdEJ8ylqHItrRWvCtZHPo1LVRe1 bvXCWT9TSRDDuhraVIaxmrmlKaj6HQwL64/C978upCg+dppg3oyC+axDi/k1gygxUdZ2 QgrODpGtmNIA7hWJRblJRH2BUnY2pyYafAb2rfGfrBmyGiGtx20M/puqD4KXHxCsGDuO A8Lg== X-Gm-Message-State: AOJu0Yz/o0dC0WIGpYd+UHCj9Sj6T2bY/BDBMGEOdnyaNrB8+jjShdM6 +AYrr+5Oc26E7GaQaYWxPoAxukiM1BM= X-Google-Smtp-Source: AGHT+IFkU98/VOHNtBJznN2IP+X6jC2asNOB3FiUGPptcXIMwS33Xppsv4sj3AfECf4HgdMSZ5UCEQ== X-Received: by 2002:a05:6808:2e93:b0:3a7:7366:7523 with SMTP id gt19-20020a0568082e9300b003a773667523mr30900914oib.3.1693252779779; Mon, 28 Aug 2023 12:59:39 -0700 (PDT) Received: from fabio-Precision-3551.. ([2804:14c:485:4b61:3c37:a69d:a4cd:94fc]) by smtp.gmail.com with ESMTPSA id k24-20020a544698000000b003a9a2362f66sm2254341oic.16.2023.08.28.12.59.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Aug 2023 12:59:39 -0700 (PDT) From: Fabio Estevam To: daniel.lezcano@linaro.org Cc: rafael@kernel.org, amitk@kernel.org, rui.zhang@intel.com, linux-pm@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, Fabio Estevam Subject: [PATCH v3 3/3] thermal: thermal_core: Allow rebooting after critical temp Date: Mon, 28 Aug 2023 16:59:02 -0300 Message-Id: <20230828195902.1645169-3-festevam@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230828195902.1645169-1-festevam@gmail.com> References: <20230828195902.1645169-1-festevam@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Fabio Estevam Currently, the default mechanism is to trigger a shutdown after the critical temperature is reached. In some embedded cases, such behavior does not suit well, as the board may be unattended in the field and rebooting may be a better approach. The bootloader may also check the temperature and only allow the boot to proceed when the temperature is below a certain threshold. Introduce support for allowing a reboot to be triggered after the critical temperature is reached. If the "critical-action" devicetree property is not found, fall back to the shutdown action to preserve the existing default behavior. Tested on a i.MX8MM board with the following devicetree changes: thermal-zones { cpu-thermal { critical-action = "reboot"; }; }; Signed-off-by: Fabio Estevam --- Changes since v2: - None. drivers/thermal/thermal_core.c | 8 +++++++- drivers/thermal/thermal_of.c | 27 +++++++++++++++++++++++++++ include/linux/thermal.h | 6 ++++++ 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index a59700593d32..f69e1667acb1 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -320,11 +320,17 @@ void thermal_zone_device_critical(struct thermal_zone_device *tz) * Its a must for forced_emergency_poweroff_work to be scheduled. */ int poweroff_delay_ms = CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS; + void (*hw_protection_action)(const char *reason, int ms_until_forced); dev_emerg(&tz->device, "%s: critical temperature reached, " "shutting down\n", tz->type); - hw_protection_shutdown("Temperature too high", poweroff_delay_ms); + hw_protection_action = hw_protection_shutdown; + + if (tz->action == THERMAL_CRITICAL_ACTION_REBOOT) + hw_protection_action = hw_protection_reboot; + + hw_protection_action("Temperature too high", poweroff_delay_ms); } EXPORT_SYMBOL(thermal_zone_device_critical); diff --git a/drivers/thermal/thermal_of.c b/drivers/thermal/thermal_of.c index 4ca905723429..8bc28cba7406 100644 --- a/drivers/thermal/thermal_of.c +++ b/drivers/thermal/thermal_of.c @@ -218,6 +218,31 @@ static struct device_node *of_thermal_zone_find(struct device_node *sensor, int return tz; } +static const char * const critical_actions[] = { + [THERMAL_CRITICAL_ACTION_SHUTDOWN] = "shutdown", + [THERMAL_CRITICAL_ACTION_REBOOT] = "reboot", +}; + +static void thermal_of_get_critical_action(struct device_node *np, + enum thermal_action *action) +{ + const char *action_string; + int i, ret; + + ret = of_property_read_string(np, "critical-action", &action_string); + if (ret < 0) + goto out_default_action; + + for (i = 0; i < ARRAY_SIZE(critical_actions); i++) + if (!strcasecmp(action_string, critical_actions[i])) { + *action = i; + return; + } + +out_default_action: + *action = THERMAL_CRITICAL_ACTION_SHUTDOWN; +} + static int thermal_of_monitor_init(struct device_node *np, int *delay, int *pdelay) { int ret; @@ -516,6 +541,8 @@ static struct thermal_zone_device *thermal_of_zone_register(struct device_node * goto out_kfree_trips; } + thermal_of_get_critical_action(np, &tz->action); + ret = thermal_zone_device_enable(tz); if (ret) { pr_err("Failed to enabled thermal zone '%s', id=%d: %d\n", diff --git a/include/linux/thermal.h b/include/linux/thermal.h index b449a46766f5..08854f640db9 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -34,6 +34,11 @@ struct thermal_cooling_device; struct thermal_instance; struct thermal_attr; +enum thermal_action { + THERMAL_CRITICAL_ACTION_SHUTDOWN, /* shutdown when crit temperature is reached */ + THERMAL_CRITICAL_ACTION_REBOOT, /* reboot when crit temperature is reached */ +}; + enum thermal_trend { THERMAL_TREND_STABLE, /* temperature is stable */ THERMAL_TREND_RAISING, /* temperature is raising */ @@ -187,6 +192,7 @@ struct thermal_zone_device { struct list_head node; struct delayed_work poll_queue; enum thermal_notify_event notify_event; + enum thermal_action action; }; /**