Update the QCOM_IPCC driver with below main features: Dynamic alloc for channel arrangement instead of static alloced array. Multiple instance can be supported. IPCC interrupt wake up support from suspend. More protocol and client ID support added. Huang Yiwei (4): mailbox: qcom-ipcc: Dynamic alloc for channel arrangement mailbox: qcom-ipcc: Support more IPCC instance mailbox: qcom-ipcc: Support interrupt wake up from suspend dt-bindings: mailbox: Add more protocol and client ID drivers/mailbox/qcom-ipcc.c | 99 +++++++++++++++++++------ include/dt-bindings/mailbox/qcom-ipcc.h | 2 + 2 files changed, 78 insertions(+), 23 deletions(-) -- 2.17.1