Message ID | 20250323164852.430546-6-18255117159@163.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Krzysztof WilczyĆski |
Headers | show |
Series | Introduce generic capability search functions | expand |
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
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
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>
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(+)