Age | Commit message (Expand) | Author | Files | Lines |
2016-01-08 | PCI: shpchp: Constify hpc_ops structure | Julia Lawall | 1 | -2/+2 |
2016-01-08 | PCI: Fix all whitespace issues | Bogicevic Sasa | 1 | -5/+5 |
2014-06-11 | PCI: Whitespace cleanup | Ryan Desfosses | 1 | -2/+2 |
2013-11-14 | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 1 | -4/+4 |
2013-09-24 | PCI/ACPI: Name _OSC #defines more consistently | Bjorn Helgaas | 1 | -1/+1 |
2013-04-17 | PCI: Remove "extern" from function declarations | Bjorn Helgaas | 1 | -13/+13 |
2013-01-14 | PCI: shpchp: Use per-slot workqueues to avoid deadlock | Bjorn Helgaas | 1 | -1/+1 |
2013-01-14 | PCI: shpchp: Handle push button event asynchronously | Bjorn Helgaas | 1 | -1/+0 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -2/+2 |
2010-10-18 | shpchp: update workqueue usage | Tejun Heo | 1 | -0/+2 |
2010-02-23 | PCI: Make current and maximum bus speeds part of the PCI core | Matthew Wilcox | 1 | -2/+0 |
2009-12-17 | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 1 | -1/+1 |
2009-09-15 | PCI hotplug: shpchp: use generic pci_configure_slot() | Bjorn Helgaas | 1 | -7/+0 |
2009-09-15 | PCI hotplug: clean up acpi_get_hp_params_from_firmware() interface | Bjorn Helgaas | 1 | -3/+1 |
2009-03-20 | PCI: add missing KERN_* constants to printks | Frank Seidel | 1 | -5/+5 |
2008-10-24 | PCI hotplug: shpchp: message refinement | Taku Izumi | 1 | -5/+4 |
2008-10-24 | PCI hotplug: shpchp: replace printk with dev_printk | Taku Izumi | 1 | -3/+20 |
2008-10-23 | PCI: shcphp: remove 'name' parameter | Alex Chiang | 1 | -3/+6 |
2008-06-10 | shpchp: check firmware before taking control | Kenji Kaneshige | 1 | -6/+8 |
2008-04-21 | PCI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -3/+3 |
2007-05-03 | PCI: fix multiple definition of `queue_pushbutton_work' | Kristen Carlson Accardi | 1 | -1/+1 |
2007-02-08 | shpchp: delete trailing whitespace | Kenji Kaneshige | 1 | -2/+2 |
2006-12-20 | shpchp: cleanup shpchp.h | Kenji Kaneshige | 1 | -130/+60 |
2006-12-20 | shpchp: cleanup struct controller | Kenji Kaneshige | 1 | -6/+0 |
2006-12-20 | shpchp: remove unnecessary struct php_ctlr | Kenji Kaneshige | 1 | -36/+6 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -2/+2 |
2006-10-18 | PCI Hotplug: move pci_hotplug.h to include/linux/ | Greg Kroah-Hartman | 1 | -2/+1 |
2006-10-18 | shpchp: remove unnecessary cmd_busy member from struct controller | Kenji Kaneshige | 1 | -1/+0 |
2006-09-27 | SHPCHP: fix __must_check warnings | Greg Kroah-Hartman | 1 | -1/+1 |
2006-06-20 | [PATCH] shpchp: Cleanup improper info messages | Kenji Kaneshige | 1 | -3/+3 |
2006-06-20 | [PATCH] acpi_pcihp: Fix programming _HPP values | Kenji Kaneshige | 1 | -1/+1 |
2006-03-24 | [PATCH] PCI Hotplug: add common acpi functions to core | Kristen Accardi | 1 | -11/+19 |
2006-03-24 | [PATCH] shpchp: adapt to pci driver model | Kenji Kaneshige | 1 | -4/+0 |
2006-03-24 | [PATCH] shpchp: Fix slot state handling | Kenji Kaneshige | 1 | -3/+4 |
2006-03-24 | [PATCH] shpchp: event handling rework | Kenji Kaneshige | 1 | -7/+6 |
2006-03-24 | [PATCH] shpchp: Remove unused wait_for_ctrl_irq | Kenji Kaneshige | 1 | -21/+0 |
2006-03-24 | [PATCH] shpchp: Remove unused pci_bus member from controller structure | Kenji Kaneshige | 1 | -1/+0 |
2006-03-24 | [PATCH] shpchp - move slot name into struct slot | Kenji Kaneshige | 1 | -0/+2 |
2006-03-24 | [PATCH] shpchp - removed unncessary 'magic' member from slot | Kenji Kaneshige | 1 | -6/+0 |
2006-03-24 | [PATCH] shpchp - cleanup check command status | Kenji Kaneshige | 1 | -0/+1 |
2006-03-24 | [PATCH] shpchp - cleanup controller list | Kenji Kaneshige | 1 | -2/+2 |
2006-03-24 | [PATCH] shpchp - cleanup slot list | Kenji Kaneshige | 1 | -13/+8 |
2006-03-24 | [PATCH] shpchp - cleanup init_slots() | Kenji Kaneshige | 1 | -7/+0 |
2006-03-24 | [PATCH] PCI hotplug: convert semaphores to mutex | Ingo Molnar | 1 | -1/+2 |
2006-02-01 | [PATCH] PCI Hotplug: shpchp: AMD POGO errata fix | Keck, David | 1 | -0/+94 |
2006-01-09 | [PATCH] shpchp: fix improper wait for command completion | Kenji Kaneshige | 1 | -0/+1 |
2006-01-09 | [PATCH] shpchp: fix improper mmio mapping | Kenji Kaneshige | 1 | -0/+3 |
2005-10-31 | [PATCH] fix missing includes | Tim Schmielau | 1 | -0/+2 |
2005-10-29 | [PATCH] shpchp: fix oops at driver unload | rajesh.shah@intel.com | 1 | -0/+1 |
2005-10-29 | [PATCH] shpchp: reduce debug message verbosity | rajesh.shah@intel.com | 1 | -6/+0 |