aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-17PCI: pciehp: remove number fieldKenji Kaneshige1-2/+2
2009-09-17PCI: pciehp: remove hpc_opsKenji Kaneshige1-13/+13
2009-09-17PCI: pciehp: remove pci_dev fieldKenji Kaneshige1-3/+3
2009-09-17PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige1-4/+2
2009-09-17PCI: pciehp: remove hp_slot fieldKenji Kaneshige1-2/+2
2009-09-17PCI: pciehp: remove device fieldKenji Kaneshige1-6/+3
2009-09-17PCI: pciehp: remove bus fieldKenji Kaneshige1-1/+2
2009-09-17PCI: pciehp: remove slot_list fieldKenji Kaneshige1-63/+57
2009-06-16PCI hotplug: remove redundant .owner initializationsKenji Kaneshige1-1/+0
2009-06-16PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige1-110/+1
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki1-2/+2
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki1-10/+2
2009-03-19PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki1-1/+1
2009-02-24PCI: pciehp: Handle interrupts that happen during initialization.Eric W. Biederman1-0/+7
2009-01-19PCI hotplug: fix lock imbalance in pciehpJiri Slaby1-1/+3
2009-01-07PCI: pciehp: add ACPI based slot detectionKenji Kaneshige1-0/+1
2008-12-16PCI: pciehp: fix unexpected power off with pciehp_forceKenji Kaneshige1-11/+12
2008-10-23PCI hotplug: pciehp: message refinementTaku Izumi1-18/+20
2008-10-22PCI: pciehp: remove 'name' parameterAlex Chiang1-16/+17
2008-10-22PCI: prevent duplicate slot namesAlex Chiang1-15/+0
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang1-1/+2
2008-10-20PCI: pciehp: replace printk with dev_printkTaku Izumi1-29/+46
2008-10-20PCI: pciehp: change name tag of "hpdriver_portdrv" variableTaku Izumi1-2/+1
2008-08-21PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang1-7/+14
2008-06-27pciehp: use get_service_dataKenji Kaneshige1-5/+3
2008-06-27pciehp: fix interrupt initializationKenji Kaneshige1-68/+12
2008-06-10PCI: introduce pci_slotAlex Chiang1-19/+13
2008-06-10pciehp: evaluate _OSC/OSHP before controller initKenji Kaneshige1-3/+7
2008-06-10pciehp: remove redundant pci_dev initializationKenji Kaneshige1-1/+0
2008-06-10PCI: make {pciehp,shpchp}_slot_with_bus staticAdrian Bunk1-1/+1
2008-05-27pciehp: add message about pciehp_slot_with_bus optionKenji Kaneshige1-1/+5
2008-04-25pciehp: Fix wrong slot capability checkKenji Kaneshige1-4/+4
2008-04-25pciehp: fix slot nameKenji Kaneshige1-2/+9
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-16/+16
2008-03-17pciehp: don't enable slot unless forcedMark Lord1-1/+1
2008-02-01PCI Hotplug: pciehp: remove needless members from struct controllerKenji Kaneshige1-7/+3
2008-02-01PCIe: fix double initialization bugMark Lord1-1/+1
2008-02-01PCIE: Make use of the previously split out pcie_init_enable_events() functionMark Lord1-0/+18
2008-02-01PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebooks (and others?) in conjunction with modparam of pciehp_force=1.Mark Lord1-0/+5
2007-10-12pciehp: remove trailing whitespace from pciehp_core.cKenji Kaneshige1-10/+10
2007-10-12pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODEKenji Kaneshige1-4/+0
2007-05-02PCI: fix multiple definition of `queue_pushbutton_work'Kristen Carlson Accardi1-1/+1
2007-05-02pciehp: Adapt to device driver modelKenji Kaneshige1-32/+6
2007-05-02pciehp: Event handling reworkKenji Kaneshige1-36/+8
2007-02-07PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug driver.Kristen Carlson Accardi1-0/+103
2007-02-07pciehp: cleanup wait command completionKenji Kaneshige1-13/+1
2007-02-07pciehp: cleanup pciehp.hKenji Kaneshige1-1/+1
2007-02-07pciehp: remove unused pci_bus from struct controllerKenji Kaneshige1-12/+2
2007-02-07pciehp: remove unnecessary php_ctlrKenji Kaneshige1-43/+1
2007-02-07pciehp: cleanup slot listKenji Kaneshige1-15/+10