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=-15.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 6280AC07E9C for ; Tue, 6 Jul 2021 08:27:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3ABDC61361 for ; Tue, 6 Jul 2021 08:27:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230470AbhGFI3x (ORCPT ); Tue, 6 Jul 2021 04:29:53 -0400 Received: from us-smtp-delivery-115.mimecast.com ([216.205.24.115]:24947 "EHLO us-smtp-delivery-115.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230400AbhGFI3w (ORCPT ); Tue, 6 Jul 2021 04:29:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maxlinear.com; s=selector; t=1625560033; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6Wz7hn9Kd3NoSNljmyCys5rwpfM2MRQrFBRp50KmUpA=; b=jJqoJhkYd4Tcg6ODNcZoVpfIKCUKVfV55qDXIXMeCB/KhbHqmHRfc7yaNGs6HOYLfT7iTJ slrmY36UH4yUrs7/0N5Si317O00Pct1buYMyF0FYTJ0DHxAj8++Ym1NKaxejJBDP36tUlR Oek/WkNtao6EyMiX0BjbB1n4vILJ0X8= Received: from mail.maxlinear.com (174-47-1-83.static.ctl.one [174.47.1.83]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-149-dAQF_euGM-652Mnpd8YqHg-1; Tue, 06 Jul 2021 04:21:06 -0400 X-MC-Unique: dAQF_euGM-652Mnpd8YqHg-1 Received: from sgsxdev001.isng.phoenix.local (10.226.81.111) by mail.maxlinear.com (10.23.38.120) with Microsoft SMTP Server id 15.1.2242.4; Tue, 6 Jul 2021 01:21:02 -0700 From: Rahul Tanwar To: , , , , , CC: , , , , , Rahul Tanwar Subject: [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file Date: Tue, 6 Jul 2021 16:20:59 +0800 Message-ID: X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA115A51 smtp.mailfrom=rtanwar@maxlinear.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: maxlinear.com Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add maintainer for PCIe RC controller driver for Intel LGM gateway SoC. Signed-off-by: Rahul Tanwar --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3298f4592ce7..61c1cfcc453b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14392,6 +14392,13 @@ S:=09Maintained F:=09Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt F:=09drivers/pci/controller/dwc/pcie-histb.c =20 +PCIE DRIVER FOR INTEL LGM GW SOC +M:=09Rahul Tanwar +L:=09linux-pci@vger.kernel.org +S:=09Maintained +F:=09Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml +F:=09drivers/pci/controller/dwc/pcie-intel-gw.c + PCIE DRIVER FOR MEDIATEK M:=09Ryder Lee M:=09Jianjun Wang --=20 2.17.1