summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-2728-393/+70
|\
| * ACPI / osl: Kill macro INVALID_TABLE().Tang Chen2013-08-141-16/+20
| * ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace numberLan Tianyu2013-08-141-3/+4
| * ACPI / thermal: Remove unused macros in the driver/acpi/thermal.cLan Tianyu2013-08-141-5/+0
| * ACPI / thermal: Remove the unused lock of struct acpi_thermalLan Tianyu2013-08-141-4/+0
| * Merge back earlier 'acpi-assorted' materialRafael J. Wysocki2013-08-1428-365/+46
| |\
| | * ACPI / osl: Fix osi_setup_entries[] __initdata attribute locationHanjun Guo2013-08-131-2/+2
| | * ACPI / numa: Fix __init attribute location in slit_valid()Hanjun Guo2013-08-131-1/+1
| | * ACPI / dock: Fix __init attribute location in find_dock_and_bay()Hanjun Guo2013-08-131-1/+1
| | * ACPI / Sleep: Fix incorrect placement of __initdataSachin Kamat2013-08-071-1/+1
| | * ACPI / processor: Fix incorrect placement of __initdataSachin Kamat2013-08-071-1/+1
| | * ACPI / EC: Fix incorrect placement of __initdataSachin Kamat2013-08-071-1/+1
| | * ACPI / scan: Drop unnecessary label from acpi_create_platform_device()Rafael J. Wysocki2013-08-071-14/+12
| | * ACPI: Move acpi_bus_get_device() from bus.c to scan.cRafael J. Wysocki2013-08-062-29/+22
| | * ACPI / scan: Allow platform device creation without any IO resourcesKuppuswamy Sathyanarayanan2013-08-061-2/+6
| | * ACPI: Cleanup sparse warning on acpi_os_initialize1()Lv Zheng2013-07-263-1/+2
| | * platform / thinkpad: Remove deprecated hotkey_report_mode parameterThomas Renninger2013-07-151-29/+0
| | * ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-1519-288/+2
* | | Merge branch 'acpica'Rafael J. Wysocki2013-08-2721-78/+252
|\ \ \
| * | | ACPICA: Update names for walk_namespace callbacks to clarify usage.Bob Moore2013-08-133-23/+23
| * | | ACPICA: Return error if DerefOf resolves to a null package element.Bob Moore2013-08-131-3/+10
| * | | ACPICA: Make ACPI Power Management Timer (PM Timer) optional.Bob Moore2013-08-132-3/+14
| * | | ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version.Lv Zheng2013-08-132-2/+6
| * | | ACPICA: Fix possible fault for methods that optionally have no return value.Bob Moore2013-08-131-1/+15
| * | | ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r...Bob Moore2013-08-081-3/+32
| * | | ACPICA: Emit all unresolved method externals in a text blockBob Moore2013-08-081-0/+1
| * | | ACPICA: Export acpi_tb_validate_rsdp().Bob Moore2013-08-082-6/+4
| * | | ACPI: Add facility to remove all _OSI stringsLv Zheng2013-07-231-0/+7
| * | | ACPI: Add facility to disable all _OSI OS vendor stringsLv Zheng2013-07-231-1/+13
| * | | ACPICA: Add acpi_update_interfaces() public interfaceLv Zheng2013-07-234-13/+98
| * | | ACPICA: Fix compiler warnings for casting issues (only some compilers)Jung-uk Kim2013-07-232-4/+6
| * | | ACPICA: Remove restriction of 256 maximum GPEs in any GPE blockBob Moore2013-07-231-11/+0
| * | | ACPICA: Disassembler: Expand maximum output string length to 64KBob Moore2013-07-232-3/+4
| * | | ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp()Bob Moore2013-07-232-3/+6
| * | | ACPICA: Update comments about behavior when _STA does not existBob Moore2013-07-232-2/+13
* | | | Merge branch 'acpi-sleep'Rafael J. Wysocki2013-08-273-13/+61
|\ \ \ \
| * | | | xen / ACPI: notify xen when reduced hardware sleep is availableBen Guthro2013-07-311-13/+28
| * | | | ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep pathBen Guthro2013-07-312-0/+33
* | | | | Merge branch 'acpi-pm'Rafael J. Wysocki2013-08-277-32/+27
|\ \ \ \ \
| * | | | | ACPI / PM: Add state information to error message in acpi_device_set_power()Aaron Lu2013-08-031-1/+3
| * | | | | ACPI / PM: Remove redundant power manageable check from acpi_bus_set_power()Aaron Lu2013-07-311-7/+0
| * | | | | ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki2013-07-306-12/+13
| * | | | | ACPI / PM: Make messages in acpi_device_set_power() print device namesRafael J. Wysocki2013-07-301-12/+10
| * | | | | ACPI / PM: Only set power states of devices that are power manageableRafael J. Wysocki2013-07-301-1/+2
| |/ / / /
* | | | | Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki2013-08-277-675/+469
|\ \ \ \ \
| * | | | | ACPI / PM: Hold acpi_scan_lock over system PM transitionsRafael J. Wysocki2013-08-211-15/+24
| * | | | | ACPI / hotplug / PCI: Fix NULL pointer dereference in cleanup_bridge()Rafael J. Wysocki2013-08-171-1/+3
| * | | | | PCI / ACPI: Use dev_dbg() instead of dev_info() in acpi_pci_set_power_state()Lan Tianyu2013-08-011-1/+1
| * | | | | ACPI / hotplug / PCI: Get rid of check_sub_bridges()Mika Westerberg2013-07-231-25/+0
| * | | | | ACPI / hotplug / PCI: Clean up bridge_mutex usageRafael J. Wysocki2013-07-231-7/+7