From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] input: ambakmi: Fix system PM by converting to modern callbacks Date: Thu, 16 Jul 2015 10:37:27 -0700 Message-ID: <20150716173727.GA32571@dtor-ws> References: <1429008108-29295-1-git-send-email-ulf.hansson@linaro.org> <20150522164909.GA40101@dtor-ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ie0-f195.google.com ([209.85.223.195]:33141 "EHLO mail-ie0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756345AbbGPRhc (ORCPT ); Thu, 16 Jul 2015 13:37:32 -0400 Received: by iesj1 with SMTP id j1so4429219ies.0 for ; Thu, 16 Jul 2015 10:37:31 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Ulf Hansson Cc: Russell King , "linux-arm-kernel@lists.infradead.org" , linux-input@vger.kernel.org On Thu, Jul 16, 2015 at 10:48:06AM +0200, Ulf Hansson wrote: > On 22 May 2015 at 18:49, Dmitry Torokhov wrote: > > On Fri, May 22, 2015 at 04:37:12PM +0200, Ulf Hansson wrote: > >> On 14 April 2015 at 12:41, Ulf Hansson 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 > >> > >> 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmitry.torokhov@gmail.com (Dmitry Torokhov) Date: Thu, 16 Jul 2015 10:37:27 -0700 Subject: [PATCH] input: ambakmi: Fix system PM by converting to modern callbacks In-Reply-To: References: <1429008108-29295-1-git-send-email-ulf.hansson@linaro.org> <20150522164909.GA40101@dtor-ws> Message-ID: <20150716173727.GA32571@dtor-ws> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jul 16, 2015 at 10:48:06AM +0200, Ulf Hansson wrote: > On 22 May 2015 at 18:49, Dmitry Torokhov wrote: > > On Fri, May 22, 2015 at 04:37:12PM +0200, Ulf Hansson wrote: > >> On 14 April 2015 at 12:41, Ulf Hansson 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 > >> > >> 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