From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Russell King <linux@arm.linux.org.uk>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
linux-input@vger.kernel.org
Subject: Re: [PATCH] input: ambakmi: Fix system PM by converting to modern callbacks
Date: Thu, 16 Jul 2015 10:37:27 -0700 [thread overview]
Message-ID: <20150716173727.GA32571@dtor-ws> (raw)
In-Reply-To: <CAPDyKFqu-BJLyP0aDDmZHjAUub=AZyA0YtTRhkZi=roHMaHcXA@mail.gmail.com>
On Thu, Jul 16, 2015 at 10:48:06AM +0200, Ulf Hansson wrote:
> On 22 May 2015 at 18:49, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > On Fri, May 22, 2015 at 04:37:12PM +0200, Ulf Hansson wrote:
> >> On 14 April 2015 at 12:41, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> >> > The legacy system PM support has long time ago been dropped from the
> >> > AMBA bus. Align to that by converting to the modern system PM
> >> > callbacks.
> >> >
> >> > Fixes: 26825cfd90f9 (ARM: 7914/1: amba: Drop legacy PM support ...)
> >> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> >>
> >> What happened with this one? Can we queue it for 4.2?
> >
> > I was hoping that Russel could give it a spin since he has the
> > relevant hardware.
> >
>
> Hmm, as there are still no progress could we give it a try and queue
> it to get some test in linux-next? I think the patch is trivial and it
> would be nice to get it queued as a fix.
Yep. I removed #ifdef CONFIG_PM_SLEEP guard in favor of __maybe_unused
and applied.
Thanks.
--
Dmitry
WARNING: multiple messages have this Message-ID (diff)
From: dmitry.torokhov@gmail.com (Dmitry Torokhov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] input: ambakmi: Fix system PM by converting to modern callbacks
Date: Thu, 16 Jul 2015 10:37:27 -0700 [thread overview]
Message-ID: <20150716173727.GA32571@dtor-ws> (raw)
In-Reply-To: <CAPDyKFqu-BJLyP0aDDmZHjAUub=AZyA0YtTRhkZi=roHMaHcXA@mail.gmail.com>
On Thu, Jul 16, 2015 at 10:48:06AM +0200, Ulf Hansson wrote:
> On 22 May 2015 at 18:49, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > On Fri, May 22, 2015 at 04:37:12PM +0200, Ulf Hansson wrote:
> >> On 14 April 2015 at 12:41, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> >> > The legacy system PM support has long time ago been dropped from the
> >> > AMBA bus. Align to that by converting to the modern system PM
> >> > callbacks.
> >> >
> >> > Fixes: 26825cfd90f9 (ARM: 7914/1: amba: Drop legacy PM support ...)
> >> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> >>
> >> What happened with this one? Can we queue it for 4.2?
> >
> > I was hoping that Russel could give it a spin since he has the
> > relevant hardware.
> >
>
> Hmm, as there are still no progress could we give it a try and queue
> it to get some test in linux-next? I think the patch is trivial and it
> would be nice to get it queued as a fix.
Yep. I removed #ifdef CONFIG_PM_SLEEP guard in favor of __maybe_unused
and applied.
Thanks.
--
Dmitry
next prev parent reply other threads:[~2015-07-16 17:37 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-14 10:41 [PATCH] input: ambakmi: Fix system PM by converting to modern callbacks Ulf Hansson
2015-04-14 10:41 ` Ulf Hansson
2015-04-14 16:22 ` Dmitry Torokhov
2015-04-14 16:22 ` Dmitry Torokhov
2015-04-14 22:30 ` Russell King - ARM Linux
2015-04-14 22:30 ` Russell King - ARM Linux
2015-04-14 23:58 ` Dmitry Torokhov
2015-04-14 23:58 ` Dmitry Torokhov
2015-04-15 9:32 ` Russell King - ARM Linux
2015-04-15 9:32 ` Russell King - ARM Linux
2015-04-15 11:54 ` Ulf Hansson
2015-04-15 11:54 ` Ulf Hansson
2015-04-15 17:23 ` Dmitry Torokhov
2015-04-15 17:23 ` Dmitry Torokhov
2015-05-22 14:37 ` Ulf Hansson
2015-05-22 14:37 ` Ulf Hansson
2015-05-22 14:39 ` Russell King - ARM Linux
2015-05-22 14:39 ` Russell King - ARM Linux
2015-05-26 13:50 ` Ulf Hansson
2015-05-26 13:50 ` Ulf Hansson
2015-05-22 16:49 ` Dmitry Torokhov
2015-05-22 16:49 ` Dmitry Torokhov
2015-07-16 8:48 ` Ulf Hansson
2015-07-16 8:48 ` Ulf Hansson
2015-07-16 17:37 ` Dmitry Torokhov [this message]
2015-07-16 17:37 ` Dmitry Torokhov
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=20150716173727.GA32571@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=ulf.hansson@linaro.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.