aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_in.c
diff options
context:
space:
mode:
authorFranck LENORMAND <[email protected]>2022-02-07 09:52:11 +0800
committerJassi Brar <[email protected]>2022-03-12 19:27:15 -0600
commit11dac1d3fa422abc841dcd4f5222a79398b3cf98 (patch)
tree72f3ca916a2e4aaa8ffac1f4c487027833737cd1 /net/lapb/lapb_in.c
parent315d2e5624183248514294899a26cb0fb3c20a46 (diff)
mailbox: imx: add i.MX8 SECO MU support
i.MX8/8X SECO firmware IPC is an implementation of passing messages. But current imx-mailbox driver only support one word message, i.MX8/8X linux side firmware has to request four TX, four RX and a TXDB to support IPC to SECO firmware. This is low efficent and more interrupts triggered compared with one TX and one RX. To make SECO MU work, - parse the size of msg. - Only enable TR0/RR0 interrupt for transmit/receive message. - For TX/RX, only support one TX channel and one RX channel - For RX, support receive msg of any size, limited by hardcoded value of 30. Signed-off-by: Franck LENORMAND <[email protected]> Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions