From patchwork Mon Jun 26 15:19:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?S3J6eXN6dG9mIFdpbGN6ee+/ve+/vXNraQ==?= X-Patchwork-Id: 13293057 X-Patchwork-Delegate: bhelgaas@google.com 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 9C1C0EB64D7 for ; Mon, 26 Jun 2023 15:19:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229667AbjFZPTQ (ORCPT ); Mon, 26 Jun 2023 11:19:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230501AbjFZPTN (ORCPT ); Mon, 26 Jun 2023 11:19:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5365010CC for ; Mon, 26 Jun 2023 08:19:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6721760EC3 for ; Mon, 26 Jun 2023 15:19:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13260C433C8; Mon, 26 Jun 2023 15:19:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687792749; bh=BKUM4J3ZY8mGqA+pyg6yhHdDh1WtlwJDH1EQYQe1YA4=; h=From:To:Cc:Subject:Date:From; b=Pg8Tz27LzqYyS3IjW0z5ES1ffydXR90Mrb5ZAalRT1+a2u+UcZF3LUKl2MP2zaZXM jRtGyNdaydLMZd+qL5UPw2RHyRa8D+GXkUqTzwoCuAeF3GiSkyIbIo+1f+HpVWYvdY ebN6J/vcdEQ9pRtUysQlpADa/vnJTEbY4C150odJbYXWrOOnD/ASh/U4D79S/ia5wL DgsTHea0w7+PV/pHlE9mM6g/j6t4iIUlCwus6MTWk4Y+J+DgPvLXN8DZvpMlBnEeX+ /Xlgcy8WcSQzDR+TxSNn65b4YFq43nrwdRiXAgOQR7Pt4wR7gH3I1XVtSTeALPXuZj OweBKQj9vlqNQ== From: =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= To: Bjorn Helgaas Cc: Lorenzo Pieralisi , Manivannan Sadhasivam , linux-pci@vger.kernel.org Subject: [PATCH] MAINTAINERS: Add Manivannan Sadhasivam as DesignWare PCIe driver maintainer Date: Mon, 26 Jun 2023 15:19:07 +0000 Message-ID: <20230626151907.495702-1-kwilczynski@kernel.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Manivannan has been actively reviewing patches and testing changes related to the DesignWare core driver and other DWC-based PCIe drivers for a while now. Thus, let's add Manivannan as a maintainer for the Synopsys DesignWare driver to make his role and contributions official. Thank you Manivannan! For all the help with DWC! Signed-off-by: Krzysztof WilczyƄski Acked-by: Manivannan Sadhasivam --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7e0b87d5aa2e..61a64744e31b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16167,6 +16167,7 @@ F: drivers/pci/controller/dwc/pci-exynos.c PCI DRIVER FOR SYNOPSYS DESIGNWARE M: Jingoo Han M: Gustavo Pimentel +M: Manivannan Sadhasivam L: linux-pci@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml