From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 050682C00A6 for ; Sat, 7 Dec 2013 20:56:03 +1100 (EST) Date: Sat, 7 Dec 2013 10:55:59 +0100 From: Anatolij Gustschin To: Gerhard Sittig Subject: Re: [PATCH v6 13/17] [media] fsl-viu: adjust for OF based clock lookup Message-ID: <20131207105559.68183008@crub> In-Reply-To: <1385851897-23475-14-git-send-email-gsi@denx.de> References: <1385851897-23475-1-git-send-email-gsi@denx.de> <1385851897-23475-14-git-send-email-gsi@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linux-media@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mauro Carvalho Chehab List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 30 Nov 2013 23:51:33 +0100 Gerhard Sittig wrote: > after device tree based clock lookup became available, the VIU driver > need no longer use the previous global "viu_clk" name, but should use > the "ipg" clock name specific to the OF node > > Cc: Mauro Carvalho Chehab > Cc: linux-media@vger.kernel.org > Signed-off-by: Gerhard Sittig > --- > drivers/media/platform/fsl-viu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to next. Thanks! Anatolij