[PATCH 0/6] mailbox: arm_mhu: add support for subchannels

From: Sudeep Holla
Date: Tue May 02 2017 - 09:56:05 EST


Hi Jassi,

This series adds subchannel support to ARM MHU mailbox controller
driver. Since SCPI never used second slot, we were able to use the
existing driver as is. However, that's changing soon and the new
SCMI protocol under development needs subchannel support. If you
recall when you initially added this driver, I was pushing for some
of these changes like threaded irq. This patch series adds support
for the subchannels on ARM MHU controllers.

Regards,
Sudeep

Sudeep Holla (6):
mailbox: arm_mhu: reorder header inclusion and drop unneeded ones
Documentation: devicetree: add bindings to support ARM MHU subchannels
mailbox: arm_mhu: migrate to threaded irq handler
mailbox: arm_mhu: re-factor data structure to add subchannel support
mailbox: arm_mhu: add full support for sub-channels
mailbox: arm_mhu: add name support to record mbox-name

.../devicetree/bindings/mailbox/arm-mhu.txt | 44 ++-
drivers/mailbox/arm_mhu.c | 381 ++++++++++++++++++---
2 files changed, 376 insertions(+), 49 deletions(-)

--
2.7.4