• Abel Vesa's avatar
    clk: imx: Replace all the clk based helpers with macros · 0394d404
    Abel Vesa authored
    Replacing with macros all the clk based API helpers we reduce the code
    duplication. The end goal is to get rid of all these macros when there
    will be no more users of the clk based API, that is, when all the i.MX
    clock provider drivers will be switched completely to the clk_hw based
    API.
    
    This is another step in moving away from the non clk_hw based API usage
    throughout the i.MX clock drivers. The reason for doing that is to
    have a clear split between the clock provider and the clock consumer API.
    Signed-off-by: default avatarAbel Vesa <abel.vesa@nxp.com>
    Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
    Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
    0394d404
clk.h 14.8 KB