From: Brian Norris Date: Fri, 23 Jan 2015 08:22:27 +0000 (-0800) Subject: mtd: nand: add common DT init code X-Git-Tag: omap-for-v4.2/fixes-rc1^2~143^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5844feeaa4154d1c46d3462c7a4653d22356d8b4;p=pandora-kernel.git mtd: nand: add common DT init code These are already-documented common bindings for NAND chips. Let's handle them in nand_base. If NAND controller drivers need to act on this data before bringing up the NAND chip (e.g., fill out ECC callback functions, change HW modes, etc.), then they can do so between calling nand_scan_ident() and nand_scan_tail(). Signed-off-by: Brian Norris --- Reading git-diff-tree failed