From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85A20C433FF for ; Mon, 5 Aug 2019 05:15:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 58BC22086D for ; Mon, 5 Aug 2019 05:15:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727224AbfHEFPI (ORCPT ); Mon, 5 Aug 2019 01:15:08 -0400 Received: from inva021.nxp.com ([92.121.34.21]:43906 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725976AbfHEFPI (ORCPT ); Mon, 5 Aug 2019 01:15:08 -0400 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id C26DE2004A3; Mon, 5 Aug 2019 07:15:06 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 5EFB920045E; Mon, 5 Aug 2019 07:15:02 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id A5B94402DD; Mon, 5 Aug 2019 13:14:56 +0800 (SGT) From: Richard Zhu To: jassisinghbrar@gmail.com, o.rempel@pengutronix.de, daniel.baluta@nxp.com, aisheng.dong@nxp.com Cc: linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Richard Zhu Subject: [PATCH v5 0/4] mailbox: imx: bug fix and add support for imx v1 mu Date: Mon, 5 Aug 2019 12:52:18 +0800 Message-Id: <1564980742-19124-1-git-send-email-hongxing.zhu@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change logs: v4 --> v5: - Include Daniel's patch-set into this one. v3 --> v4: - Change "version1.0" to "version 1.0" in the commit log. - Update the devicetree binding document to support the imx7ulp mu. - Rebase the patch refer to the following bug-fixs patch-set issued by Daniel Baluta . "https://patchwork.kernel.org/patch/11069479/" v2 --> v3: - Format the patch-set refer to Oleksij's guidance. - Init the register array by a simple way recommended by Oleksij. - Add Reviewed-by: Oleksij Rempel tag. v1 --> v2: - Use to have the register layout linked on probe, suggested by Oleksij Rempel . - Add Reviewed-by: Dong Aisheng tag. Daniel Baluta (2): mailbox: imx: Fix Tx doorbell shutdown path mailbox: imx: Clear the right interrupts at shutdown Richard Zhu (2): dt-bindings: mailbox: imx-mu: add imx7ulp MU support mailbox: imx: add support for imx v1 mu .../devicetree/bindings/mailbox/fsl,mu.txt | 2 + drivers/mailbox/imx-mailbox.c | 74 ++++++++++++++++------ 2 files changed, 56 insertions(+), 20 deletions(-) -- 2.7.4