From: Elliot Berman <eberman@codeaurora.org>
To: sre@kernel.org, tkjos@google.com, gregkh@linuxfoundation.org
Cc: tsoni@codeaurora.org, rananta@codeaurora.org,
bjorn.andersson@linaro.org, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org, Elliot Berman <eberman@codeaurora.org>
Subject: [PATCH v2 2/2] power: reset: Enable tristate on restart power-off driver
Date: Fri, 8 Nov 2019 15:40:52 -0800 [thread overview]
Message-ID: <1573256452-14838-3-git-send-email-eberman@codeaurora.org> (raw)
In-Reply-To: <1573256452-14838-1-git-send-email-eberman@codeaurora.org>
Since reboot_mode is an exported symbol, restart power-off driver can be
compiled as module.
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
---
drivers/power/reset/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index a564237..8db1d9d 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -150,7 +150,7 @@ config POWER_RESET_QNAP
Say Y if you have a QNAP NAS.
config POWER_RESET_RESTART
- bool "Restart power-off driver"
+ tristate "Restart power-off driver"
help
Some boards don't actually have the ability to power off.
Instead they restart, and u-boot holds the SoC until the
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2019-11-08 23:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 23:40 [PATCH v2 0/2] Support reboot power-off driver as module Elliot Berman
2019-11-08 23:40 ` [PATCH v2 1/2] reboot: Export reboot_mode Elliot Berman
2019-11-09 0:18 ` Bjorn Andersson
2019-11-09 8:38 ` Greg KH
[not found] ` <CAF2Aj3jYtL_42h_4W5zA8uz9e-QVquja70nARSRD4vbECVjxKw@mail.gmail.com>
2021-05-24 12:34 ` Greg Kroah-Hartman
2021-05-25 3:32 ` Bjorn Andersson
2019-11-08 23:40 ` Elliot Berman [this message]
2019-12-19 0:08 ` [PATCH v2 2/2] power: reset: Enable tristate on restart power-off driver Sebastian Reichel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1573256452-14838-3-git-send-email-eberman@codeaurora.org \
--to=eberman@codeaurora.org \
--cc=bjorn.andersson@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rananta@codeaurora.org \
--cc=sre@kernel.org \
--cc=tkjos@google.com \
--cc=tsoni@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.