public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] new contact info
@ 2005-08-05 16:49 Kristen Accardi
  2005-08-05 17:09 ` Bjorn Helgaas
  0 siblings, 1 reply; 5+ messages in thread
From: Kristen Accardi @ 2005-08-05 16:49 UTC (permalink / raw)
  To: linux-pci, linux-kernel; +Cc: greg, rajesh.shah

Changing of the guards.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>

diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c	2005-08-05 09:34:57.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_ctrl.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_ctrl.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_ctrl.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_ctrl.c	2005-08-05 09:35:31.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp.h	2005-08-05 09:35:48.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 #ifndef _PCIEHP_H
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_hpc.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_hpc.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_hpc.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_hpc.c	2005-08-05 09:36:07.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_pci.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_pci.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_pci.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_pci.c	2005-08-05 09:36:24.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_acpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_acpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_acpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_acpi.c	2005-08-05 09:36:48.000000000 -0700
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <dely.l.sy@intel.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm.h	2005-08-05 09:37:07.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.c	2005-08-05 09:37:27.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.h	2005-08-05 09:39:59.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_core.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_core.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_core.c	2005-08-05 09:37:47.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_ctrl.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_ctrl.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_ctrl.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_ctrl.c	2005-08-05 09:38:02.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp.h	2005-08-05 09:38:12.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 #ifndef _SHPCHP_H
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_hpc.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_hpc.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_hpc.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_hpc.c	2005-08-05 09:38:21.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_pci.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_pci.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_pci.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_pci.c	2005-08-05 09:38:30.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_acpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_acpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_acpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_acpi.c	2005-08-05 09:38:39.000000000 -0700
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <dely.l.sy@intel.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm.h	2005-08-05 09:38:47.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.c	2005-08-05 09:38:55.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.h	2005-08-05 09:39:04.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.c	2005-08-05 09:39:12.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.h	2005-08-05 09:39:23.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 


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

* Re: [PATCH] new contact info
  2005-08-05 16:49 [PATCH] new contact info Kristen Accardi
@ 2005-08-05 17:09 ` Bjorn Helgaas
  2005-08-05 18:06   ` Kristen Accardi
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2005-08-05 17:09 UTC (permalink / raw)
  To: linux-pci; +Cc: Kristen Accardi, linux-kernel, greg, rajesh.shah

On Friday 05 August 2005 10:49 am, Kristen Accardi wrote:
> Changing of the guards.
> 
> Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
> 
> diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c
> --- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c	2005-08-01 21:45:48.000000000 -0700
> +++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c	2005-08-05 09:34:57.000000000 -0700
> @@ -23,7 +23,7 @@
>   * along with this program; if not, write to the Free Software
>   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   *
> - * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
> + * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
>   *
>   */
> ...

How about an update to MAINTAINERS in addition or even instead?

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

* Re: [PATCH] new contact info
  2005-08-05 17:09 ` Bjorn Helgaas
@ 2005-08-05 18:06   ` Kristen Accardi
  2005-08-05 18:36     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Kristen Accardi @ 2005-08-05 18:06 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, greg, rajesh.shah

On Fri, 2005-08-05 at 11:09 -0600, Bjorn Helgaas wrote:
> On Friday 05 August 2005 10:49 am, Kristen Accardi wrote:
> > Changing of the guards.
> > 
> > Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
> > 
> > diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c
> > --- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c	2005-08-01 21:45:48.000000000 -0700
> > +++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c	2005-08-05 09:34:57.000000000 -0700
> > @@ -23,7 +23,7 @@
> >   * along with this program; if not, write to the Free Software
> >   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> >   *
> > - * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
> > + * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
> >   *
> >   */
> > ...
> 
> How about an update to MAINTAINERS in addition or even instead?

Ok.  How bout in addition.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>

diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c	2005-08-05 09:34:57.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_ctrl.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_ctrl.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_ctrl.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_ctrl.c	2005-08-05 09:35:31.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp.h	2005-08-05 09:35:48.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 #ifndef _PCIEHP_H
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_hpc.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_hpc.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_hpc.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_hpc.c	2005-08-05 09:36:07.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_pci.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_pci.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_pci.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_pci.c	2005-08-05 09:36:24.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_acpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_acpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_acpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_acpi.c	2005-08-05 09:36:48.000000000 -0700
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <dely.l.sy@intel.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm.h	2005-08-05 09:37:07.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.c	2005-08-05 09:37:27.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.h	2005-08-05 09:39:59.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_core.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_core.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_core.c	2005-08-05 09:37:47.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_ctrl.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_ctrl.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_ctrl.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_ctrl.c	2005-08-05 09:38:02.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp.h	2005-08-05 09:38:12.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 #ifndef _SHPCHP_H
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_hpc.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_hpc.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_hpc.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_hpc.c	2005-08-05 09:38:21.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_pci.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_pci.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_pci.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_pci.c	2005-08-05 09:38:30.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_acpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_acpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_acpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_acpi.c	2005-08-05 09:38:39.000000000 -0700
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <dely.l.sy@intel.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm.h	2005-08-05 09:38:47.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.c	2005-08-05 09:38:55.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.h	2005-08-05 09:39:04.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.c	2005-08-05 09:39:12.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.h	2005-08-05 09:39:23.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/MAINTAINERS linux-2.6.13-rc5-new/MAINTAINERS
--- linux-2.6.13-rc5/MAINTAINERS	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/MAINTAINERS	2005-08-05 11:03:36.000000000 -0700
@@ -1825,6 +1825,11 @@ P:	Greg Kroah-Hartman
 M:	greg@kroah.com
 S:	Maintained
 
+PCIE HOTPLUG DRIVER
+P:	Kristen Carlson Accardi
+M:	kristen.c.accardi@intel.com
+S:	Maintained
+
 PCMCIA SUBSYSTEM
 P:	Linux PCMCIA Team
 L:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
@@ -2201,6 +2206,11 @@ W:	http://projects.buici.com/arm
 L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
 S:	Maintained
 
+SHPC HOTPLUG DRIVER
+P:	Kristen Carlson Accardi
+M:	kristen.c.accardi@intel.com
+S:	Maintained
+
 SPARC (sparc32):
 P:	William L. Irwin
 M:	wli@holomorphy.com


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

* Re: [PATCH] new contact info
  2005-08-05 18:06   ` Kristen Accardi
@ 2005-08-05 18:36     ` Greg KH
  2005-08-05 18:59       ` Kristen Accardi
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2005-08-05 18:36 UTC (permalink / raw)
  To: Kristen Accardi; +Cc: Bjorn Helgaas, linux-pci, linux-kernel, rajesh.shah

On Fri, Aug 05, 2005 at 11:06:08AM -0700, Kristen Accardi wrote:
> diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/MAINTAINERS linux-2.6.13-rc5-new/MAINTAINERS
> --- linux-2.6.13-rc5/MAINTAINERS	2005-08-01 21:45:48.000000000 -0700
> +++ linux-2.6.13-rc5-new/MAINTAINERS	2005-08-05 11:03:36.000000000 -0700
> @@ -1825,6 +1825,11 @@ P:	Greg Kroah-Hartman
>  M:	greg@kroah.com
>  S:	Maintained
>  
> +PCIE HOTPLUG DRIVER
> +P:	Kristen Carlson Accardi
> +M:	kristen.c.accardi@intel.com
> +S:	Maintained

Care to try it again, and add the pcihpd mailing list address too?  That
is the place to talk about pci hotplug drivers, right?

thanks,

greg k-h

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

* Re: [PATCH] new contact info
  2005-08-05 18:36     ` Greg KH
@ 2005-08-05 18:59       ` Kristen Accardi
  0 siblings, 0 replies; 5+ messages in thread
From: Kristen Accardi @ 2005-08-05 18:59 UTC (permalink / raw)
  To: Greg KH; +Cc: Bjorn Helgaas, linux-pci, linux-kernel, rajesh.shah

On Fri, 2005-08-05 at 11:36 -0700, Greg KH wrote:
> On Fri, Aug 05, 2005 at 11:06:08AM -0700, Kristen Accardi wrote:
> > diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/MAINTAINERS linux-2.6.13-rc5-new/MAINTAINERS
> > --- linux-2.6.13-rc5/MAINTAINERS	2005-08-01 21:45:48.000000000 -0700
> > +++ linux-2.6.13-rc5-new/MAINTAINERS	2005-08-05 11:03:36.000000000 -0700
> > @@ -1825,6 +1825,11 @@ P:	Greg Kroah-Hartman
> >  M:	greg@kroah.com
> >  S:	Maintained
> >  
> > +PCIE HOTPLUG DRIVER
> > +P:	Kristen Carlson Accardi
> > +M:	kristen.c.accardi@intel.com
> > +S:	Maintained
> 
> Care to try it again, and add the pcihpd mailing list address too?  That
> is the place to talk about pci hotplug drivers, right?
> 
> thanks,
> 
> greg k-h

Ok.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>

diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c	2005-08-05 09:34:57.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_ctrl.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_ctrl.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_ctrl.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_ctrl.c	2005-08-05 09:35:31.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp.h	2005-08-05 09:35:48.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 #ifndef _PCIEHP_H
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_hpc.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_hpc.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_hpc.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_hpc.c	2005-08-05 09:36:07.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_pci.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_pci.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_pci.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_pci.c	2005-08-05 09:36:24.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_acpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_acpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_acpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_acpi.c	2005-08-05 09:36:48.000000000 -0700
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <dely.l.sy@intel.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm.h	2005-08-05 09:37:07.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.c	2005-08-05 09:37:27.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.h linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/pciehprm_nonacpi.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehprm_nonacpi.h	2005-08-05 09:39:59.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_core.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_core.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_core.c	2005-08-05 09:37:47.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_ctrl.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_ctrl.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_ctrl.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_ctrl.c	2005-08-05 09:38:02.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp.h	2005-08-05 09:38:12.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 #ifndef _SHPCHP_H
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_hpc.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_hpc.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_hpc.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_hpc.c	2005-08-05 09:38:21.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_pci.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_pci.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchp_pci.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchp_pci.c	2005-08-05 09:38:30.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_acpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_acpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_acpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_acpi.c	2005-08-05 09:38:39.000000000 -0700
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <dely.l.sy@intel.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm.h	2005-08-05 09:38:47.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.c	2005-08-05 09:38:55.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>,<dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>,<kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_legacy.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_legacy.h	2005-08-05 09:39:04.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.c linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.c
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.c	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.c	2005-08-05 09:39:12.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.h linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.h
--- linux-2.6.13-rc5/drivers/pci/hotplug/shpchprm_nonacpi.h	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/drivers/pci/hotplug/shpchprm_nonacpi.h	2005-08-05 09:39:23.000000000 -0700
@@ -23,7 +23,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * Send feedback to <greg@kroah.com>, <dely.l.sy@intel.com>
+ * Send feedback to <greg@kroah.com>, <kristen.c.accardi@intel.com>
  *
  */
 
diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/MAINTAINERS linux-2.6.13-rc5-new/MAINTAINERS
--- linux-2.6.13-rc5/MAINTAINERS	2005-08-01 21:45:48.000000000 -0700
+++ linux-2.6.13-rc5-new/MAINTAINERS	2005-08-05 11:57:12.000000000 -0700
@@ -1825,6 +1825,12 @@ P:	Greg Kroah-Hartman
 M:	greg@kroah.com
 S:	Maintained
 
+PCIE HOTPLUG DRIVER
+P:	Kristen Carlson Accardi
+M:	kristen.c.accardi@intel.com
+L:	pcihpd-discuss@lists.sourceforge.net
+S:	Maintained
+
 PCMCIA SUBSYSTEM
 P:	Linux PCMCIA Team
 L:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
@@ -2201,6 +2207,12 @@ W:	http://projects.buici.com/arm
 L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
 S:	Maintained
 
+SHPC HOTPLUG DRIVER
+P:	Kristen Carlson Accardi
+M:	kristen.c.accardi@intel.com
+L:	pcihpd-discuss@lists.sourceforge.net
+S:	Maintained
+
 SPARC (sparc32):
 P:	William L. Irwin
 M:	wli@holomorphy.com


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

end of thread, other threads:[~2005-08-05 19:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05 16:49 [PATCH] new contact info Kristen Accardi
2005-08-05 17:09 ` Bjorn Helgaas
2005-08-05 18:06   ` Kristen Accardi
2005-08-05 18:36     ` Greg KH
2005-08-05 18:59       ` Kristen Accardi

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