From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pd0-f174.google.com ([209.85.192.174]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UnE0P-0005pk-Kb for linux-mtd@lists.infradead.org; Thu, 13 Jun 2013 20:20:26 +0000 Received: by mail-pd0-f174.google.com with SMTP id 10so10674893pdc.33 for ; Thu, 13 Jun 2013 13:20:02 -0700 (PDT) From: Kevin Hilman To: Pekon Gupta Subject: Re: [v4 2/3] arm: gpmc: Low power transition support References: <1371032708-9242-1-git-send-email-pekon@ti.com> <1371032708-9242-3-git-send-email-pekon@ti.com> Date: Thu, 13 Jun 2013 13:19:58 -0700 In-Reply-To: <1371032708-9242-3-git-send-email-pekon@ti.com> (Pekon Gupta's message of "Wed, 12 Jun 2013 15:55:07 +0530") Message-ID: <87bo79bw5t.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain Cc: tony@atomide.com, linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Pekon Gupta writes: > From: avinash philip > > With GPMC converted to platform driver recently, adds low power > transition support in driver itself. The subject/changelog should be clear that this is support for suspend/resume. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [v4 2/3] arm: gpmc: Low power transition support Date: Thu, 13 Jun 2013 13:19:58 -0700 Message-ID: <87bo79bw5t.fsf@linaro.org> References: <1371032708-9242-1-git-send-email-pekon@ti.com> <1371032708-9242-3-git-send-email-pekon@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f48.google.com ([209.85.220.48]:61234 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754947Ab3FMUUD (ORCPT ); Thu, 13 Jun 2013 16:20:03 -0400 Received: by mail-pa0-f48.google.com with SMTP id kp12so6790552pab.35 for ; Thu, 13 Jun 2013 13:20:02 -0700 (PDT) In-Reply-To: <1371032708-9242-3-git-send-email-pekon@ti.com> (Pekon Gupta's message of "Wed, 12 Jun 2013 15:55:07 +0530") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Pekon Gupta Cc: linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org, tony@atomide.com, avinash philip Pekon Gupta writes: > From: avinash philip > > With GPMC converted to platform driver recently, adds low power > transition support in driver itself. The subject/changelog should be clear that this is support for suspend/resume. Kevin