From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 11 Sep 2014 17:38:54 +0200 From: Boris BREZILLON To: Ezequiel Garcia Subject: Re: [PATCH] mtd: nand: atmel_nand: retrieve NFC clock Message-ID: <20140911173854.73b201e7@bbrezillon> In-Reply-To: <20140911152029.GA16666@arch> References: <1410446617-29572-1-git-send-email-alexandre.belloni@free-electrons.com> <20140911152029.GA16666@arch> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Nicolas Ferre , linux-kernel@vger.kernel.org, Alexandre Belloni , linux-mtd@lists.infradead.org, Brian Norris , David Woodhouse , linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ezequiel, On Thu, 11 Sep 2014 12:20:30 -0300 Ezequiel Garcia wrote: > Hi Alexandre, > > On 11 Sep 04:43 PM, Alexandre Belloni wrote: > > @@ -2276,6 +2280,16 @@ static int atmel_nand_nfc_probe(struct platform_device *pdev) > > } > > } > > > > + nfc->clk = devm_clk_get(&pdev->dev, NULL); > > + if (IS_ERR(nfc->clk)) { > > + dev_warn(&pdev->dev, "NFC clock is missing"); > > + return 0; > > + } > > + > > The binding documentation makes no mention to a clock. You're right, I didn't update atmel,nand DT binding doc. > > Anyway, with or without the docs I think this patch breaks DT backward > compatibility. > > Or am I missing something? Indeed, this block of code should be placed at the end of the probe function. I'll fix that. Note that if the clk is missing it just print a warning message and return 0, so after moving the code, it should not break DT backward compat ;-). Best Regards, Boris -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com