summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-192-86/+34
|\
| * PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu2013-02-162-86/+34
* | Merge branch 'pci/jiang-pci_slot-kconfig' into nextBjorn Helgaas2013-02-154-16/+8
|\ \
| * | ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu2013-02-154-16/+8
* | | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-264-2/+156
|\ \ \ | | |/ | |/|
| * | PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen2013-01-251-3/+9
| * | PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-253-0/+128
| * | PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2013-01-251-2/+22
| |/
* | Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2013-01-265-113/+69
|\ \ | |/
| * Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-255-113/+69
| |\
| | * ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-195-36/+26
| | * ACPI: update ej_event interface to take acpi_deviceYinghai Lu2013-01-153-12/+6
| | * ACPI / scan: Add second pass to acpi_bus_trim()Rafael J. Wysocki2013-01-151-16/+30
| | * ACPI / scan: Change the implementation of acpi_bus_trim()Rafael J. Wysocki2013-01-151-49/+15
| | * ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-152-13/+5
| | * ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki2013-01-151-3/+3
| | * ACPI / scan: Fix check of device_attach() return value.Mika Westerberg2013-01-111-1/+1
* | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-18/+0
|/ /
* | Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-1011-403/+149
|\ \ | |/
| * ACPI / scan: Treat power resources in a special wayRafael J. Wysocki2013-01-071-1/+2
| * ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki2013-01-031-22/+0
| * ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-033-149/+1
| * ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-032-6/+1
| * ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki2013-01-031-15/+35
| * ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-035-32/+32
| * ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki2013-01-031-12/+9
| * ACPI: Drop the second argument of acpi_bus_scan()Rafael J. Wysocki2013-01-031-10/+8
| * ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-035-80/+26
| * ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-032-71/+11
| * ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki2013-01-031-21/+11
| * ACPI: Change the ordering of acpi_bus_check_add()Rafael J. Wysocki2013-01-031-10/+10
| * ACPI: Replace struct acpi_bus_ops with enum typeRafael J. Wysocki2013-01-031-23/+12
| * ACPI: Reduce the usage of struct acpi_bus_opsRafael J. Wysocki2013-01-031-24/+16
| * ACPI: Make acpi_bus_add() and acpi_bus_start() visibly differentRafael J. Wysocki2013-01-031-28/+35
| * ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki2013-01-033-3/+3
| * ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki2013-01-031-31/+72
* | PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-071-1/+3
|/
* Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-142-11/+200
|\
| * ACPI: Create acpi_table_taint() function to avoid code duplicationThomas Renninger2012-09-301-7/+13
| * ACPI: Implement physical address table overrideThomas Renninger2012-09-301-4/+56
| * ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger2012-09-302-0/+131
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-133-84/+110
|\ \
| * \ Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-131-0/+2
| |\ \
| | * | PCI/ACPI: Notify PCI devices when their power resource is turned onHuang Ying2012-11-131-0/+2
| * | | PCI/ACPI: Request _OSC control before scanning PCI root busTaku Izumi2012-11-071-59/+62
| * | | PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-071-1/+1
| * | | PCI/ACPI: Add _PRT interrupt routing info before enumerating devicesBjorn Helgaas2012-11-051-14/+16
| * | | ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas2012-11-053-16/+16
| * | | PCI/ACPI: Remove acpi_root_driver in reverse orderYinghai Lu2012-11-031-1/+1
| * | | PCI/ACPI: Delete host bridge _PRT during hot remove pathYinghai Lu2012-11-031-0/+6
OpenPOWER on IntegriCloud