Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp2205372ybh; Sun, 4 Aug 2019 20:16:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqxV9jCLM73b6FabrMpNupRaLbM3oxAEX7uRqiw/Ke2O+Ar/uZKrQ18gccb/VRNxRiCij3xS X-Received: by 2002:a63:2004:: with SMTP id g4mr128611364pgg.97.1564975004080; Sun, 04 Aug 2019 20:16:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564975004; cv=none; d=google.com; s=arc-20160816; b=azTudLuNHTnsoEG10s9PC3axtEN4svxG65YxmAzlftq7QuiCSC4R6vEVtc3ynqagAF H1EWzKhDHLvw3Ui/fM8jPwuDpUo77Gdahk3EN+3buIPjcM+ETo1PKS8jWSfB3mVN7zP4 3rm9d8Kst6XmMU1ab3mhNSrVa5dO2UQR0dnKIfKhK5q5Z8tcodAdO2uC45cwHpgW/Fgx Amc9xBXU0qNRGE5o5vlyLjr1uAKSlxVCyvGCnYDc9GY4rI+dyhw2omx48vqh8SWQ6lmu UOm3Sy/uzFi5qUxrbarrEfiIJtTU+IH6tfk/WH2C7MzFEl/yOCPByk6z9fjfN+g/dNS7 4c7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=Xzb3K5kCJkwdAAoRnjTCjVG5xUuebrXMJEKCwmiMcUs=; b=SSeyZB/3h8LS9esGMAHkw5vGbUu+0AV+6w4B/oD0MdGrHl/w+aDsHKfZAqRWoo9dc4 pyj3ti72i+VBpZnDcVwUElhUPVaTtQfulw/0Vu1ZpAzhA0fOOwmEvEc8ajka4WliK1ut l5SOg8q4Wg52pmmWLgD7OmMNl0cg+9S0LRDZHqJX8HTWlansnEFTqIuxGpCFRr4wiyqu yp1PHHuIMq20WTUszBzOslhqNTVkeOddX4jIDLphrGjyAh1CiLkTc7Zf2ERo06exoNgL FP4Ig+k8Q/rYp3YDJzm454jVckmZWS7IiepcZlVLyDXXC0WPI938fa+3Gv6FrxtmNOiy lQmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ay3si39860094plb.174.2019.08.04.20.16.29; Sun, 04 Aug 2019 20:16:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727009AbfHEDOR (ORCPT + 99 others); Sun, 4 Aug 2019 23:14:17 -0400 Received: from inva020.nxp.com ([92.121.34.13]:36722 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726765AbfHEDOR (ORCPT ); Sun, 4 Aug 2019 23:14:17 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id D2FDB1A005B; Mon, 5 Aug 2019 05:14:15 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 6D8681A003B; Mon, 5 Aug 2019 05:14:11 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id B7DC240296; Mon, 5 Aug 2019 11:14:05 +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 10:51:27 +0800 Message-Id: <1564973491-18286-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. Richard Zhu (4): mailbox: imx: Fix Tx doorbell shutdown path mailbox: imx: Clear the right interrupts at shutdown 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