• Paul Walmsley's avatar
    OMAP4: PRCM: rename _MOD macros to _INST · cdb54c44
    Paul Walmsley authored
    Back in the OMAP2/3 PRCM interface days, the macros that referred to
    the offsets of individual PRM/CM instances from the top of the PRM/CM
    hardware modules were incorrectly suffixed with "_MOD".  (They should
    have been suffixed with something like "_INST" or "_INSTANCE".)  These
    days, now that we have better contact with the OMAP hardware people,
    we know that this naming is wrong.  And in fact in OMAP4, there are
    actual hardware module offsets inside the instances, so the incorrect
    naming gets confusing very quickly for anyone who knows the hardware.
    
    Fix this naming for OMAP4, before things get too far along, by
    changing "_MOD" to "_INST" on the end of these macros.  So, for
    example, OMAP4430_CM2_INSTR_MOD becomes OMAP4430_CM2_INSTR_INST.
    
    This unfortunately creates quite a large diff, but it is a
    straightforward rename.  This patch should not result in any
    functional changes.
    
    The autogeneration scripts have been updated accordingly.
    Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
    Cc: Benoît Cousson <b-cousson@ti.com>
    Cc: Rajendra Nayak <rnayak@ti.com>
    Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
    Reviewed-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
    Tested-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
    Tested-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
    Tested-by: default avatarRajendra Nayak <rnayak@ti.com>
    cdb54c44
cm2_44xx.h 31.6 KB