[v6 5/5] MAINTAINERS: Add entry for PCI host controller helpers

Hans Zhang posted 5 patches 8 months, 4 weeks ago
[v6 5/5] MAINTAINERS: Add entry for PCI host controller helpers
Posted by Hans Zhang 8 months, 4 weeks ago
Add maintenance entry for the newly introduced PCI host controller helper
functions. These functions provide common infrastructure for capability
scanning and other shared operations across PCI host controller drivers.

Signed-off-by: Hans Zhang <18255117159@163.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 00e94bec401e..9b3236704b83 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18119,6 +18119,12 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/pci/intel,ixp4xx-pci.yaml
 F:	drivers/pci/controller/pci-ixp4xx.c
 
+PCI DRIVER FOR HELPER FUNCTIONS
+M:	Hans Zhang <18255117159@163.com>
+L:	linux-pci@vger.kernel.org
+S:	Maintained
+F:	drivers/pci/controller/pci-host-helpers.c
+
 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
 M:	Nirmal Patel <nirmal.patel@linux.intel.com>
 R:	Jonathan Derrick <jonathan.derrick@linux.dev>
-- 
2.25.1
Re: [v6 5/5] MAINTAINERS: Add entry for PCI host controller helpers
Posted by Manivannan Sadhasivam 8 months, 3 weeks ago
On Mon, Mar 24, 2025 at 12:48:52AM +0800, Hans Zhang wrote:
> Add maintenance entry for the newly introduced PCI host controller helper
> functions. These functions provide common infrastructure for capability
> scanning and other shared operations across PCI host controller drivers.
> 
> Signed-off-by: Hans Zhang <18255117159@163.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 00e94bec401e..9b3236704b83 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18119,6 +18119,12 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/pci/intel,ixp4xx-pci.yaml
>  F:	drivers/pci/controller/pci-ixp4xx.c
>  
> +PCI DRIVER FOR HELPER FUNCTIONS
> +M:	Hans Zhang <18255117159@163.com>
> +L:	linux-pci@vger.kernel.org
> +S:	Maintained
> +F:	drivers/pci/controller/pci-host-helpers.c

I don't see much value in maintaining this file separately as these helpers are
not going to evolve much, thus not needing separate maintenance.

- Mani

-- 
மணிவண்ணன் சதாசிவம்
Re: [v6 5/5] MAINTAINERS: Add entry for PCI host controller helpers
Posted by Hans Zhang 8 months, 3 weeks ago

On 2025/3/28 01:01, Manivannan Sadhasivam wrote:
> On Mon, Mar 24, 2025 at 12:48:52AM +0800, Hans Zhang wrote:
>> Add maintenance entry for the newly introduced PCI host controller helper
>> functions. These functions provide common infrastructure for capability
>> scanning and other shared operations across PCI host controller drivers.
>>
>> Signed-off-by: Hans Zhang <18255117159@163.com>
>> ---
>>   MAINTAINERS | 6 ++++++
>>   1 file changed, 6 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 00e94bec401e..9b3236704b83 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -18119,6 +18119,12 @@ S:	Maintained
>>   F:	Documentation/devicetree/bindings/pci/intel,ixp4xx-pci.yaml
>>   F:	drivers/pci/controller/pci-ixp4xx.c
>>   
>> +PCI DRIVER FOR HELPER FUNCTIONS
>> +M:	Hans Zhang <18255117159@163.com>
>> +L:	linux-pci@vger.kernel.org
>> +S:	Maintained
>> +F:	drivers/pci/controller/pci-host-helpers.c
> 
> I don't see much value in maintaining this file separately as these helpers are
> not going to evolve much, thus not needing separate maintenance.
> 

Hi Mani,

Thanks your for reply. Will delete.

Best regards,
Hans