Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1292229
| Path | csiph.com!au2pb.net!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!nntpspool01.opticnetworks.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Nishanth Menon <nm@ti.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 |
| Date | Tue, 15 Dec 2015 15:50:02 +0100 |
| Message-ID | <qFZ5o-5o7-15@gated-at.bofh.it> (permalink) |
| References | <qFGm6-1sC-19@gated-at.bofh.it> <qFGm6-1sC-29@gated-at.bofh.it> <qFYj0-4PG-9@gated-at.bofh.it> |
| X-Original-To | Afzal Mohammed <afzal.mohd.ma@gmail.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PhLaUBrWTbh2WbzJZ0vQ1SDDI9VuHoHtvGo7SKD/N8k=; b=Ofc3f4+YacR1Zp8+S17NSDxvfy1qky1fp7BOMzCvxKe7u7Lp8b4oP9DHVIdUK95hTa woZel4/Nq5WbXamQD9QG7ALNCtV9Ihdd+MJNQarrMWRoXJVBlHyU9sv72943oAzDQ9Lh Sfcy2h1MmAquiViJQD3pKaxXvou5uGfGgAl1mtQWLyK816grQVcGnDGWOMBpK2t8I1+X WCkewCfN2fqPK0xNxJafhfqwaE721HT3C5iDDRe18X4ILx3Ie+McGEBe0HuBqIfbZi8/ 99Ptb1BOH/c+0dqOQt+miHKGiE84L1IRWZ8TgminrAs+Jxp9sKBhU87sU0W0YngVsfqU h97A== |
| MIME-Version | 1.0 |
| X-Received | by 10.140.221.145 with SMTP id r139mr45040956qhb.94.1450190947111; Tue, 15 Dec 2015 06:49:07 -0800 (PST) |
| X-Google-Sender-Auth | ZrZCFb6vrpYK4oAx5-PXlTYm6-M |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 40 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Russell King <linux@arm.linux.org.uk>, Arnd Bergmann <arnd@arndb.de>, Kevin Hilman <khilman@kernel.org>, Tony Lindgren <tony@atomide.com>, lkml <linux-kernel@vger.kernel.org>, Kishon Vijay Abraham I <kishon@ti.com>, ARM Linux <arm@kernel.org>, Olof Johansson <olof@lixom.net>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org> |
| X-Original-Date | Tue, 15 Dec 2015 08:49:07 -0600 |
| X-Original-Message-ID | <CAGo_u6pGcKoz_Vw9hWtuDJ8RBr+N4=G0p5RgEAcjheoe4VXhvQ@mail.gmail.com> |
| X-Original-References | <1450118580-24754-1-git-send-email-nm@ti.com> <1450118580-24754-2-git-send-email-nm@ti.com> <20151215135100.GA8288@afzalpc> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1292229 |
Show key headers only | View raw
On Tue, Dec 15, 2015 at 7:51 AM, Afzal Mohammed <afzal.mohd.ma@gmail.com> wrote:
> Hi,
>
> On Mon, Dec 14, 2015 at 12:42:58PM -0600, Nishanth Menon wrote:
>
>> Enable PMIC for beaglebone similar to commit 7a5c6065669c ("ARM:
>> OMAP2+: omap2plus_defconfig: Add tps65217 support") - this allows
>> multi_v7_defconfig to boot up on older beaglebone platforms.
>
> A similar one -
>
> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-November/384289.html
>
> your v1 was earlier than the above, so mine should > /dev/null.
If you'd like to, please reply back on original patch dropping your
patch.. or if queued, I can drop mine (I dont see it on linux-next
yet).
>
> Seems Arnd wants multi_v7_defconfig changes thr' submaintainers rather
> than directly (which I initially thought was supposed to be done)
Just following what
http://lists.infradead.org/pipermail/linux-arm-kernel/2015-October/376637.html
was told. I am ok as all the submaintainers should be in CC of this
patch.
If you are ok with these patches, will appreciate to get a acked-by,
if you dont mind.
--
---
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms Nishanth Menon <nm@ti.com> - 2015-12-14 19:50 +0100
[PATCH V2 3/3] ARM: multi_v7_defconfig: Enable generic SoC internal OMAP regulators Nishanth Menon <nm@ti.com> - 2015-12-14 19:50 +0100
Re: [PATCH V2 3/3] ARM: multi_v7_defconfig: Enable generic SoC internal OMAP regulators Olof Johansson <olof@lixom.net> - 2015-12-22 20:50 +0100
[PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Nishanth Menon <nm@ti.com> - 2015-12-14 19:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-15 15:00 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Nishanth Menon <nm@ti.com> - 2015-12-15 15:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-16 14:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Nishanth Menon <nm@ti.com> - 2015-12-16 15:10 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-16 15:20 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Olof Johansson <olof@lixom.net> - 2015-12-22 20:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-26 14:50 +0100
csiph-web