summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2008-10-23PCI: acpiphp: remove 'name' parameterAlex Chiang2-19/+21
2008-10-23PCI: prevent duplicate slot namesAlex Chiang3-54/+2
2008-10-23PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige1-23/+28
2008-10-23PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang1-1/+1
2008-10-23PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang10-16/+25
2008-10-20PCI hotplug: fix get_##name return value problemKenji Kaneshige1-1/+1
2008-10-20PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi3-5/+5
2008-10-20PCI: fix hotplug get_##name return value problemZhao, Yu1-7/+7
2008-10-20PCI: pciehp: replace printk with dev_printkTaku Izumi5-186/+263
2008-10-20PCI: pciehp: change name tag of "hpdriver_portdrv" variableTaku Izumi1-2/+1
2008-10-20PCI: pciehp: fix irq initializationKenji Kaneshige2-2/+4
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanupsakpm@linux-foundation.org1-22/+22
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entryakpm@linux-foundation.org1-69/+23
2008-10-17Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar1-1/+1
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt2-4/+4
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox3-10/+10
2008-09-26x86, pci-hotplug, calgary / rio: fix EBDA ioremap()Ingo Molnar1-1/+1
2008-09-24dock: introduce .uevent for devices in dock, eg libataShaohua Li1-2/+4
2008-09-10PCI: fix pciehp_free_irq()Adrian Bunk1-1/+1
2008-09-10Merge branch 'linux-2.6'Paul Mackerras5-49/+56
2008-09-09PCI Hotplug: fakephp: fix deadlock... againAlex Chiang1-3/+3
2008-08-22PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang1-19/+15
2008-08-22PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang3-18/+15
2008-08-20hotplug/rpaphp: Remove unused error path codeStephen Rothwell1-4/+0
2008-08-19PCI: add acpi_find_root_bridge_handleJiri Slaby1-4/+1
2008-08-19PCI: acpi_pcihp: run _OSC on a root bridgeJiri Slaby1-12/+29
2008-07-28PCI hotplug: fix typo in pcie hotplug outputJesse Barnes1-1/+1
2008-07-22driver core: remove KOBJ_NAME_LEN defineKay Sievers1-2/+2
2008-07-17Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds19-622/+471
2008-07-16PCI: remove unnecessary volatile in PCIe hotplug struct controllerMing Lei1-1/+1
2008-07-02PCI: acpiphp: cleanup notify handler on all root bridgesAlex Chiang1-3/+14
2008-06-28pciehp: use get_service_dataKenji Kaneshige1-5/+3
2008-06-28pciehp: remove needless command completed interrupt settingKenji Kaneshige1-7/+3
2008-06-28pciehp: fix interrupt initializationKenji Kaneshige3-136/+128
2008-06-26Remove unnecessary 'tmp' variable from pci_hp_register().Kenji Kaneshige1-3/+1
2008-06-26pciehp: remove inline from command related functionsKenji Kaneshige1-2/+2
2008-06-26pciehp: change command polling frequencyKenji Kaneshige1-2/+2
2008-06-26pciehp: cleanup pcie_poll_cmdKenji Kaneshige1-11/+14
2008-06-26pciehp: fix typo in hpc_release_ctlrKenji Kaneshige1-1/+1
2008-06-26PCI: fixup kdoc blocks for hotplug functionsJesse Barnes1-2/+4
2008-06-11PCI: ACPI PCI slot detection driverAlex Chiang2-1/+17
2008-06-11PCI: introduce pci_slotAlex Chiang14-281/+154
2008-06-11PCI: construct one fakephp slot per PCI slotAlex Chiang1-55/+29
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 Kaneshige6-90/+104
2008-06-10pciehp: block signals while waiting for command completionKenji Kaneshige1-12/+4
2008-06-10pciehp: evaluate _OSC/OSHP before controller initKenji Kaneshige3-18/+10
2008-06-10pciehp: remove redundant pci_dev initializationKenji Kaneshige1-1/+0