• Peng Fan's avatar
    mailbox: imx: support channel type tx doorbell v2 · 5bfe4067
    Peng Fan authored
    The Message Unit(MU) General Purpose Control registers are used for
    TX doorbell, but there is no hardware ACK support.
    
    The current TX doorbell channel is using tasklet to emulate hardware
    ACK support to kick the TX tick from controller driver side.
    
    The new added TX doorbell channel V2 not using tasklet to emulate the
    hardware ACK support. The behavior for the channel is just writing the
    GCR register, and no else. This will be used for SCMI mailbox.
    Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
    Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
    5bfe4067
imx-mailbox.c 27.2 KB