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 5BF2AC46467 for ; Mon, 2 Jan 2023 10:59:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232617AbjABK7C (ORCPT ); Mon, 2 Jan 2023 05:59:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232654AbjABK7A (ORCPT ); Mon, 2 Jan 2023 05:59:00 -0500 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 6C65CF34 for ; Mon, 2 Jan 2023 02:58:59 -0800 (PST) Received: by mail-pf1-x430.google.com with SMTP id e21so8869751pfl.1 for ; Mon, 02 Jan 2023 02:58:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=h+NfyMbTjd80e1uWjdhdQS0ED524lbDIb/XPCdOdzno=; b=eWuc491Ck7BlEf4iPGRjz+zCMTpY5mpcycfqiisKOa/K+clU5RnvnGHQPKH+SgGAmD AG54mHT/VcMTMuJ/l1iTzsyzwS4/fGqDUUvFOba6gzsqtKCw8fFTrWvswD8LkAo6uLs+ 2Ycw0ErO2uRbCSgxHSDy4kAmc8/1Wj+1hppDvEu4kKLbYZEbP2wBQ6b6IVpS8O4spKYN KpCMzXLw0C42j42UMVAqpem72TpWfNjMwR5wWWqV0rjHTKFykEIoJYuZ5EffjWbwWxK1 RyebhLz2gjjk+VT/sxyDoViV3/CN3FIZ4wTsgJXbgUXshL5W1mz7VdbZH938RfzvgR5E jfXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=h+NfyMbTjd80e1uWjdhdQS0ED524lbDIb/XPCdOdzno=; b=I58T958+psjjfW0DjlgP+Q7CRB0JVXTYKluf4zdu2zDumhjsXJkpz9LA9fjDNdwkdh Q/LG5pIokODSy6MdQb9CNOE50wwJYm9YrBy7g/zdgXZlkeN7a928xLPrdLBf5HzfskMX GdMhJkzcOGBr0Smp+dNeQnGR+fBbS4vCXKwRoCp4PNcew1e/hpDeWH3fcRRIXIxIixx0 Hzv23n/sArozGX8XRWdWk60iT22btVPop+3a6SZ9JWkdCz1EhmzaOf5wzHJJb+yaN7tx Gr/qF6YTEHVXxm0XEip/JE3k517q9KiXk4qbK9BEEQNge1uGZ4OqnUYBk/Yg6td5dAGR YzTw== X-Gm-Message-State: AFqh2kpVCnfd/FrgU9m54EghOhcdLNxFwOJ2t08RYwCbp2jgKgsthM+1 109dtQXq0DGnHEg2oUBPv54L X-Google-Smtp-Source: AMrXdXuqDF/h7bvtBhJ6ygeONjyE2Lby/G5L2R2ioAA3C+xgjKKHJE7m+vAg7P+k+YYu8LqolYJVOg== X-Received: by 2002:a62:148f:0:b0:582:46a4:87f6 with SMTP id 137-20020a62148f000000b0058246a487f6mr6019088pfu.22.1672657138930; Mon, 02 Jan 2023 02:58:58 -0800 (PST) Received: from localhost.localdomain ([220.158.158.187]) by smtp.gmail.com with ESMTPSA id k26-20020aa79d1a000000b0058130f1eca1sm12756773pfp.182.2023.01.02.02.58.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Jan 2023 02:58:58 -0800 (PST) From: Manivannan Sadhasivam To: andersson@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: bhelgaas@google.com, konrad.dybcio@linaro.org, linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, lpieralisi@kernel.org, Manivannan Sadhasivam , Krzysztof Kozlowski Subject: [PATCH v3 1/3] dt-bindings: PCI: qcom: Update maintainers Date: Mon, 2 Jan 2023 16:28:19 +0530 Message-Id: <20230102105821.28243-2-manivannan.sadhasivam@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230102105821.28243-1-manivannan.sadhasivam@linaro.org> References: <20230102105821.28243-1-manivannan.sadhasivam@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Stanimir has left mm-sol and already expressed his wish to not continue maintaining the PCIe RC driver. So his entry can be removed. Adding myself as the co-maintainer since I took over the PCIe RC driver maintainership from Stanimir. Acked-by: Krzysztof Kozlowski Signed-off-by: Manivannan Sadhasivam --- Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index a5859bb3dc28..a3639920fcbb 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -8,7 +8,7 @@ title: Qualcomm PCI express root complex maintainers: - Bjorn Andersson - - Stanimir Varbanov + - Manivannan Sadhasivam description: | Qualcomm PCIe root complex controller is based on the Synopsys DesignWare -- 2.25.1