From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Rob Herring" <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
"Pawel Moll" <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
"Mark Rutland" <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
"Ian Campbell"
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
"Kumar Gala" <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
"Russell King" <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
"Benoît Cousson"
<bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
"Liam Girdwood"
<lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"Javier Martinez Canillas"
<javier-0uQlZySMnqxg9hUCZPvPmw@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v4 5/5] ARM: multi_v7_defconfig: Enable LP872x regulator support
Date: Mon, 29 Feb 2016 13:54:46 -0800 [thread overview]
Message-ID: <20160229215446.GP13417@atomide.com> (raw)
In-Reply-To: <1456663185-14170-6-git-send-email-contact-W9ppeneeCTY@public.gmane.org>
* Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org> [160228 04:40]:
> The LP872x regulator is used in the LG Optimus Black codename sniper to supply
> the external mmc card.
This patch needs to be sent directly to arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org to avoid
merge conflicts. I've picked the omap2plus_defconfig related change
into omap-for-v4.6/defconfig.
Regards,
Tony
> Signed-off-by: Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org>
> ---
> arch/arm/configs/multi_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 8e8b2ac..59d65bd 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -468,6 +468,7 @@ CONFIG_REGULATOR_RK808=y
> CONFIG_REGULATOR_GPIO=y
> CONFIG_MFD_SYSCON=y
> CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_REGULATOR_LP872X=y
> CONFIG_REGULATOR_MAX14577=m
> CONFIG_REGULATOR_MAX8907=y
> CONFIG_REGULATOR_MAX8973=y
> --
> 2.6.4
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 5/5] ARM: multi_v7_defconfig: Enable LP872x regulator support
Date: Mon, 29 Feb 2016 13:54:46 -0800 [thread overview]
Message-ID: <20160229215446.GP13417@atomide.com> (raw)
In-Reply-To: <1456663185-14170-6-git-send-email-contact@paulk.fr>
* Paul Kocialkowski <contact@paulk.fr> [160228 04:40]:
> The LP872x regulator is used in the LG Optimus Black codename sniper to supply
> the external mmc card.
This patch needs to be sent directly to arm at kernel.org to avoid
merge conflicts. I've picked the omap2plus_defconfig related change
into omap-for-v4.6/defconfig.
Regards,
Tony
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
> arch/arm/configs/multi_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 8e8b2ac..59d65bd 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -468,6 +468,7 @@ CONFIG_REGULATOR_RK808=y
> CONFIG_REGULATOR_GPIO=y
> CONFIG_MFD_SYSCON=y
> CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_REGULATOR_LP872X=y
> CONFIG_REGULATOR_MAX14577=m
> CONFIG_REGULATOR_MAX8907=y
> CONFIG_REGULATOR_MAX8973=y
> --
> 2.6.4
>
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Paul Kocialkowski <contact@paulk.fr>
Cc: linux-kernel@vger.kernel.org, "Rob Herring" <robh+dt@kernel.org>,
"Pawel Moll" <pawel.moll@arm.com>,
"Mark Rutland" <mark.rutland@arm.com>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
"Kumar Gala" <galak@codeaurora.org>,
"Russell King" <linux@arm.linux.org.uk>,
"Benoît Cousson" <bcousson@baylibre.com>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Javier Martinez Canillas" <javier@dowhile0.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-omap@vger.kernel.org
Subject: Re: [PATCH v4 5/5] ARM: multi_v7_defconfig: Enable LP872x regulator support
Date: Mon, 29 Feb 2016 13:54:46 -0800 [thread overview]
Message-ID: <20160229215446.GP13417@atomide.com> (raw)
In-Reply-To: <1456663185-14170-6-git-send-email-contact@paulk.fr>
* Paul Kocialkowski <contact@paulk.fr> [160228 04:40]:
> The LP872x regulator is used in the LG Optimus Black codename sniper to supply
> the external mmc card.
This patch needs to be sent directly to arm@kernel.org to avoid
merge conflicts. I've picked the omap2plus_defconfig related change
into omap-for-v4.6/defconfig.
Regards,
Tony
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
> arch/arm/configs/multi_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 8e8b2ac..59d65bd 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -468,6 +468,7 @@ CONFIG_REGULATOR_RK808=y
> CONFIG_REGULATOR_GPIO=y
> CONFIG_MFD_SYSCON=y
> CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_REGULATOR_LP872X=y
> CONFIG_REGULATOR_MAX14577=m
> CONFIG_REGULATOR_MAX8907=y
> CONFIG_REGULATOR_MAX8973=y
> --
> 2.6.4
>
next prev parent reply other threads:[~2016-02-29 21:54 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-28 12:39 [PATCH v4 0/5] LG Optimus Black codename sniper support series Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
[not found] ` <1456663185-14170-1-git-send-email-contact-W9ppeneeCTY@public.gmane.org>
2016-02-28 12:39 ` [PATCH v4 1/5] ARM: dts: LG Optimus Black codename sniper basic support Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
[not found] ` <1456663185-14170-2-git-send-email-contact-W9ppeneeCTY@public.gmane.org>
2016-02-29 21:51 ` Tony Lindgren
2016-02-29 21:51 ` Tony Lindgren
2016-02-29 21:51 ` Tony Lindgren
2016-03-01 8:05 ` Paul Kocialkowski
2016-03-01 8:05 ` Paul Kocialkowski
[not found] ` <20160229215136.GO13417-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-03-20 15:58 ` Paul Kocialkowski
2016-03-20 15:58 ` Paul Kocialkowski
2016-03-20 15:58 ` Paul Kocialkowski
[not found] ` <1458489518.29161.3.camel-W9ppeneeCTY@public.gmane.org>
2016-03-30 19:13 ` Tony Lindgren
2016-03-30 19:13 ` Tony Lindgren
2016-03-30 19:13 ` Tony Lindgren
2016-03-30 19:22 ` Paul Kocialkowski
2016-03-30 19:22 ` Paul Kocialkowski
2016-02-28 12:39 ` [PATCH v4 2/5] ARM: dts: omap3-sniper: USB OTG support Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
2016-02-28 12:39 ` [PATCH v4 3/5] ARM: dts: omap3-sniper: TWL4030 keypad support Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
2016-03-01 19:19 ` Paul Kocialkowski
2016-03-01 19:19 ` Paul Kocialkowski
2016-03-01 20:59 ` Tony Lindgren
2016-03-01 20:59 ` Tony Lindgren
[not found] ` <20160301205928.GB4469-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-03-01 22:04 ` Paul Kocialkowski
2016-03-01 22:04 ` Paul Kocialkowski
2016-03-01 22:04 ` Paul Kocialkowski
2016-02-28 12:39 ` [PATCH v4 4/5] ARM: omap2plus_defconfig: Enable LP872x regulator support Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
2016-02-28 12:39 ` [PATCH v4 5/5] ARM: multi_v7_defconfig: " Paul Kocialkowski
2016-02-28 12:39 ` Paul Kocialkowski
[not found] ` <1456663185-14170-6-git-send-email-contact-W9ppeneeCTY@public.gmane.org>
2016-02-29 21:54 ` Tony Lindgren [this message]
2016-02-29 21:54 ` Tony Lindgren
2016-02-29 21:54 ` Tony Lindgren
2016-02-29 21:58 ` Arnd Bergmann
2016-02-29 21:58 ` Arnd Bergmann
2016-02-29 22:57 ` Tony Lindgren
2016-02-29 22:57 ` Tony Lindgren
2016-02-29 22:57 ` Tony Lindgren
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=20160229215446.GP13417@atomide.com \
--to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=contact-W9ppeneeCTY@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=javier-0uQlZySMnqxg9hUCZPvPmw@public.gmane.org \
--cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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.