summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)Author
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki
2013-01-22ACPI: Check MSR valid bit before using P-state frequenciesStefan Bader
2013-01-19ACPI, APEI: Fixup incorrect 64-bit access width firmware bugLans Zhang
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki
2013-01-19ACPI / processor: Get power info before updating the C-statesThomas Schlichter
2013-01-18ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledKonrad Rzeszutek Wilk
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu
2013-01-15ACPI / scan: Add second pass to acpi_bus_trim()Rafael J. Wysocki
2013-01-15ACPI / scan: Change the implementation of acpi_bus_trim()Rafael J. Wysocki
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki
2013-01-15ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki
2013-01-12ACPI / glue: Fix build with ACPI_GLUE_DEBUG setYinghai Lu
2013-01-11ACPI / scan: Fix check of device_attach() return value.Mika Westerberg
2013-01-07ACPI / scan: Treat power resources in a special wayRafael J. Wysocki
2013-01-04Merge branch 'acpi-assorted'Rafael J. Wysocki
2013-01-04ACPI / scan: Do not use dummy HID for system bus ACPI nodesRafael J. Wysocki
2013-01-03ACPI / power: Remove useless message from device registering routineRafael J. Wysocki
2013-01-03ACPI / glue: Update DBG macro to include KERN_DEBUGJoe Perches
2013-01-03ACPI / PM: Do not apply ACPI_SUCCESS() to acpi_bus_get_device() resultRafael J. Wysocki
2013-01-03ACPI / memhotplug: remove redundant logic of acpi memory hotaddLiu Jinsong
2013-01-03ACPI / APEI: Fix the returned value in erst_dbg_readAdrian Huang
2013-01-03ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki
2013-01-03ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki
2013-01-03ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki
2013-01-03ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki
2013-01-03ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki
2013-01-03ACPI: Drop the second argument of acpi_bus_scan()Rafael J. Wysocki
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki
2013-01-03ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki
2013-01-03ACPI: Change the ordering of acpi_bus_check_add()Rafael J. Wysocki
2013-01-03ACPI: Replace struct acpi_bus_ops with enum typeRafael J. Wysocki
2013-01-03ACPI: Reduce the usage of struct acpi_bus_opsRafael J. Wysocki
2013-01-03ACPI: Make acpi_bus_add() and acpi_bus_start() visibly differentRafael J. Wysocki
2013-01-03ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki
2013-01-03ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki
2013-01-03ACPICA: Remove useless mini-C library.Lv Zheng
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds
2012-12-12Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-07Merge branch 'acpi-general'Rafael J. Wysocki
2012-12-07Merge branch 'acpi-enumeration'Rafael J. Wysocki
2012-12-07ACPI: add Haswell LPSS devices to acpi_platform_device_ids listMika Westerberg
2012-12-07ACPI, APEI, EINJ: Add missed ACPI5 support for error trigger tableChen Gong