From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F277440F72B for ; Tue, 11 Aug 2026 16:44:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786466683; cv=none; b=EYdirub3qNsWVjjD2KpFV78wGHbC1AYA2wQxh/mZ9Fx3qEXc6EWQqUYQ/wA2dm8KuCAsnShBwOUPm1lylXpiZhfyLbc1qiU0sPue+kSIi0ghP3EAmyAbYqMfxceSEaFxWAAujFt6tfXq+sQxHYqP+3AR/D7WRtkRaJWBwUeWFAo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786466683; c=relaxed/simple; bh=jzJT1G/y1kPTMPG9iKLkaTMlIaogAYFwzZnPxVRYrSY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sbJriH5vX8uwS+0L91pSusvrfcgl74wM0WmYunkP2Ypw6LhNVPROF1pjgRCEy0BKFbdGd6S8TrD8bvqe61K0lsfKH6A7FMuXXctVgRrtFxISghCkJhykEqOvwupPhImwf5Xd6wrXGE3kzKBsfAO1rtnnHvlbIv73kavbTvgC1dQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Md8r6Qw0; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Md8r6Qw0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A7101F00A3D; Tue, 11 Aug 2026 16:44:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786466678; bh=AtfBFpLGShPZWATDKrUP0e0nAycm4kCCFnpD/uNXxBo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Md8r6Qw09HWoz6po61gwelyjUhG3+t+RzhCnnl6Y1rUkQzZBKGXxB7td5AP7zBXiR 5O+mwMG6NOQoQCtO7/r8d73G+gRPq/w1/s/5rv2FoU/QPst0Km7MTGEAwKwc5mTNGp mabNBDSl7nxTSdZDaAcfBKVSBAwdBslrQ9VkUu6JhwQ7GC3ADyo4Tqz4YCAGO9eftW 4Od+g7hGA06xi4HgNObkWR/6FsvulGZJ+PpG01pOBusxAj/AquE7Z2fB00D4cJaRhe BehfVVPjxQiOJlHhC2sLWjoF3OHQd+OCZ3kVgyuXh7kXnq6G0fxiY90pDjLLOinA7C SoEFqICNcCzWQ== Date: Tue, 11 Aug 2026 22:14:33 +0530 From: Vinod Koul To: Manivannan Sadhasivam Cc: neil.armstrong@linaro.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Add Manivannan Sadhasivam as the Reviewer for Generic PHY Framework Message-ID: References: <20260811143417.336664-1-mani@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260811143417.336664-1-mani@kernel.org> On 11-08-26, 16:34, Manivannan Sadhasivam wrote: > I'm volunteering to review the PHY patches. Hence, add myself as the > Reviewer. Thank you Mani > > Signed-off-by: Manivannan Sadhasivam > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 15011f5752a9..ef8b09df37db 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10920,6 +10920,7 @@ F: include/uapi/asm-generic/ > GENERIC PHY FRAMEWORK > M: Vinod Koul > R: Neil Armstrong > +R: Manivannan Sadhasivam > L: linux-phy@lists.infradead.org > S: Supported > Q: https://patchwork.kernel.org/project/linux-phy/list/ > -- > 2.43.0 -- ~Vinod