Message ID | 20130626194839.GA30260@google.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Wed, Jun 26, 2013 at 2:01 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote: > On Wednesday, June 26, 2013 01:48:39 PM Bjorn Helgaas wrote: >> On Wed, Jun 26, 2013 at 02:45:40PM +0200, Rafael J. Wysocki wrote: >> > On Wednesday, June 26, 2013 10:25:36 AM Mika Westerberg wrote: >> > > On Wed, Jun 26, 2013 at 01:24:25AM +0200, Rafael J. Wysocki wrote: >> > > > Would you please CC things touching ACPIPHP to linux-acpi? >> > > >> > > Sorry about that -- It wasn't listed in the output of get_maintainers.pl so >> > > it kind of was forgotten. >> > > >> > > Do you want me to resend this series with linux-acpi@ included? >> > >> > No need, just please remember about that in the future. >> >> Maybe we should do the following? That covers the following files under >> drivers/pci: >> >> drivers/pci/hotplug/pciehp_acpi.c >> drivers/pci/hotplug/acpi_pcihp.c >> drivers/pci/hotplug/acpiphp_glue.c >> drivers/pci/hotplug/acpiphp_core.c >> drivers/pci/hotplug/acpiphp_ibm.c >> drivers/pci/pcie/aer/aerdrv_acpi.c >> drivers/pci/pcie/portdrv_acpi.c >> drivers/pci/pci-acpi.c >> >> >> commit 961e3992849e18f9ed6cbcac5c54fb29925341b3 >> Author: Bjorn Helgaas <bhelgaas@google.com> >> Date: Wed Jun 26 13:38:37 2013 -0600 >> >> MAINTAINERS: Add ACPI folks for ACPI-related things under drivers/pci >> >> Add file patterns so get_maintainers.pl reports both PCI and ACPI folks >> for ACPI-related things in drivers/pci. >> >> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Added to my pci/misc branch for v3.11. >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 3d7782b..ce65550 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -242,6 +242,9 @@ F: drivers/acpi/ >> F: drivers/pnp/pnpacpi/ >> F: include/linux/acpi.h >> F: include/acpi/ >> +F: drivers/pci/*acpi* >> +F: drivers/pci/*/*acpi* >> +F: drivers/pci/*/*/*acpi* >> >> ACPI FAN DRIVER >> M: Zhang Rui <rui.zhang@intel.com> > -- > I speak only for myself. > Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wednesday, June 26, 2013 01:48:39 PM Bjorn Helgaas wrote: > On Wed, Jun 26, 2013 at 02:45:40PM +0200, Rafael J. Wysocki wrote: > > On Wednesday, June 26, 2013 10:25:36 AM Mika Westerberg wrote: > > > On Wed, Jun 26, 2013 at 01:24:25AM +0200, Rafael J. Wysocki wrote: > > > > Would you please CC things touching ACPIPHP to linux-acpi? > > > > > > Sorry about that -- It wasn't listed in the output of get_maintainers.pl so > > > it kind of was forgotten. > > > > > > Do you want me to resend this series with linux-acpi@ included? > > > > No need, just please remember about that in the future. > > Maybe we should do the following? That covers the following files under > drivers/pci: > > drivers/pci/hotplug/pciehp_acpi.c > drivers/pci/hotplug/acpi_pcihp.c > drivers/pci/hotplug/acpiphp_glue.c > drivers/pci/hotplug/acpiphp_core.c > drivers/pci/hotplug/acpiphp_ibm.c > drivers/pci/pcie/aer/aerdrv_acpi.c > drivers/pci/pcie/portdrv_acpi.c > drivers/pci/pci-acpi.c > > > commit 961e3992849e18f9ed6cbcac5c54fb29925341b3 > Author: Bjorn Helgaas <bhelgaas@google.com> > Date: Wed Jun 26 13:38:37 2013 -0600 > > MAINTAINERS: Add ACPI folks for ACPI-related things under drivers/pci > > Add file patterns so get_maintainers.pl reports both PCI and ACPI folks > for ACPI-related things in drivers/pci. > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > diff --git a/MAINTAINERS b/MAINTAINERS > index 3d7782b..ce65550 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -242,6 +242,9 @@ F: drivers/acpi/ > F: drivers/pnp/pnpacpi/ > F: include/linux/acpi.h > F: include/acpi/ > +F: drivers/pci/*acpi* > +F: drivers/pci/*/*acpi* > +F: drivers/pci/*/*/*acpi* > > ACPI FAN DRIVER > M: Zhang Rui <rui.zhang@intel.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 3d7782b..ce65550 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -242,6 +242,9 @@ F: drivers/acpi/ F: drivers/pnp/pnpacpi/ F: include/linux/acpi.h F: include/acpi/ +F: drivers/pci/*acpi* +F: drivers/pci/*/*acpi* +F: drivers/pci/*/*/*acpi* ACPI FAN DRIVER M: Zhang Rui <rui.zhang@intel.com>