Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752590AbbDBXk4 (ORCPT ); Thu, 2 Apr 2015 19:40:56 -0400 Received: from aso-006-i442.relay.mailchannels.net ([23.91.64.123]:64533 "EHLO relay.mailchannels.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751702AbbDBXkz (ORCPT ); Thu, 2 Apr 2015 19:40:55 -0400 X-Sender-Id: duocircle|x-authuser|jac299792458 X-Sender-Id: duocircle|x-authuser|jac299792458 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|jac299792458 X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1428017544983:3756726135 X-MC-Ingress-Time: 1428017544983 X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 72.84.113.125 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX1+eAi+wh4tmhU6xwIPXb/Gzzw5U1fFni0o= X-DKIM: OpenDKIM Filter v2.6.8 io 8358D80015 Date: Thu, 2 Apr 2015 23:32:22 +0000 From: Jason Cooper To: Geert Uytterhoeven Cc: Thomas Gleixner , linux-sh@vger.kernel.org, Simon Horman , Magnus Damm , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] irqchip: renesas-irqc: Add wake-up support Message-ID: <20150402233222.GK24598@io.lakedaemon.net> References: <1427889606-18671-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427889606-18671-1-git-send-email-geert+renesas@glider.be> User-Agent: Mutt/1.5.21 (2010-09-15) X-AuthUser: jac299792458 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 925 Lines: 27 On Wed, Apr 01, 2015 at 02:00:06PM +0200, Geert Uytterhoeven wrote: > The IRQC module clock is managed through Runtime PM and PM Domains. > If wake-up is enabled, this clock must not be disabled during system > suspend. > > Hence implement irq_chip.irq_set_wake(), which increments/decrements the > clock's enable_count when needed. > > This fixes wake-up by gpio-keys on r8a73a4/ape6evm. > > Signed-off-by: Geert Uytterhoeven > --- > Against irqchip/renesas > > drivers/irqchip/irq-renesas-irqc.c | 26 +++++++++++++++++++++++++- > 1 file changed, 25 insertions(+), 1 deletion(-) Applied to irqchip/renesas with Simon's Reviewed-by. thx, Jason. -- 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/