aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-17PCI: pciehp: remove number fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove hpc_opsKenji Kaneshige1-43/+17
2009-09-17PCI: pciehp: remove pci_dev fieldKenji Kaneshige1-8/+7
2009-09-17PCI: pciehp: remove crit_sect mutexKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove first_slot fieldKenji Kaneshige1-3/+2
2009-09-17PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove hp_slot fieldKenji Kaneshige1-5/+0
2009-09-17PCI: pciehp: remove device fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove bus fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove num_slots fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove slot_list fieldKenji Kaneshige1-13/+7
2009-09-09PCI hotplug: add support for 5.0G link speedKenji Kaneshige1-2/+8
2009-06-16PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige1-31/+0
2009-03-19PCI: pciehp: enable software notification on empty slotsKenji Kaneshige1-20/+11
2009-03-19PCI: pciehp: fix possible endless loop in pcie_isrKenji Kaneshige1-1/+2
2009-02-24PCI: pciehp: Handle interrupts that happen during initialization.Eric W. Biederman1-8/+7
2009-01-07PCI: pciehp: cleanup register and field definitionsKenji Kaneshige1-229/+99
2009-01-07PCI: pciehp: ignore undefined bit in link status registerKenji Kaneshige1-2/+1
2008-10-23PCI hotplug: pciehp: message refinementTaku Izumi1-26/+17
2008-10-22PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige1-1/+54
2008-10-22PCI hotplug: pciehp: fix possible memory leak in pcie_initKenji Kaneshige1-2/+2
2008-10-22PCI: pciehp: remove 'name' parameterAlex Chiang1-1/+0
2008-10-20PCI: pciehp: replace printk with dev_printkTaku Izumi1-84/+113
2008-10-20PCI: pciehp: fix irq initializationKenji Kaneshige1-2/+3
2008-09-10PCI: fix pciehp_free_irq()Adrian Bunk1-1/+1
2008-08-21PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang1-10/+1
2008-07-28PCI hotplug: fix typo in pcie hotplug outputJesse Barnes1-1/+1
2008-06-27pciehp: remove needless command completed interrupt settingKenji Kaneshige1-7/+3
2008-06-27pciehp: fix interrupt initializationKenji Kaneshige1-66/+113
2008-06-25pciehp: remove inline from command related functionsKenji Kaneshige1-2/+2
2008-06-25pciehp: change command polling frequencyKenji Kaneshige1-2/+2
2008-06-25pciehp: cleanup pcie_poll_cmdKenji Kaneshige1-11/+14
2008-06-25pciehp: fix typo in hpc_release_ctlrKenji Kaneshige1-1/+1
2008-06-10pciehp: removes redundant NULL write to slot status registerKenji Kaneshige1-1/+1
2008-06-10pciehp: fixes typo in dbg_ctrl() in pciehp_hpc.cKenji Kaneshige1-1/+1
2008-06-10shpchp: check firmware before taking controlKenji Kaneshige1-69/+0
2008-06-10pciehp: block signals while waiting for command completionKenji Kaneshige1-12/+4
2008-06-10pciehp: evaluate _OSC/OSHP before controller initKenji Kaneshige1-15/+2
2008-05-27pciehp: move msleep after power offKenji Kaneshige1-7/+0
2008-05-27pciehp: poll cmd completion if hotplug interrupt is disabledKenji Kaneshige1-4/+38
2008-05-27pciehp: fix slow probingKenji Kaneshige1-7/+33
2008-05-27pciehp: fix NULL dereference in interrupt handlerKenji Kaneshige1-14/+28
2008-04-29pciehp: fix error message about getting hotplug controlKenji Kaneshige1-1/+1
2008-04-25pciehp: Fix command writeKenji Kaneshige1-1/+4
2008-04-25make pciehp_acpi_get_hp_hw_control_from_firmware()Adrian Bunk1-1/+1
2008-04-25pciehp: Clean up pcie_init()Kenji Kaneshige1-110/+88
2008-04-25pciehp: Mask hotplug interrupt at controller releaseKenji Kaneshige1-0/+4
2008-04-25pciehp: Remove useless hotplug interrupt enablingKenji Kaneshige1-46/+8
2008-04-25pciehp: Fix wrong slot capability checkKenji Kaneshige1-4/+4
2008-04-25pciehp: Fix wrong slot control register accessKenji Kaneshige1-112/+38