summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-07PCI: rework pci_set_power_state function to call platform firstRafael J. Wysocki2-52/+114
2008-07-07PCI: Introduce platform_pci_power_manageable functionRafael J. Wysocki3-20/+65
2008-07-07ACPI: Introduce acpi_bus_power_manageable functionRafael J. Wysocki1-0/+11
2008-07-03PCI: handle pci_name() being constGreg Kroah-Hartman1-3/+3
2008-06-27PCI: fix pci_setup_device()'s sprinting into a const bufferDavid Howells1-2/+3
2008-06-27pciehp: use get_service_dataKenji Kaneshige1-5/+3
2008-06-27pciehp: remove needless command completed interrupt settingKenji Kaneshige1-7/+3
2008-06-27pciehp: fix interrupt initializationKenji Kaneshige3-136/+128
2008-06-25PCI: correct resource number in debug outputJesse Barnes1-4/+4
2008-06-25PCIE: port driver: use dev_printk when possibleBjorn Helgaas2-14/+13
2008-06-25PCIE: aer: use dev_printk when possibleBjorn Helgaas3-21/+19
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas6-106/+89
2008-06-25Remove unnecessary 'tmp' variable from pci_hp_register().Kenji Kaneshige1-3/+1
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-25PCI: fixup kdoc blocks for hotplug functionsJesse Barnes1-2/+4
2008-06-12Suspend-related patches for 2.6.27Rafael J. Wysocki2-115/+163
2008-06-12Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Jesse Barnes26-83/+70
2008-06-11ACPI PM: Remove obsolete Toshiba workaroundRafael J. Wysocki1-31/+0
2008-06-11PCI ACPI: Drop the second argument of platform_pci_choose_stateRafael J. Wysocki3-6/+4
2008-06-11ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell3-9/+6
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang5-1/+395
2008-06-10PCI: introduce pci_slotAlex Chiang18-282/+402
2008-06-10PCI: construct one fakephp slot per PCI slotAlex Chiang1-55/+29
2008-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds17-24/+44
2008-06-10PCI: unhide the SMBus on the Compaq Deskpro ENKrzysztof Helt1-0/+9
2008-06-10fix BLK_DEV_HD_ONLY on ARM dependenciesAdrian Bunk1-0/+1
2008-06-10ide: export ide_doublerAdrian Bunk1-0/+4
2008-06-10palm_bk3710: add warm-plug supportBartlomiej Zolnierkiewicz1-3/+0
2008-06-10delkin_cb: add missing __init/__exit tagsBartlomiej Zolnierkiewicz1-4/+2
2008-06-10delkin_cb: add warm-plug supportBartlomiej Zolnierkiewicz1-4/+0
2008-06-10delkin_cb: use struct ide_port_infoBartlomiej Zolnierkiewicz1-8/+7
2008-06-10delkin_cb: set proper hwif->gendev.parent valueBartlomiej Zolnierkiewicz1-1/+2
2008-06-10ide: fix host drivers missing hwif->chipset initializationBartlomiej Zolnierkiewicz11-0/+20
2008-06-10ide-generic: add missing hwif->chipset setupBartlomiej Zolnierkiewicz1-0/+1
2008-06-10sis5513: add missing pci_enable_device() callBartlomiej Zolnierkiewicz1-0/+5
2008-06-10ide: remove the ide_etrax100 chipset typeAdrian Bunk2-4/+2
2008-06-10PCIe: fix 'symbol not declared' sparse warningsAlex Chiang2-0/+2
2008-06-10PCI: Unhide the SMBus on the Compaq Evo D510Jean Delvare1-0/+7
2008-06-10PCI: eliminate double kfree in intel-iommu initializationJulia Lawall1-1/+0
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
2008-06-10Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki1-8/+288
2008-06-10PCI: implement new suspend/resume callbacksRafael J. Wysocki1-46/+346