From: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
To: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-pm@vger.kernel.org, Rob Herring <robh@kernel.org>,
John Stultz <john.stultz@linaro.org>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 1/2] power: reset: reboot-mode: Make include file global
Date: Thu, 8 Jun 2017 18:24:07 +0200 [thread overview]
Message-ID: <20170608162407.fk3xzqgdgeypy4g7@earth> (raw)
In-Reply-To: <20170527065130.3456-1-bjorn.andersson@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1892 bytes --]
Hi,
On Fri, May 26, 2017 at 11:51:29PM -0700, Bjorn Andersson wrote:
> Move the reboot-mode.h include file into include/linux to allow drivers
> outside drivers/power/reset to implement reboot-mode.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Thanks, queued. I also created an immutable branch:
git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git ib-psy-reboot-mode-4.13
-- Sebastian
> ---
> drivers/power/reset/reboot-mode.c | 2 +-
> drivers/power/reset/syscon-reboot-mode.c | 2 +-
> {drivers/power/reset => include/linux}/reboot-mode.h | 0
> 3 files changed, 2 insertions(+), 2 deletions(-)
> rename {drivers/power/reset => include/linux}/reboot-mode.h (100%)
>
> diff --git a/drivers/power/reset/reboot-mode.c b/drivers/power/reset/reboot-mode.c
> index fb512183ace3..8f975ca0a8c4 100644
> --- a/drivers/power/reset/reboot-mode.c
> +++ b/drivers/power/reset/reboot-mode.c
> @@ -13,7 +13,7 @@
> #include <linux/module.h>
> #include <linux/of.h>
> #include <linux/reboot.h>
> -#include "reboot-mode.h"
> +#include <linux/reboot-mode.h>
>
> #define PREFIX "mode-"
>
> diff --git a/drivers/power/reset/syscon-reboot-mode.c b/drivers/power/reset/syscon-reboot-mode.c
> index c8c371b285b1..563a97d7f73e 100644
> --- a/drivers/power/reset/syscon-reboot-mode.c
> +++ b/drivers/power/reset/syscon-reboot-mode.c
> @@ -15,7 +15,7 @@
> #include <linux/reboot.h>
> #include <linux/regmap.h>
> #include <linux/mfd/syscon.h>
> -#include "reboot-mode.h"
> +#include <linux/reboot-mode.h>
>
> struct syscon_reboot_mode {
> struct regmap *map;
> diff --git a/drivers/power/reset/reboot-mode.h b/include/linux/reboot-mode.h
> similarity index 100%
> rename from drivers/power/reset/reboot-mode.h
> rename to include/linux/reboot-mode.h
> --
> 2.12.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2017-06-08 16:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-27 6:51 [PATCH 1/2] power: reset: reboot-mode: Make include file global Bjorn Andersson
2017-05-27 6:51 ` [PATCH 2/2] Input: pm8941-pwrkey: Introduce reboot mode support Bjorn Andersson
2017-05-30 2:53 ` Dmitry Torokhov
2017-05-30 4:47 ` Bjorn Andersson
2017-06-08 16:32 ` Sebastian Reichel
2017-06-12 23:32 ` Bjorn Andersson
2017-06-15 16:26 ` Sebastian Reichel
2017-06-15 18:33 ` Bjorn Andersson
2017-06-15 21:38 ` Rob Herring
2017-06-20 14:27 ` Sebastian Reichel
2017-06-08 16:24 ` Sebastian Reichel [this message]
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=20170608162407.fk3xzqgdgeypy4g7@earth \
--to=sebastian.reichel@collabora.co.uk \
--cc=bjorn.andersson@linaro.org \
--cc=dmitry.torokhov@gmail.com \
--cc=john.stultz@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=robh@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox