<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/pci/hotplug/sgi_hotplug.c, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/pci/hotplug/sgi_hotplug.c?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/pci/hotplug/sgi_hotplug.c?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-10-18T18:36:12Z</updated>
<entry>
<title>PCI Hotplug: move pci_hotplug.h to include/linux/</title>
<updated>2006-10-18T18:36:12Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2006-10-14T03:05:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7a54f25cef6c763f16c9fd49ae382de162147873'/>
<id>urn:sha1:7a54f25cef6c763f16c9fd49ae382de162147873</id>
<content type='text'>
This makes it possible to build pci hotplug drivers outside of the main
kernel tree, and Sam keeps telling me to move local header files to
their proper places...

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>[PATCH] SGI Hotplug: Incorrect power status</title>
<updated>2006-06-19T21:13:23Z</updated>
<author>
<name>Mike Habeck</name>
<email>habeck@sgi.com</email>
</author>
<published>2006-05-06T14:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=466ee36b62b4b294ecf68a2eee2e18c6ff8c9be4'/>
<id>urn:sha1:466ee36b62b4b294ecf68a2eee2e18c6ff8c9be4</id>
<content type='text'>
This is a repost of a patch submitted by Prarit Bhargava on 01-19-06 that
never got integrated.

The get_power_status function is currently reporting a bitwise mapping of
the slot if the slot is powered on.  It should return 1 if powered on and
0 if powered off.

Signed-off-by: Mike Habeck &lt;habeck@sgi.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] PCI Hotplug: Tollhouse HP: SGI hotplug driver changes</title>
<updated>2006-06-19T21:13:21Z</updated>
<author>
<name>Prarit Bhargava</name>
<email>prarit@sgi.com</email>
</author>
<published>2006-04-04T13:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e55dea58c5609aece6156a6cd2306b820a7794ef'/>
<id>urn:sha1:e55dea58c5609aece6156a6cd2306b820a7794ef</id>
<content type='text'>
SGI hotplug driver changes required to support Tollhouse system PCI
hotplug, and implements the PRF_HOTPLUG_SUPPORT feature bit.

Signed-off-by: Prarit Bhargava &lt;prarit@sgi.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] sem2mutex: misc static one-file mutexes</title>
<updated>2006-03-26T16:56:55Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2006-03-26T09:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=14cc3e2b633bb64063698980974df4535368e98f'/>
<id>urn:sha1:14cc3e2b633bb64063698980974df4535368e98f</id>
<content type='text'>
Semaphore to mutex conversion.

The conversion was generated via scripts, and the result was validated
automatically via a script as well.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Cc: Dave Jones &lt;davej@codemonkey.org.uk&gt;
Cc: Paul Mackerras &lt;paulus@samba.org&gt;
Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;
Cc: Jens Axboe &lt;axboe@suse.de&gt;
Cc: Neil Brown &lt;neilb@cse.unsw.edu.au&gt;
Acked-by: Alasdair G Kergon &lt;agk@redhat.com&gt;
Cc: Greg KH &lt;greg@kroah.com&gt;
Cc: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
Cc: Adam Belay &lt;ambx1@neo.rr.com&gt;
Cc: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPB</title>
<updated>2006-03-23T22:35:16Z</updated>
<author>
<name>John Keller</name>
<email>jpk@sgi.com</email>
</author>
<published>2006-03-08T19:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8e77af6a9a9b1eefdb538894b20ed41f65b65ab7'/>
<id>urn:sha1:8e77af6a9a9b1eefdb538894b20ed41f65b65ab7</id>
<content type='text'>
When doing a hotplug removal of a PPB, sn_bus_store_sysdata()
needs to be called for the PPB and all of its children.

Acked-by: Prarit Bhargava &lt;prarit@sgi.com&gt;
Signed-off-by: John Keller &lt;jpk@sgi.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] PCI: convert kcalloc to kzalloc</title>
<updated>2005-09-22T14:58:24Z</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2005-09-22T07:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=656da9da3745abcbbbdca598745d04c6de2c8843'/>
<id>urn:sha1:656da9da3745abcbbbdca598745d04c6de2c8843</id>
<content type='text'>
This patch converts kcalloc(1, ...) calls to use the new kzalloc() function.

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] PCI Hotplug: SGI hotplug driver fixes</title>
<updated>2005-09-08T21:57:25Z</updated>
<author>
<name>Prarit Bhargava</name>
<email>prarit@sgi.com</email>
</author>
<published>2005-08-12T14:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1d2450a4a6eb656798c6282b5ffc8e5f9f52ac14'/>
<id>urn:sha1:1d2450a4a6eb656798c6282b5ffc8e5f9f52ac14</id>
<content type='text'>
These fixes were suggested by pcihpd-discuss, but were dropped in the
initial checkin of the code.  These fixes include cleaning up the
hotplug driver sysfs filename, and some minor code cleanups.  The driver
also requires at least PROM 4.30, not 4.20.

Signed-off-by: Prarit Bhargava &lt;prarit@sgi.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver code</title>
<updated>2005-07-06T22:29:53Z</updated>
<author>
<name>Prarit Bhargava</name>
<email>prarit@sgi.com</email>
</author>
<published>2005-07-06T22:29:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6f354b014b51716166f13f68b29212d3c44ed2c4'/>
<id>urn:sha1:6f354b014b51716166f13f68b29212d3c44ed2c4</id>
<content type='text'>
This patch is the SGI hotplug driver and additional changes required for
the driver.  These modifications include changes to the SN io_init.c code
for memory management, the inclusion of new SAL calls to enable and disable
PCI slots, and a hotplug-style driver.

Signed-off-by: Prarit Bhargava &lt;prarit@sgi.com&gt;
Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;
</content>
</entry>
</feed>
