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 C4199C7619A for ; Tue, 11 Apr 2023 11:20:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229666AbjDKLUx (ORCPT ); Tue, 11 Apr 2023 07:20:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229726AbjDKLUs (ORCPT ); Tue, 11 Apr 2023 07:20:48 -0400 Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D95CB30C4 for ; Tue, 11 Apr 2023 04:20:47 -0700 (PDT) Received: by mail-pf1-x430.google.com with SMTP id d2e1a72fcca58-633a6bf6acaso657021b3a.0 for ; Tue, 11 Apr 2023 04:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1681212047; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date:from:to :cc:subject:date:message-id:reply-to; bh=7zNLCqP6owqpDv0VpdmDaSbaHG9NuBOnzsd1ItJEgtY=; b=o4oJ3kgpmE9NEeZDt4aUZrw22E6mGLCbNeQlxlauE198mAELSstKgXs57cjw1j0y8u aGkyTAaIfR+v1GydHCxrqHBxqVInT0BGSvLWqUndkxAT40DU7f/tKrE0qgmF+5R9fFHY NFrr5UwcKYjZqjZjl/fXMpAUcZaboNJenbaotfbW5doDunTTukiElrbLGx6xSU/GxVft SZIJS6QpsH4Ywxr46WUL6uHiQFHbjczMUYe/0WFo+bYApuirtgC8OiwJGWux3u4OjtlE Te4ivWbbNBqOizXwvE4rV2DkIv9sOV4GFxHQmj8LTC3d+0frcB6FiuZPyKydvfUjNcwG 9c1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681212047; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=7zNLCqP6owqpDv0VpdmDaSbaHG9NuBOnzsd1ItJEgtY=; b=6Ll28s8lGrA7/3Rz+DKOqvNg5hdRg0KC3wKouX3TtHJUxq+QM7zlJx1rDWtZASIiZX uroquF+aYzVEwtE05xFtYn5TWSAuHGiigC9WfOHhiwDSTXE/IvEvosjlO8Wze8KqPe/6 jF/ryD0ZgxEABakQRUH6NSxyY2D+NUr+gGSv/Yqz5kicSqZFCr87H1nKsxnNm9btjIK2 huzNlepE7sugqDZG2Jt/h1h4xOYw8kGoeHGz2g5xl+xeFRLT57PPUC0sw1eaF8/8ElHg OvA5u5fE9IldeX7tOH4R4sbn1t4bQrTHacZ/9BA8fZks4RtJsSA1dA4fivjv7BzFjwrI rKTg== X-Gm-Message-State: AAQBX9cNGV1ZdMN/2L6aU7KTNdQUQaTv528ZgItJ0hFLBbNKI7dKmOYA 64l2KRh0KR2gmw9U35JmsdWO X-Google-Smtp-Source: AKy350a4MY/M7jgh+qM0pXF0i1DkZaqvdVyS7EZ/EXV48+5Vt6iuBjTSTSKfmGqvd8WejDpT7/8IJw== X-Received: by 2002:aa7:9ec8:0:b0:626:6a3:6b81 with SMTP id r8-20020aa79ec8000000b0062606a36b81mr15960993pfq.15.1681212047192; Tue, 11 Apr 2023 04:20:47 -0700 (PDT) Received: from thinkpad ([117.216.120.128]) by smtp.gmail.com with ESMTPSA id n3-20020a62e503000000b0062db34242aesm9565964pff.167.2023.04.11.04.20.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Apr 2023 04:20:46 -0700 (PDT) Date: Tue, 11 Apr 2023 16:50:37 +0530 From: Manivannan Sadhasivam To: Serge Semin Cc: Bjorn Helgaas , Lorenzo Pieralisi , Cai Huoqing , Jingoo Han , Gustavo Pimentel , Vinod Koul , Yoshihiro Shimoda , Rob Herring , Serge Semin , Alexey Malahov , Pavel Parkhomenko , linux-pci@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND v3 08/10] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas Message-ID: <20230411112037.GJ5333@thinkpad> References: <20230411033928.30397-1-Sergey.Semin@baikalelectronics.ru> <20230411033928.30397-9-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230411033928.30397-9-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 11, 2023 at 06:39:26AM +0300, Serge Semin wrote: > Recently the DT-schema of the DW PCIe Root Port and End-point controllers > has been refactored by detaching the common bindings into a separate > schema. The provided modification must be reflected in the MAINTAINERS > list so the patch submitters would be aware of the new files maintainers. > Let's do that by adding the maintained files wildcard pattern like > snps,dw-pcie*.yaml, which is applicable for all the old DW PCIe DT-schema > files and the new one. > > Signed-off-by: Serge Semin Acked-by: Manivannan Sadhasivam - Mani > --- > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ec57c42ed544..489fd4b4c7ae 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16063,8 +16063,7 @@ M: Jingoo Han > M: Gustavo Pimentel > L: linux-pci@vger.kernel.org > S: Maintained > -F: Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml > -F: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > +F: Documentation/devicetree/bindings/pci/snps,dw-pcie*.yaml > F: drivers/pci/controller/dwc/*designware* > > PCI DRIVER FOR TI DRA7XX/J721E > -- > 2.40.0 > > -- மணிவண்ணன் சதாசிவம்