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 5C71D2C008E for ; Sat, 7 Dec 2013 20:53:42 +1100 (EST) Date: Sat, 7 Dec 2013 10:53:38 +0100 From: Anatolij Gustschin To: Gerhard Sittig Subject: Re: [PATCH v6 11/17] USB: fsl-mph-dr-of: adjust for OF based clock lookup Message-ID: <20131207105338.4c5905d1@crub> In-Reply-To: <1385851897-23475-12-git-send-email-gsi@denx.de> References: <1385851897-23475-1-git-send-email-gsi@denx.de> <1385851897-23475-12-git-send-email-gsi@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org 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:31 +0100 Gerhard Sittig wrote: > after device tree based clock lookup became available, the peripheral > driver need no longer construct clock names which include the component > index -- remove the "usb%d_clk" template, always use "ipg" instead > > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org > Signed-off-by: Gerhard Sittig > --- > drivers/usb/host/fsl-mph-dr-of.c | 13 +------------ > 1 file changed, 1 insertion(+), 12 deletions(-) applied to next. Thanks! Anatolij