From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH 1/2] ASoC: sh: fsi: Add runtime PM support Date: Tue, 10 Nov 2009 08:14:09 +0900 Message-ID: <20091109231408.GA1059@linux-sh.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from master.linux-sh.org (124x34x33x190.ap124.ftth.ucom.ne.jp [124.34.33.190]) by alsa0.perex.cz (Postfix) with ESMTP id 3E0DF24529 for ; Tue, 10 Nov 2009 00:14:41 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Kuninori Morimoto Cc: alsa-devel@alsa-project.org, Mark Brown , Magnus Damm List-Id: alsa-devel@alsa-project.org On Mon, Nov 09, 2009 at 11:12:39AM +0900, Kuninori Morimoto wrote: > This patch add support runtime PM. > Driver callbacks for Runtime PM are empty because > the device registers are always re-initialized after > pm_runtime_get_sync(). The Runtime PM functions replaces the > clock framework module stop bit handling in this driver. > > Signed-off-by: Kuninori Morimoto > Signed-off-by: Magnus Damm On Mon, Nov 09, 2009 at 11:12:49AM +0900, Kuninori Morimoto wrote: > Signed-off-by: Kuninori Morimoto > --- > arch/sh/boards/mach-se/7724/setup.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > These look fine, I'll queue them up.