From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-out.m-online.net ([212.18.0.9]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VpEbn-00053L-2N for linux-mtd@lists.infradead.org; Sat, 07 Dec 2013 09:55:36 +0000 Date: Sat, 7 Dec 2013 10:55:07 +0100 From: Anatolij Gustschin To: Gerhard Sittig Subject: Re: [PATCH v6 12/17] mtd: mpc5121_nfc: adjust for OF based clock lookup Message-ID: <20131207105507.7bbf4283@crub> In-Reply-To: <1385851897-23475-13-git-send-email-gsi@denx.de> References: <1385851897-23475-1-git-send-email-gsi@denx.de> <1385851897-23475-13-git-send-email-gsi@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David Woodhouse , linuxppc-dev@lists.ozlabs.org, linux-mtd@lists.infradead.org, Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 30 Nov 2013 23:51:32 +0100 Gerhard Sittig wrote: > after device tree based clock lookup became available, the NAND > flash driver need no longer use the previous global "nfc_clk" name, > but should use the "ipg" clock name specific to the OF node > > Cc: David Woodhouse > Cc: Artem Bityutskiy > Cc: linux-mtd@lists.infradead.org > Signed-off-by: Gerhard Sittig > --- > drivers/mtd/nand/mpc5121_nfc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to next. Thanks! Anatolij