Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Manivannan Sadhasivam as maintainer of PCI/pwrctl
@ 2025-11-20  8:27 Bartosz Golaszewski
  2025-11-20  8:32 ` Manivannan Sadhasivam
  2025-11-24 21:06 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2025-11-20  8:27 UTC (permalink / raw)
  To: Manivannan Sadhasivam, Bjorn Helgaas
  Cc: linux-arm-msm, linux-pci, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Manivannan is doing a lot of work on the PCI power control. Add him as
maintainer.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 59b145dde215f..549e51e57c4cb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20100,6 +20100,7 @@ F:	include/linux/pci-p2pdma.h
 
 PCI POWER CONTROL
 M:	Bartosz Golaszewski <brgl@bgdev.pl>
+M:	Manivannan Sadhasivam <mani@kernel.org>
 L:	linux-pci@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: add Manivannan Sadhasivam as maintainer of PCI/pwrctl
  2025-11-20  8:27 [PATCH] MAINTAINERS: add Manivannan Sadhasivam as maintainer of PCI/pwrctl Bartosz Golaszewski
@ 2025-11-20  8:32 ` Manivannan Sadhasivam
  2025-11-24 21:06 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Manivannan Sadhasivam @ 2025-11-20  8:32 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Bjorn Helgaas, linux-arm-msm, linux-pci, linux-kernel,
	Bartosz Golaszewski

On Thu, Nov 20, 2025 at 09:27:47AM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Manivannan is doing a lot of work on the PCI power control. Add him as
> maintainer.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Acked-by: Manivannan Sadhasivam <mani@kernel.org>

- Mani

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 59b145dde215f..549e51e57c4cb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20100,6 +20100,7 @@ F:	include/linux/pci-p2pdma.h
>  
>  PCI POWER CONTROL
>  M:	Bartosz Golaszewski <brgl@bgdev.pl>
> +M:	Manivannan Sadhasivam <mani@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
> -- 
> 2.51.0
> 

-- 
மணிவண்ணன் சதாசிவம்

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: add Manivannan Sadhasivam as maintainer of PCI/pwrctl
  2025-11-20  8:27 [PATCH] MAINTAINERS: add Manivannan Sadhasivam as maintainer of PCI/pwrctl Bartosz Golaszewski
  2025-11-20  8:32 ` Manivannan Sadhasivam
@ 2025-11-24 21:06 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2025-11-24 21:06 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Manivannan Sadhasivam, Bjorn Helgaas, linux-arm-msm, linux-pci,
	linux-kernel, Bartosz Golaszewski

On Thu, Nov 20, 2025 at 09:27:47AM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Manivannan is doing a lot of work on the PCI power control. Add him as
> maintainer.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Applied with Mani's ack to pci/misc for v6.19, thanks!

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 59b145dde215f..549e51e57c4cb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20100,6 +20100,7 @@ F:	include/linux/pci-p2pdma.h
>  
>  PCI POWER CONTROL
>  M:	Bartosz Golaszewski <brgl@bgdev.pl>
> +M:	Manivannan Sadhasivam <mani@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
> -- 
> 2.51.0
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-24 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20  8:27 [PATCH] MAINTAINERS: add Manivannan Sadhasivam as maintainer of PCI/pwrctl Bartosz Golaszewski
2025-11-20  8:32 ` Manivannan Sadhasivam
2025-11-24 21:06 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox