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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 6746FC4320A for ; Wed, 1 Sep 2021 06:40:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4CE7160FE6 for ; Wed, 1 Sep 2021 06:40:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242331AbhIAGle (ORCPT ); Wed, 1 Sep 2021 02:41:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242238AbhIAGlc (ORCPT ); Wed, 1 Sep 2021 02:41:32 -0400 Received: from mail-lj1-x22e.google.com (mail-lj1-x22e.google.com [IPv6:2a00:1450:4864:20::22e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0725CC061575 for ; Tue, 31 Aug 2021 23:40:36 -0700 (PDT) Received: by mail-lj1-x22e.google.com with SMTP id j12so3011025ljg.10 for ; Tue, 31 Aug 2021 23:40:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=epJdN4f3MfJWPEsQ1/2NvR+leSyxvmf6Ol/q7Sv91t8=; b=mRVlvuMlRKfisqKuC3luRtD+7lHZt9EoAXjdWbTWH6cNuQQC6mg1w29lzT09vielVb I2Obog5PZudIXYal36CZLEgxg9Fw4Ix5JiTMy8r1Hwukl5bZ6CPXUGdD7YGLZoaLdSu/ 8Iki5swJ0F1Lhp74MeQCyy+v58G/u1o7jLxgg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=epJdN4f3MfJWPEsQ1/2NvR+leSyxvmf6Ol/q7Sv91t8=; b=Aj/mJwSjjnZQaHjXgYRg/6ZK8V151TeEsK/EFdT3QftJB10LrYZRp9UzFcSaiCTq20 g98TjM11vUiYrvyl859iT4B88hxbJ+hml0RBUa2T00BHHveC7iAuRECS81USZFpCGcGL zp9KJzP/KmaeYPGt8hPGAHS3gjs3XzblL00E5ig7mTpzmTMIEF7qTmjgZxL09n03+bj1 PXUZBPM3RFkfwiDuA8D4eq7SJRm0fY0V8V5HynnQl8Stkwj4J+Oc7F2BZ95M+jodyTSh GtdwC1bnLwzpuh+vwIb91N1pnFWZVGAf3y9J3RBhoD9AqW1D3xzXieIajaxrL1W4Ljx/ uEEQ== X-Gm-Message-State: AOAM531vzinVlgomCxN2BkD1LfH/02LouQtnRkJe1wP8wWfxb6gw/BeF hOCjuAaVkEEAwvEnhHuFXWG2WhgLn3Fo+V2wOwb50g== X-Google-Smtp-Source: ABdhPJxj9wv3Q6Dl3qKpne3tkDBgA3ZLpglT9zE4jEZ+fPT/uXAvjzBpHCDwCs+0syRRHL3naD7W0r8tTExh0x6HsH0= X-Received: by 2002:a2e:b0e2:: with SMTP id h2mr27468860ljl.23.1630478434422; Tue, 31 Aug 2021 23:40:34 -0700 (PDT) MIME-Version: 1.0 References: <1627890365-22992-1-git-send-email-yongqiang.niu@mediatek.com> In-Reply-To: <1627890365-22992-1-git-send-email-yongqiang.niu@mediatek.com> From: Chen-Yu Tsai Date: Wed, 1 Sep 2021 14:40:23 +0800 Message-ID: Subject: Re: [PATCH v6 0/3] support gce on mt8192 platform To: Yongqiang Niu Cc: Chun-Kuang Hu , Rob Herring , Matthias Brugger , Philipp Zabel , David Airlie , Daniel Vetter , Jassi Brar , Fabien Parent , Dennis YC Hsieh , Devicetree List , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "moderated list:ARM/Mediatek SoC support" , LKML , dri-devel@lists.freedesktop.org, Project_Global_Chrome_Upstream_Group , Hsin-Yi Wang Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 2, 2021 at 3:47 PM Yongqiang Niu wrote: > > Change since v5: > -rebase on linux 5.14-rc1 > > Yongqiang Niu (3): > dt-binding: gce: add gce header file for mt8192 > arm64: dts: mt8192: add gce node > mailbox: cmdq: add mt8192 support Looks like all the driver parts are in -next, but the dts patch is not. Can you resend that patch after the merge window? Thanks ChenYu