aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/pci_root.c
AgeCommit message (Expand)Author
2010-05-28Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown
2010-04-04ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas
2010-04-04ACPI: pci_root: save downstream bus rangeBjorn Helgaas
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-23x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki
2010-01-16acpi: make ACPI device id constantMárton Németh
2009-12-16ACPI: cleanup pci_root _OSC code.Shaohua Li
2009-10-13ACPI / PCI: Fix NULL pointer dereference in acpi_get_pci_dev() (rev. 2)Rafael J. Wysocki
2009-09-19Merge branch 'sfi-base' into releaseLen Brown
2009-09-09ACPI: export acpi_pci_root and friendsAlex Chiang
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown
2009-06-26ACPI: video: prevent NULL deref in acpi_get_pci_dev()Troy Moure
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown
2009-06-20ACPI: pci_root: remove unused dev/fn informationBjorn Helgaas
2009-06-20ACPI: pci_root: simplify list traversalsBjorn Helgaas
2009-06-20ACPI: pci_root: use driver data rather than list lookupBjorn Helgaas
2009-06-20ACPI: pci_root: simplify acpi_pci_root_add() control flowBjorn Helgaas
2009-06-20ACPI: pci_root: check _CRS, then _BBN for downstream bus numberBjorn Helgaas
2009-06-17ACPI: simplify acpi_pci_irq_add_prt() APIAlexander Chiang
2009-06-17ACPI: eviscerate pci_bind.cAlexander Chiang
2009-06-17ACPI: Introduce acpi_get_pci_dev()Alexander Chiang
2009-06-17ACPI: Introduce acpi_is_root_bridge()Alexander Chiang
2009-06-17ACPI: make acpi_pci_bind() staticAlexander Chiang
2009-03-19PCI/ACPI: rename pci_osc_control_set()Kenji Kaneshige
2009-03-19PCI/ACPI: move _OSC code to pci_root.cKenji Kaneshige
2009-01-07ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge addedAndrew Patterson
2009-01-07ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson
2009-01-07ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson
2009-01-07ACPI/PCI: call _OSC support during root bridge discoveryAndrew Patterson
2008-11-06ACPI: remove comments about debug layer/level to useBjorn Helgaas
2008-10-22Merge branch 'ull' into testLen Brown
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek
2008-02-21ACPI: fix section mismatch in acpi_pci_root_addSam Ravnborg
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown
2007-02-12ACPI: fix acpi_driver.name usageLen Brown
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown
2007-02-03Pull sysfs into test branchLen Brown
2007-01-16ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot fasterJustin Chen
2006-12-21ACPI: fix Supermicro X7DB8+ Boot regressionRui Zhang
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan
2006-12-20Pull bugfix into test branchLen Brown
2006-12-20ACPI: fix single linked list manipulationAkinobu Mita
2006-12-15ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driverLi Shaohua
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt
2006-06-30ACPI: pci_root: Remove unneeded acpi_handle from driver.Patrick Mochel
2006-06-30ACPI: pci_root: Use acpi_device's handle instead of driver'sPatrick Mochel
2006-06-30ACPI: pci root: add struct acpi_device to struct acpi_pci_root.Patrick Mochel