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=-5.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_SANE_2 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 7826EC433B4 for ; Wed, 7 Apr 2021 09:08:10 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E8CA8611BD for ; Wed, 7 Apr 2021 09:08:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E8CA8611BD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Date:CC:To:From: Subject:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7OjTX2xRMluFHGsJk+YR7K/n9ggWdBvfhb/JVWPfLjY=; b=h0Zlk+QqB4CIoOoG4XOaZCbdQ Dh+gRXjxOV0M3hTOhR9oyuQQWUbBFiqgX/6Jodq2MR398X1Jf0OGPwWjClzgfp2Mz05Vnk0vpQ8RS 9SkBPDdQ49APEAFl+gWX+f8v7x/1LUj2n3GTJccqw4ZhEDpx2Q/bUXkBv32rYj7B6wNgLaK8v9lbM V4x/HjdQdxvvD4aLOEPNJJjtQxpCm9+RpYH6ybD+p8Cs9f68FVbf/oPm1y1ImtGlbRFGVovbJxV1R X8XNhJfIPSbuji+6OIoNeJ5YctTo7VBxPosNQ1qYvb7tJyw6NI5zU3HRmHrI1PuqQc5n9m8vcfIb6 Wrqj6HhfA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lU48S-004XvI-Qs; Wed, 07 Apr 2021 09:06:04 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lU48K-004XuB-70; Wed, 07 Apr 2021 09:05:59 +0000 X-UUID: d0290ac210ee41e684f05c51923542a1-20210407 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:MIME-Version:Content-Type:References:In-Reply-To:Date:CC:To:From:Subject:Message-ID; bh=oqD57DlmW9FeiutinF7pItU5KlzzK5pXIF6q2cyJPd0=; b=ZiBg/7RQwuC4IAEFnYWIr32l8UqkknhbEkORIBR7QfEySLL90vjpHAG5R83jEhPrbPB3EvNs40ZTpAGGI4F4kscya2nLMp8IgqracBGFCYu+xb1AFFSoIidFvUpPOyHZ5GYXK1rsEIDeTRWxqjFzKZM7RfHc+qLMISHKtl/czk0=; X-UUID: d0290ac210ee41e684f05c51923542a1-20210407 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1631130033; Wed, 07 Apr 2021 02:05:49 -0700 Received: from MTKMBS01N2.mediatek.inc (172.21.101.79) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 7 Apr 2021 01:59:23 -0700 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs01n2.mediatek.inc (172.21.101.79) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 7 Apr 2021 16:59:17 +0800 Received: from [10.15.20.246] (10.15.20.246) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 7 Apr 2021 16:59:17 +0800 Message-ID: <1617785396.21900.5.camel@mbjsdccf07> Subject: Re: [PATCH 1/2] arm64: dts: mediatek: add MT6779 spi master dts node From: Mason Zhang To: Matthias Brugger CC: Rob Herring , , , , , , Date: Wed, 7 Apr 2021 16:49:56 +0800 In-Reply-To: References: <20210226105918.3057-1-Mason.Zhang@mediatek.com> X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 X-TM-SNTS-SMTP: 685E9AA9F582A0743CC24CDB68AF885E381088F60B605229656993D54DBF98E12000:8 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210407_100556_823709_C5A70B3C X-CRM114-Status: GOOD ( 10.57 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 2021-03-29 at 17:50 +0200, Matthias Brugger wrote: > Please also update binding description accordingling and add as another patch. I > wasn't able to find a 2/2 neither. I foudn v1 2/2 which on a quick look seemed > the same as this patch. Dear Matthias: patch 2/2 in this link and this patch has been merged: https://patchwork.kernel.org/project/linux-mediatek/patch/20210226110109.30500-1-Mason.Zhang@mediatek.com/ so, Please gentle ping on patch 1/2. Thank you~ Thanks Mason _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel