From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Matthijs van Duin
<matthijsvanduin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: "linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Robert Nelson
<robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
Johan Hovold <johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep
Date: Mon, 1 Jun 2015 13:01:37 -0700 [thread overview]
Message-ID: <20150601200137.GC30984@atomide.com> (raw)
In-Reply-To: <20150601193328.GA27640-2pNSKKP3PSK44ywRPIzf9A@public.gmane.org>
* Matthijs van Duin <matthijsvanduin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> [150601 12:35]:
> On 1 June 2015 at 19:23, Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> wrote:
> > Ah finally you got around doing a proper patch :)
>
> My First Linux Patch(tm) ;-)
Probably easier than trying to get other people to do the right
thing by writing emails ;)
> > Also, if this is needed as a fix for the mainline kernel to avoid hardware
> > damage, please let me know too ASAP.
>
> The damaging configuration is having &rtc { system-power-controller; }
> without &tps { ti,pmic-shutdown-controller; }
OK thanks updating the description with that.
> So 3d76be5b9 also avoids damage, but with the unfortunate side-effect
> that the system doesn't power off at all anymore (it just halts). I do
> recommend applying this patch (restyled as needed) before reverting
> 3d76be5b9.
>
> > Hmm no ideas about that, I guess people are using gmail to send email
> > with smtps though?
>
> Hmm, setting up mutt turned out less hassle than I remembered...
>
> (Let's hope all goes well)
>
> > Linux usually does not use the // style comments.. Can you please change
> > that? And how about have just one section of comments then the entry
> > for ti,pmic-shutdown-controller?
>
> Fresh try...
Thanks applying into omap-for-v4.1/fixes with Cc stable.
Regards,
Tony
--
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] ARM: dts: am335x-boneblack: disable RTC-only sleep
Date: Mon, 1 Jun 2015 13:01:37 -0700 [thread overview]
Message-ID: <20150601200137.GC30984@atomide.com> (raw)
In-Reply-To: <20150601193328.GA27640@squirrel.local>
* Matthijs van Duin <matthijsvanduin@gmail.com> [150601 12:35]:
> On 1 June 2015 at 19:23, Tony Lindgren <tony@atomide.com> wrote:
> > Ah finally you got around doing a proper patch :)
>
> My First Linux Patch(tm) ;-)
Probably easier than trying to get other people to do the right
thing by writing emails ;)
> > Also, if this is needed as a fix for the mainline kernel to avoid hardware
> > damage, please let me know too ASAP.
>
> The damaging configuration is having &rtc { system-power-controller; }
> without &tps { ti,pmic-shutdown-controller; }
OK thanks updating the description with that.
> So 3d76be5b9 also avoids damage, but with the unfortunate side-effect
> that the system doesn't power off at all anymore (it just halts). I do
> recommend applying this patch (restyled as needed) before reverting
> 3d76be5b9.
>
> > Hmm no ideas about that, I guess people are using gmail to send email
> > with smtps though?
>
> Hmm, setting up mutt turned out less hassle than I remembered...
>
> (Let's hope all goes well)
>
> > Linux usually does not use the // style comments.. Can you please change
> > that? And how about have just one section of comments then the entry
> > for ti,pmic-shutdown-controller?
>
> Fresh try...
Thanks applying into omap-for-v4.1/fixes with Cc stable.
Regards,
Tony
next prev parent reply other threads:[~2015-06-01 20:01 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 15:38 [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep Robert Nelson
2015-05-20 15:38 ` Robert Nelson
2015-05-20 16:47 ` Tony Lindgren
2015-05-20 16:47 ` Tony Lindgren
2015-06-01 0:20 ` Matthijs van Duin
2015-06-01 0:20 ` Matthijs van Duin
2015-06-01 2:18 ` Robert Nelson
2015-06-01 2:18 ` Robert Nelson
2015-06-01 5:14 ` Matthijs van Duin
2015-06-01 5:14 ` Matthijs van Duin
2015-06-01 17:23 ` Tony Lindgren
2015-06-01 17:23 ` Tony Lindgren
2015-06-01 19:33 ` Matthijs van Duin
2015-06-01 19:33 ` Matthijs van Duin
[not found] ` <20150601193328.GA27640-2pNSKKP3PSK44ywRPIzf9A@public.gmane.org>
2015-06-01 20:01 ` Tony Lindgren [this message]
2015-06-01 20:01 ` Tony Lindgren
2015-06-11 14:18 ` [PATCH] Revert "ARM: dts: am335x-boneblack: disable RTC-only sleep" Johan Hovold
2015-06-11 14:18 ` Johan Hovold
[not found] ` <1434032318-3557-1-git-send-email-johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-07-06 12:16 ` Tony Lindgren
2015-07-06 12:16 ` Tony Lindgren
2015-06-01 17:12 ` [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep Tony Lindgren
2015-06-01 17:12 ` 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=20150601200137.GC30984@atomide.com \
--to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=matthijsvanduin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@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.