From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751228AbdEBN4B (ORCPT ); Tue, 2 May 2017 09:56:01 -0400 Received: from foss.arm.com ([217.140.101.70]:44766 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751013AbdEBN4A (ORCPT ); Tue, 2 May 2017 09:56:00 -0400 From: Sudeep Holla To: linux-kernel@vger.kernel.org, Jassi Brar Cc: Sudeep Holla Subject: [PATCH 0/6] mailbox: arm_mhu: add support for subchannels Date: Tue, 2 May 2017 14:55:47 +0100 Message-Id: <1493733353-25812-1-git-send-email-sudeep.holla@arm.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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