aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-2611-487/+189
|\
| * 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 / 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
* | ACPI: Check MSR valid bit before using P-state frequenciesStefan Bader2013-01-221-0/+7
* | ACPI, APEI: Fixup incorrect 64-bit access width firmware bugLans Zhang2013-01-191-0/+3
* | ACPI / processor: Get power info before updating the C-statesThomas Schlichter2013-01-191-0/+1
* | ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledKonrad Rzeszutek Wilk2013-01-181-0/+3
* | ACPI / glue: Fix build with ACPI_GLUE_DEBUG setYinghai Lu2013-01-121-1/+1
* | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-01-046-33/+21
|\ \
| * | ACPI / scan: Do not use dummy HID for system bus ACPI nodesRafael J. Wysocki2013-01-041-1/+1
| * | ACPI / power: Remove useless message from device registering routineRafael J. Wysocki2013-01-031-9/+2
| * | ACPI / glue: Update DBG macro to include KERN_DEBUGJoe Perches2013-01-031-2/+7
| * | ACPI / PM: Do not apply ACPI_SUCCESS() to acpi_bus_get_device() resultRafael J. Wysocki2013-01-031-2/+1
| * | ACPI / memhotplug: remove redundant logic of acpi memory hotaddLiu Jinsong2013-01-031-18/+0
| * | ACPI / APEI: Fix the returned value in erst_dbg_readAdrian Huang2013-01-031-1/+10
| |/
* / ACPICA: Remove useless mini-C library.Lv Zheng2013-01-032-750/+1
|/
* 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