Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753328AbbKPTWf (ORCPT ); Mon, 16 Nov 2015 14:22:35 -0500 Received: from mail-ob0-f181.google.com ([209.85.214.181]:35483 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751421AbbKPTWb (ORCPT ); Mon, 16 Nov 2015 14:22:31 -0500 MIME-Version: 1.0 In-Reply-To: References: <1429863912.2927.43.camel@x220> From: Duc Dang Date: Mon, 16 Nov 2015 11:22:01 -0800 Message-ID: Subject: Re: [PATCH v3 0/3] mailbox: Add APM X-Gene platform mailbox driver To: Jassi Brar , Paul Bolle Cc: devicetree@vger.kernel.org, linux-arm , Linux Kernel Mailing List , patches , Duc Dang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1547 Lines: 42 On Mon, Nov 9, 2015 at 10:05 AM, Duc Dang wrote: > APM X-Gene SoC has a mailbox controller that provides > communication mechanism for X-Gene Arm64 cores to communicate > with X-Gene SoC's Cortex M3 (SLIMpro) processor. > > X-Gene mailbox controller provides 8 mailbox channels, with > each channel has a dedicated interrupt line. > > Changes since v2: > - Rebase Feng's patch set over v4.3-rc5 > - Remove uneccessary 'inline' in function definition > - Use module_platform_driver instead of subsys_initcall > - Minor coding stype clean up > > Changes since v1: > - Add ACPI support > - Use defines for reg offset > > .../bindings/mailbox/xgene-slimpro-mailbox.txt | 34 +++ > arch/arm64/boot/dts/apm/apm-storm.dtsi | 14 ++ > drivers/mailbox/Kconfig | 9 + > drivers/mailbox/Makefile | 2 + > drivers/mailbox/mailbox-xgene-slimpro.c | 264 +++++++++++++++++++++ > 5 files changed, 323 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt > create mode 100644 drivers/mailbox/mailbox-xgene-slimpro.c > Hi Jassi, Paul, Do you have any comment on this patch set? > -- > 1.9.1 > Regards, Duc dang. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/