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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 E52EBC56202 for ; Fri, 30 Oct 2020 19:20:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E9112151B for ; Fri, 30 Oct 2020 19:20:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604085634; bh=Pan2QVo3aowTb6QmfudFT1gDlmG1K8Vey1eXNe8cwJ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=grBeEA5Fvl9nzEuj0+U9W6JbA2y4GjxPBphDtRgk3b/Bv5Thoxg58ymYHEALPqeT7 VfBMjc7zgRe0r0Gc9OKYx4tzwVlmBhNwWc9RVwKdScoPVTl+y3+l57SowuZFqoHY7L ZYc3YkD1LrMOi08ZM+uyN4Yzmpmm+Kp1b7PwkcKs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727484AbgJ3TSi (ORCPT ); Fri, 30 Oct 2020 15:18:38 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:44534 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727347AbgJ3TRQ (ORCPT ); Fri, 30 Oct 2020 15:17:16 -0400 Received: by mail-ot1-f68.google.com with SMTP id m26so6501951otk.11; Fri, 30 Oct 2020 12:17:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Nxrkk9Iv2AWHaT0WKNIzblJXKtrPRJSPWGObFgk4jlk=; b=d8WRUW4Ab7RdSMun15JtaK0Suxw3v7XwRbbGGKCfeHfhGrbshWBFUAp8vp0rJj2Bzw FQ9pt1C/mEJhboFpEsyCnAYhplSaQuiri6pk/ossBpL+dX0trQQfxSP33QDXedtjLKf+ p19wbLiZ7+ayFDZJkrrpshIwtHSqnG+aAPir6QT4VyU6CB04f5ougiMrijtmwYErNDoC BX6nOCEeZjdoTrBa2Va1DRFSqxp6qJlIkylogVynLWpGXRpYA1IaeP6wesckrfto2Jhq yTtQYpjZH874GwXUDnem9Vp/V40zIVIvMPicDilo1Bel4Zrkf1eVLOWTI6zUJDdy462G 4KBw== X-Gm-Message-State: AOAM530N+lBufkmMJRKOuWSVaG/rPfNJ5TPmCmR3NGu4F0jhPK2o6orI 3KN8/Rn9MMkffM5XpdkWSg== X-Google-Smtp-Source: ABdhPJygQrcQk8DOYwH2JCmsyvPO4Db+UAz26pVxZPE6H/WdMPDJmz4K5Wf5ocx97hzjSEuCVTz6xw== X-Received: by 2002:a9d:da7:: with SMTP id 36mr2891601ots.288.1604085436239; Fri, 30 Oct 2020 12:17:16 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id w25sm1437531otq.58.2020.10.30.12.17.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Oct 2020 12:17:15 -0700 (PDT) Received: (nullmailer pid 4171668 invoked by uid 1000); Fri, 30 Oct 2020 19:17:14 -0000 Date: Fri, 30 Oct 2020 14:17:14 -0500 From: Rob Herring To: Fabien Parent Cc: linux-mediatek@lists.infradead.org, Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Matthias Brugger , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: mediatek: mmsys: add mt1867 binding Message-ID: <20201030191714.GA4171611@bogus> References: <20201027160631.608503-1-fparent@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201027160631.608503-1-fparent@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Oct 2020 17:06:29 +0100, Fabien Parent wrote: > Add binding documentation for MT8167 SoC. > > Signed-off-by: Fabien Parent > --- > .../devicetree/bindings/arm/mediatek/mediatek,mmsys.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring