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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E677C433EF for ; Fri, 22 Apr 2022 02:40:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1443444AbiDVCm3 (ORCPT ); Thu, 21 Apr 2022 22:42:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1443416AbiDVCmZ (ORCPT ); Thu, 21 Apr 2022 22:42:25 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1DAA4BFDE; Thu, 21 Apr 2022 19:39:32 -0700 (PDT) X-UUID: b62facb727b24f6facd4e1cd1e241865-20220422 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:8027f53a-4b57-4352-8f30-78ffe41eaad6,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:100,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,AC TION:release,TS:100 X-CID-META: VersionHash:faefae9,CLOUDID:83c8b5ef-06b0-4305-bfbf-554bfc9d151a,C OID:IGNORED,Recheck:0,SF:801,TC:nil,Content:3,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: b62facb727b24f6facd4e1cd1e241865-20220422 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 676515713; Fri, 22 Apr 2022 10:39:26 +0800 Received: from mtkexhb02.mediatek.inc (172.21.101.103) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 22 Apr 2022 10:39:25 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkexhb02.mediatek.inc (172.21.101.103) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 22 Apr 2022 10:39:24 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 22 Apr 2022 10:39:24 +0800 From: Tinghan Shen To: Jassi Brar , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Allen-KH Cheng CC: , , , , , Tinghan Shen Subject: [PATCH v1 0/2] Add MT8186 support to MediaTek ADSP mailbox Date: Fri, 22 Apr 2022 10:39:07 +0800 Message-ID: <20220422023909.6584-1-tinghan.shen@mediatek.com> X-Mailer: git-send-email 2.15.GIT MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Extend MediaTek ADSP mailbox driver to support MT8186 SoC. Tinghan Shen (2): dt-bindings: mailbox: mtk,adsp-mbox: add mt8186 compatible name mailbox: mediatek: support mt8186 adsp mailbox .../devicetree/bindings/mailbox/mtk,adsp-mbox.yaml | 7 ++++--- drivers/mailbox/mtk-adsp-mailbox.c | 8 ++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) -- 2.18.0