Skip to content
  • Stefan Roese's avatar
    imx: Move some i.MX common functions into the imx-common directory · 8870e459
    Stefan Roese authored
    
    
    This patch moves the following functions into the imx-common
    directory:
    
    - mxs_wait_mask_set()
    - mxs_wait_mask_clr()
    - mxs_reset_block()
    
    These are currently used by i.MX28. But the upcoming GPMI NAND port
    for i.MX6 will also use these functions. So lets move them to a
    common location to re-use them.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    Cc: Stefano Babic <sbabic@denx.de>
    Cc: Marek Vasut <marex@denx.de>
    Cc: Fabio Estevam <fabio.estevam@freescale.com>
    8870e459