• B
    mtd: nand: add common DT init code · 5844feea
    Brian Norris 提交于
    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: NBrian Norris <computersforpeace@gmail.com>
    5844feea
nand_base.c 112.2 KB