From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F43625E.7070908@atmel.com> Date: Tue, 21 Feb 2012 10:22:38 +0100 From: Nicolas Ferre MIME-Version: 1.0 To: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH 5/6 V2] atmel/nand: add DT support References: <1327727444-23908-1-git-send-email-plagnioj@jcrosoft.com> <1328524512-18159-2-git-send-email-plagnioj@jcrosoft.com> <4F30FD4B.4050501@atmel.com> <20120207115306.GF15647@game.jcrosoft.org> In-Reply-To: <20120207115306.GF15647@game.jcrosoft.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: devicetree-discuss@lists.ozlabs.org, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 02/07/2012 12:53 PM, Jean-Christophe PLAGNIOL-VILLARD : > On 11:30 Tue 07 Feb , Nicolas Ferre wrote: >> On 02/06/2012 11:35 AM, Jean-Christophe PLAGNIOL-VILLARD : >>> use a local copy of board informatin and fill with DT data >>> >>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD >>> Acked-by: Grant Likely >>> Cc: Nicolas Ferre >>> Cc: devicetree-discuss@lists.ozlabs.org >>> Cc: linux-mtd@lists.infradead.org >> >> [..] >> >>> +static int __devinit atmel_of_init_port(struct atmel_nand_host *host, >>> + struct device_node *np) >> >> Maybe you will need to protect this function in case of !DT builds: I >> suspect that some of the of_xxxxx() calls are not provided if !CONFIG_OF. > no-need on the of_ function are static inline it !CONFIG_OF Sorry to come back to this but: of_get_nand_ecc_mode(np); of_get_nand_on_flash_bbt(np); for example are not available in case of non-DT compilation: so we must protect the atmel_of_init_port() against this error. Can you please rework another patch. Bye, -- Nicolas Ferre